Uses of Interface
org.biojava.stats.svm.SVMClassifierModel
-
Packages that use SVMClassifierModel Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static SVMClassifierModel
SVM_Light. readModelFile(String fileName)
Methods in org.biojava.stats.svm.tools with parameters of type SVMClassifierModel Modifier and Type Method Description static void
SVM_Light. writeModelFile(SVMClassifierModel model, String fileName)
-