Package | Description |
---|---|
org.biojava.stats.svm |
Support Vector Machine classification and regression.
|
org.biojava.stats.svm.tools |
Tools for use of the SVM package.
|
Modifier and Type | Method and Description |
---|---|
SparseVector |
SparseVector.NormalizingKernel.getNormalizingVector()
Retrive the current normalizing vector.
|
static SparseVector |
SparseVector.normalLengthVector(SparseVector v,
double length) |
Modifier and Type | Method and Description |
---|---|
static SparseVector |
SparseVector.normalLengthVector(SparseVector v,
double length) |
void |
SparseVector.NormalizingKernel.setNormalizingVector(SparseVector nv)
Set the normalizing vector.
|
Constructor and Description |
---|
SparseVector.NormalizingKernel(SparseVector s)
Generate a normalizing kernel with the normalizing vector s.
|
Modifier and Type | Method and Description |
---|---|
SparseVector |
SVM_Light.LabelledVector.getVector() |
Modifier and Type | Method and Description |
---|---|
static String |
SVM_Light.vectorToString(SparseVector v) |
Constructor and Description |
---|
SVM_Light.LabelledVector(SparseVector v,
double label) |
SVM_Light.LabelledVector(SparseVector v,
double label,
String comment) |
Copyright © 2014 BioJava. All rights reserved.