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 SparseVectorSparseVector.NormalizingKernel. getNormalizingVector()Retrive the current normalizing vector.static SparseVectorSparseVector. normalLengthVector(SparseVector v, double length)Methods in org.biojava.stats.svm with parameters of type SparseVector Modifier and Type Method Description static SparseVectorSparseVector. normalLengthVector(SparseVector v, double length)voidSparseVector.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 SparseVectorSVM_Light.LabelledVector. getVector()Methods in org.biojava.stats.svm.tools with parameters of type SparseVector Modifier and Type Method Description static StringSVM_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)
-