Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.AbstractFinalModelGenerator
-
Packages that use AbstractFinalModelGenerator Package Description adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel -
-
Uses of AbstractFinalModelGenerator in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
Subclasses of AbstractFinalModelGenerator in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel Modifier and Type Class Description class
Null
Does not generate a final model.class
Simple
Simply builds the classifier on the full dataset.class
VotedFolds
Generates a Vote meta-classifier from the models from the cross-validation folds.
-