public class PMMLRandomForestConfiguration extends Object
Constructor and Description |
---|
PMMLRandomForestConfiguration() |
Modifier and Type | Method and Description |
---|---|
double |
getConfidenceThreshold()
Returns the confidence threshold to use for automatic task completion
|
List<String> |
getInputFeatures() |
File |
getModelFile() |
String |
getOutcomeName()
Returns the name of the output attribute
|
void |
setConfidenceThreshold(double confidenceThreshold) |
void |
setInputFeatures(List<String> inputFeatures) |
void |
setModelFile(File modelFile) |
void |
setOutcomeName(String outcomeName) |
public File getModelFile()
public void setModelFile(File modelFile)
public String getOutcomeName()
public void setOutcomeName(String outcomeName)
public double getConfidenceThreshold()
public void setConfidenceThreshold(double confidenceThreshold)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.