Class RegressorImpurity.ImpurityTuple
java.lang.Object
org.tribuo.regression.rtree.impurity.RegressorImpurity.ImpurityTuple
- Enclosing interface:
RegressorImpurity
Tuple class for the impurity and summed weight.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
impurity
public final float impurity -
weight
public final float weight
-
-
Constructor Details
-
ImpurityTuple
public ImpurityTuple(float impurity, float weight)
-