com.spss.psapi.interaction

Interface DecisionListModel



  • public interface DecisionListModel
    A model built by the interactive Decision List algorithm.
    Since:
    PSAPI 14.0
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object getModel()
      Returns the internal representation of this model.
      java.lang.String getPMML()
      Returns the PMML representation of this Decision List model.
    • Method Detail

      • getPMML

        java.lang.String getPMML()
        Returns the PMML representation of this Decision List model.
        Returns:
        the PMML for this model
      • getModel

        java.lang.Object getModel()
        Returns the internal representation of this model.
        Returns:
        the internal representation of this model

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.