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 | Class and Description |
---|---|
class |
AbstractSVMClassifierModel
Abstract implementation of SVMClassifierModel.
|
class |
SimpleSVMClassifierModel
A no-frills implementation of an SVM classifier model.
|
Modifier and Type | Method and Description |
---|---|
SVMClassifierModel |
SMOTrainer.trainModel(SVMTarget target,
SVMKernel kernel,
TrainingListener l) |
Modifier and Type | Method and Description |
---|---|
static SVMClassifierModel |
SVM_Light.readModelFile(String fileName) |
Modifier and Type | Method and Description |
---|---|
static void |
SVM_Light.writeModelFile(SVMClassifierModel model,
String fileName) |
Copyright © 2014 BioJava. All rights reserved.