Package org.apache.spark.ml.feature
Class LabeledPoint
Object
org.apache.spark.ml.feature.LabeledPoint
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
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
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix