edu.uci.jforests.learning.trees
Class TreeSplit
- java.lang.Object
-
- edu.uci.jforests.learning.trees.TreeSplit
-
- Direct Known Subclasses:
- DecisionTreeSplit, RegressionTreeSplit
public class TreeSplit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description intfeaturedoublegaindoubleoriginalThresholdintthreshold
-
Constructor Summary
Constructors Constructor and Description TreeSplit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcopy(TreeSplit other)
-
-
-
Field Detail
-
feature
public int feature
-
threshold
public int threshold
-
originalThreshold
public double originalThreshold
-
gain
public double gain
-
-
Method Detail
-
copy
public void copy(TreeSplit other)
-
-
DMelt 3.0 © DataMelt by jWork.ORG