| Package | Description |
|---|---|
| org.biojava.stats.svm |
Support Vector Machine classification and regression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSVMTarget
An abstract implementation of an SVMModel.
|
class |
SimpleSVMTarget
No-frills implementation of SVMTarget.
|
| Modifier and Type | Method and Description |
|---|---|
SVMClassifierModel |
SMOTrainer.trainModel(SVMTarget target,
SVMKernel kernel,
TrainingListener l) |
| Constructor and Description |
|---|
SimpleSVMClassifierModel(SVMKernel kernel,
SVMTarget target) |
Copyright © 2020 BioJava. All rights reserved.