Uses of Class
adams.gui.tools.wekainvestigator.output.AbstractResultItem
-
-
Uses of AbstractResultItem in adams.gui.tools.wekainvestigator.evaluation
Classes in adams.gui.tools.wekainvestigator.evaluation with type parameters of type AbstractResultItem Modifier and Type Class Description class
AbstractEvaluation<T extends AbstractInvestigatorTab,R extends AbstractResultItem>
Ancestor for evaluation setups. -
Uses of AbstractResultItem in adams.gui.tools.wekainvestigator.output
Classes in adams.gui.tools.wekainvestigator.output with type parameters of type AbstractResultItem Modifier and Type Class Description class
AbstractOutputGenerator<T extends AbstractResultItem>
Ancestor for output generators.Subclasses of AbstractResultItem in adams.gui.tools.wekainvestigator.output Modifier and Type Class Description class
AbstractNestableResultItem
Container for a data to be stored in result history that can also store nested result items. -
Uses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.associatetab
Subclasses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.associatetab Modifier and Type Class Description class
ResultItem
Container for an evaluation, model, training set header. -
Uses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.attseltab
Subclasses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.attseltab Modifier and Type Class Description class
ResultItem
Container for an attribute selection, evaluator and search method. -
Uses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.classifytab
Subclasses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.classifytab Modifier and Type Class Description class
ResultItem
Container for an evaluation, model, training set header. -
Uses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.clustertab
Subclasses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.clustertab Modifier and Type Class Description class
ResultItem
Container for an evaluation, model, training set header. -
Uses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.experimenttab
Subclasses of AbstractResultItem in adams.gui.tools.wekainvestigator.tab.experimenttab Modifier and Type Class Description class
ResultItem
Container for an experiment run.
-