public class DecisionTreeSettingsObject extends java.lang.Object implements java.lang.Comparable<DecisionTreeSettingsObject>
Constructor and Description |
---|
DecisionTreeSettingsObject() |
DecisionTreeSettingsObject(ComparisonSettingsController controller) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DecisionTreeSettingsObject alternative) |
float |
getConfidenceTThreshold() |
double |
getMinPercentageOfObjsOnLeaf() |
org.processmining.datadiscovery.DecisionTreeConfig |
getSettings() |
boolean |
isBinarySplit() |
boolean |
isPruned() |
public DecisionTreeSettingsObject()
public DecisionTreeSettingsObject(ComparisonSettingsController controller)
public boolean isBinarySplit()
public boolean isPruned()
public double getMinPercentageOfObjsOnLeaf()
public float getConfidenceTThreshold()
public org.processmining.datadiscovery.DecisionTreeConfig getSettings()
public int compareTo(DecisionTreeSettingsObject alternative)
compareTo
in interface java.lang.Comparable<DecisionTreeSettingsObject>