public static class SVM_Light.LabelledVector extends Object
Constructor and Description |
---|
SVM_Light.LabelledVector(SparseVector v,
double label) |
SVM_Light.LabelledVector(SparseVector v,
double label,
String comment) |
public SVM_Light.LabelledVector(SparseVector v, double label)
public SVM_Light.LabelledVector(SparseVector v, double label, String comment)
public SparseVector getVector()
public double getLabel()
public String getComment()
Copyright © 2014 BioJava. All rights reserved.