public static class SVM_Light.LabelledVector
extends java.lang.Object
Constructor and Description |
---|
LabelledVector(SparseVector v,
double label) |
LabelledVector(SparseVector v,
double label,
java.lang.String comment) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
double |
getLabel() |
SparseVector |
getVector() |
public LabelledVector(SparseVector v, double label)
public LabelledVector(SparseVector v, double label, java.lang.String comment)
public SparseVector getVector()
public double getLabel()
public java.lang.String getComment()