Uses of Class
org.biojava.stats.svm.SparseVector
-
Packages that use SparseVector Package Description org.biojava.stats.svm Support Vector Machine classification and regression.org.biojava.stats.svm.tools Tools for use of the SVM package. -
-
Uses of SparseVector in org.biojava.stats.svm
Methods in org.biojava.stats.svm that return SparseVector Modifier and Type Method Description SparseVector
SparseVector.NormalizingKernel. getNormalizingVector()
Retrive the current normalizing vector.static SparseVector
SparseVector. normalLengthVector(SparseVector v, double length)
Methods in org.biojava.stats.svm with parameters of type SparseVector Modifier and Type Method Description static SparseVector
SparseVector. normalLengthVector(SparseVector v, double length)
void
SparseVector.NormalizingKernel. setNormalizingVector(SparseVector nv)
Set the normalizing vector.Constructors in org.biojava.stats.svm with parameters of type SparseVector Constructor Description NormalizingKernel(SparseVector s)
Generate a normalizing kernel with the normalizing vector s. -
Uses of SparseVector in org.biojava.stats.svm.tools
Methods in org.biojava.stats.svm.tools that return SparseVector Modifier and Type Method Description SparseVector
SVM_Light.LabelledVector. getVector()
Methods in org.biojava.stats.svm.tools with parameters of type SparseVector Modifier and Type Method Description static String
SVM_Light. vectorToString(SparseVector v)
Constructors in org.biojava.stats.svm.tools with parameters of type SparseVector Constructor Description LabelledVector(SparseVector v, double label)
LabelledVector(SparseVector v, double label, String comment)
-