Class PMMLModel

java.lang.Object
org.episteme.natural.computing.loaders.pmml.PMMLModel
Direct Known Subclasses:
PMMLClusteringModel, PMMLNeuralNetwork, PMMLRegressionModel, PMMLTreeModel

public class PMMLModel extends Object
Base PMML model representation.
  • Constructor Details

    • PMMLModel

      public PMMLModel()
  • Method Details

    • getModelName

      public String getModelName()
    • setModelName

      public void setModelName(String n)
    • getFunctionName

      public String getFunctionName()
    • setFunctionName

      public void setFunctionName(String f)
    • getAlgorithmName

      public String getAlgorithmName()
    • setAlgorithmName

      public void setAlgorithmName(String a)
    • getMiningSchema

      public PMMLMiningSchema getMiningSchema()
    • setMiningSchema

      public void setMiningSchema(PMMLMiningSchema schema)
    • getModelType

      public String getModelType()
    • toString

      public String toString()
      Overrides:
      toString in class Object