Class RegressorImpurity.ImpurityTuple
java.lang.Object
org.tribuo.regression.rtree.impurity.RegressorImpurity.ImpurityTuple
- Enclosing interface:
- RegressorImpurity
Tuple class for the impurity and summed weight. Will be a record one day.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
impurity
The impurity value. -
weight
The sum of the weights.
-
-
Constructor Details
-
ImpurityTuple
Construct an impurity tuple.- Parameters:
impurity- The impurity value.weight- The sum of the weights.
-