Uses of Interface
org.biojava.stats.svm.SVMTarget
-
Packages that use SVMTarget Package Description org.biojava.stats.svm Support Vector Machine classification and regression. -
-
Uses of SVMTarget in org.biojava.stats.svm
Classes in org.biojava.stats.svm that implement SVMTarget Modifier and Type Class Description class
AbstractSVMTarget
An abstract implementation of an SVMModel.class
SimpleSVMTarget
No-frills implementation of SVMTarget.Methods in org.biojava.stats.svm with parameters of type SVMTarget Modifier and Type Method Description SVMClassifierModel
SMOTrainer. trainModel(SVMTarget target, SVMKernel kernel, TrainingListener l)
Constructors in org.biojava.stats.svm with parameters of type SVMTarget Constructor Description SimpleSVMClassifierModel(SVMKernel kernel, SVMTarget target)
-