Package org.apache.spark.ml.feature
Class LabeledPoint
Object
org.apache.spark.ml.feature.LabeledPoint
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product,scala.Serializable
Class that represents the features and label of a data point.
param: label Label for this data point. param: features List of features for this data point.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix