Class PMMLRandomForestConfiguration


  • public class PMMLRandomForestConfiguration
    extends Object
    Encapsulates the model's output information.
    • Constructor Detail

      • PMMLRandomForestConfiguration

        public PMMLRandomForestConfiguration()
    • Method Detail

      • getModelFile

        public File getModelFile()
      • setModelFile

        public void setModelFile​(File modelFile)
      • getOutcomeName

        public String getOutcomeName()
        Returns the name of the output attribute
        Returns:
        The name of the output attribute
      • setOutcomeName

        public void setOutcomeName​(String outcomeName)
      • getConfidenceThreshold

        public double getConfidenceThreshold()
        Returns the confidence threshold to use for automatic task completion
        Returns:
        The confidence threshold, between 0.0 and 1.0
      • setConfidenceThreshold

        public void setConfidenceThreshold​(double confidenceThreshold)
      • getInputFeatures

        public List<String> getInputFeatures()
      • setInputFeatures

        public void setInputFeatures​(List<String> inputFeatures)