|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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 | |
|---|---|
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 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,
String comment)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||