class Predict extends Serializable
- Alphabetic
- By Inheritance
- Predict
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Predict(predict: Double, prob: Double = 0.0)
- predict
predicted value
- prob
probability of the label (classification only)
- Annotations
- @Since( "1.2.0" )
Value Members
-
def
equals(other: Any): Boolean
- Definition Classes
- Predict → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Predict → AnyRef → Any
-
val
predict: Double
- Annotations
- @Since( "1.2.0" )
-
val
prob: Double
- Annotations
- @Since( "1.2.0" )
-
def
toString(): String
- Definition Classes
- Predict → AnyRef → Any