Uses of Class
org.biojava.stats.svm.SparseVector
Packages that use SparseVector
Package
Description
Support Vector Machine classification and regression.
Tools for use of the SVM package.
-
Uses of SparseVector in org.biojava.stats.svm
Methods in org.biojava.stats.svm that return SparseVectorModifier and TypeMethodDescriptionSparseVector.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 SparseVectorModifier and TypeMethodDescriptionstatic 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 SparseVectorModifierConstructorDescriptionGenerate 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 SparseVectorMethods in org.biojava.stats.svm.tools with parameters of type SparseVectorConstructors in org.biojava.stats.svm.tools with parameters of type SparseVectorModifierConstructorDescriptionLabelledVector
(SparseVector v, double label) LabelledVector
(SparseVector v, double label, String comment)