Uses of Class
org.biojava.stats.svm.SparseVector

Packages that use SparseVector
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
static SparseVector SparseVector.normalLengthVector(SparseVector v, double length)
           
 SparseVector SparseVector.NormalizingKernel.getNormalizingVector()
          Retrive the current normalizing vector.
 

Methods in org.biojava.stats.svm with parameters of type SparseVector
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
SparseVector.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
 SparseVector SVM_Light.LabelledVector.getVector()
           
 

Methods in org.biojava.stats.svm.tools with parameters of type SparseVector
static java.lang.String SVM_Light.vectorToString(SparseVector v)
           
 

Constructors in org.biojava.stats.svm.tools with parameters of type SparseVector
SVM_Light.LabelledVector(SparseVector v, double label)
           
SVM_Light.LabelledVector(SparseVector v, double label, java.lang.String comment)