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 classAbstractSVMClassifierModelAbstract implementation of SVMClassifierModel.classSimpleSVMClassifierModelA no-frills implementation of an SVM classifier model.Methods in org.biojava.stats.svm that return SVMClassifierModel Modifier and Type Method Description SVMClassifierModelSMOTrainer. 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 SVMClassifierModelSVM_Light. readModelFile(String fileName)Methods in org.biojava.stats.svm.tools with parameters of type SVMClassifierModel Modifier and Type Method Description static voidSVM_Light. writeModelFile(SVMClassifierModel model, String fileName)
-