| 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 |
|---|
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 |
|---|
LabelledVector(SparseVector v,
double label) |
LabelledVector(SparseVector v,
double label,
String comment) |
Copyright © 2020 BioJava. All rights reserved.