Uses of Interface
org.biojava.stats.svm.SVMClassifierModel

Packages that use SVMClassifierModel
org.biojava.stats.svm Support Vector Machine classification and regression. 
org.biojava.stats.svm.tools Tools for use of the SVM package. 
 

Uses of SVMClassifierModel in org.biojava.stats.svm
 

Classes in org.biojava.stats.svm that implement SVMClassifierModel
 class AbstractSVMClassifierModel
           Abstract implementation of SVMClassifierModel.
 class SimpleSVMClassifierModel
          A no-frills implementation of an SVM classifier model.
 

Methods in org.biojava.stats.svm that return SVMClassifierModel
 SVMClassifierModel SMOTrainer.trainModel(SVMTarget target, SVMKernel kernel, TrainingListener l)
           
 

Uses of SVMClassifierModel in org.biojava.stats.svm.tools
 

Methods in org.biojava.stats.svm.tools that return SVMClassifierModel
static SVMClassifierModel SVM_Light.readModelFile(String fileName)
           
 

Methods in org.biojava.stats.svm.tools with parameters of type SVMClassifierModel
static void SVM_Light.writeModelFile(SVMClassifierModel model, String fileName)