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