class InformationGainStats extends Serializable
Information gain statistics for each split
- Annotations
- @Since( "1.0.0" )
- Source
- InformationGainStats.scala
- Alphabetic
- By Inheritance
- InformationGainStats
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
InformationGainStats(gain: Double, impurity: Double, leftImpurity: Double, rightImpurity: Double, leftPredict: Predict, rightPredict: Predict)
- gain
information gain value
- impurity
current node impurity
- leftImpurity
left node impurity
- rightImpurity
right node impurity
- leftPredict
left node predict
- rightPredict
right node predict
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- InformationGainStats → AnyRef → Any
- val gain: Double
-
def
hashCode(): Int
- Definition Classes
- InformationGainStats → AnyRef → Any
- val impurity: Double
- val leftImpurity: Double
- val leftPredict: Predict
- val rightImpurity: Double
- val rightPredict: Predict
-
def
toString(): String
- Definition Classes
- InformationGainStats → AnyRef → Any