edu.uci.jforests.learning.trees.regression
Class RegressionCandidateSplitsForLeaf
- java.lang.Object
-
- edu.uci.jforests.learning.trees.CandidateSplitsForLeaf
-
- edu.uci.jforests.learning.trees.regression.RegressionCandidateSplitsForLeaf
-
public class RegressionCandidateSplitsForLeaf extends CandidateSplitsForLeaf
-
-
Constructor Summary
Constructors Constructor and Description RegressionCandidateSplitsForLeaf(int numFeatures, int numInstances)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetSumTargets()voidinit(int curLeafIndex, TreeLeafInstances treeLeafInstances, Sample trainSet)-
Methods inherited from class edu.uci.jforests.learning.trees.CandidateSplitsForLeaf
getBestFeature, getBestFeature, getFeatureSplit, getIndices, getLeafIndex, getNumInstancesInLeaf, getTargets, getTotalWeightedCount, getWeights, init
-
-
-
-
Constructor Detail
-
RegressionCandidateSplitsForLeaf
public RegressionCandidateSplitsForLeaf(int numFeatures, int numInstances)
-
-
Method Detail
-
getSumTargets
public double getSumTargets()
-
init
public void init(int curLeafIndex, TreeLeafInstances treeLeafInstances, Sample trainSet)- Specified by:
initin classCandidateSplitsForLeaf
-
-
DMelt 3.0 © DataMelt by jWork.ORG