Uses of Class
ciir.umass.edu.learning.tree.FeatureHistogram
-
Packages that use FeatureHistogram Package Description ciir.umass.edu.learning.tree -
-
Uses of FeatureHistogram in ciir.umass.edu.learning.tree
Fields in ciir.umass.edu.learning.tree declared as FeatureHistogram Modifier and Type Field Description protected FeatureHistogramLambdaMART. histprotected FeatureHistogramRegressionTree. histFeatureHistogramSplit. histMethods in ciir.umass.edu.learning.tree with parameters of type FeatureHistogram Modifier and Type Method Description voidFeatureHistogram. construct(FeatureHistogram parent, int[] soi, double[] labels)protected voidFeatureHistogram. construct(FeatureHistogram parent, int[] soi, double[] labels, int start, int end)voidFeatureHistogram. construct(FeatureHistogram parent, FeatureHistogram leftSibling, boolean reuseParent)protected voidFeatureHistogram. construct(FeatureHistogram parent, FeatureHistogram leftSibling, int start, int end)Constructors in ciir.umass.edu.learning.tree with parameters of type FeatureHistogram Constructor Description RegressionTree(int nLeaves, DataPoint[] trainingSamples, double[] labels, FeatureHistogram hist, int minLeafSupport)Split(int[] samples, FeatureHistogram hist, double deviance, double sumLabel)
-