edu.uci.jforests.learning.trees
Class TreesConfig
- java.lang.Object
-
- edu.uci.jforests.config.ComponentConfig
-
- edu.uci.jforests.learning.trees.TreesConfig
-
public class TreesConfig extends ComponentConfig
-
-
Field Summary
Fields Modifier and Type Field and Description doublefeatureSamplingPerSplitjava.lang.StringfeaturesToDiscardIf this parameter is set to a not null value, the listed features will be discarded from the training.java.lang.StringfeaturesToIncludeIf this parameter is set to a not null value, only the listed features will be included in the training.doubleminInstancePercentagePerLeafintminInstancePerLeafintnumLeavesbooleanrandomizedSplits
-
Constructor Summary
Constructors Constructor and Description TreesConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidinit(ConfigHolder config)java.lang.StringtoString()-
Methods inherited from class edu.uci.jforests.config.ComponentConfig
getErrorMessage
-
-
-
-
Field Detail
-
numLeaves
public int numLeaves
-
minInstancePercentagePerLeaf
public double minInstancePercentagePerLeaf
-
minInstancePerLeaf
public int minInstancePerLeaf
-
featureSamplingPerSplit
public double featureSamplingPerSplit
-
randomizedSplits
public boolean randomizedSplits
-
featuresToDiscard
public java.lang.String featuresToDiscard
If this parameter is set to a not null value, the listed features will be discarded from the training.
-
featuresToInclude
public java.lang.String featuresToInclude
If this parameter is set to a not null value, only the listed features will be included in the training.
-
-
Method Detail
-
init
public void init(ConfigHolder config)
- Specified by:
initin classComponentConfig
-
toString
public java.lang.String toString()
- Specified by:
toStringin classComponentConfig
-
-
DMelt 3.0 © DataMelt by jWork.ORG