public class LabeledPoint extends Object implements scala.Product, scala.Serializable
LabeledPoint(double label, Vector features)
Vector
features()
double
label()
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
productArity, productElement, productIterator, productPrefix
canEqual, equals
public LabeledPoint(double label, Vector features)
public double label()
public Vector features()
public String toString()
toString
Object