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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix