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 TypeClassDescriptionclassAbstract implementation of SVMClassifierModel.classA 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 SVMClassifierModelSVM_Light.readModelFile(String fileName) Methods in org.biojava.stats.svm.tools with parameters of type SVMClassifierModelModifier and TypeMethodDescriptionstatic voidSVM_Light.writeModelFile(SVMClassifierModel model, String fileName)