Uses of Class
org.tribuo.regression.rtree.impurity.RegressorImpurity.ImpurityTuple
Package
Description
Provides implementations of regression tree impurity metrics.
-
Uses of RegressorImpurity.ImpurityTuple in org.tribuo.regression.rtree.impurity
Modifier and TypeMethodDescriptionMeanAbsoluteError.impurityTuple
(int[] indices, int indicesLength, float[] targets, float[] weights) MeanAbsoluteError.impurityTuple
(List<int[]> indices, float[] targets, float[] weights) MeanSquaredError.impurityTuple
(int[] indices, int indicesLength, float[] targets, float[] weights) MeanSquaredError.impurityTuple
(List<int[]> indices, float[] targets, float[] weights) RegressorImpurity.impurityTuple
(int[] indices, int indicesLength, float[] targets, float[] weights) Calculates the weighted impurity of the targets specified in the indices array.RegressorImpurity.impurityTuple
(List<int[]> indices, float[] targets, float[] weights) Calculates the weighted impurity of the targets specified in all the indices arrays.