public class InformationGainStats
extends Object
implements scala.Serializable
| Constructor and Description |
|---|
InformationGainStats(double gain,
double impurity,
double leftImpurity,
double rightImpurity,
double predict,
double prob) |
| Modifier and Type | Method and Description |
|---|---|
double |
gain() |
double |
impurity() |
double |
leftImpurity() |
double |
predict() |
double |
prob() |
double |
rightImpurity() |
String |
toString() |