Uses of Interface
org.biojava.stats.svm.SVMClassifierModel
Packages that use SVMClassifierModel
Package
Description
Support Vector Machine classification and regression.
Tools for use of the SVM package.
-
Uses of SVMClassifierModel in org.biojava.stats.svm
Classes in org.biojava.stats.svm that implement SVMClassifierModelModifier and TypeClassDescriptionclass
Abstract implementation of SVMClassifierModel.class
A no-frills implementation of an SVM classifier model.Methods in org.biojava.stats.svm that return SVMClassifierModelModifier and TypeMethodDescriptionSMOTrainer.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 SVMClassifierModelModifier and TypeMethodDescriptionstatic SVMClassifierModel
SVM_Light.readModelFile
(String fileName) Methods in org.biojava.stats.svm.tools with parameters of type SVMClassifierModelModifier and TypeMethodDescriptionstatic void
SVM_Light.writeModelFile
(SVMClassifierModel model, String fileName)