Uses of Class
adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
-
Packages that use AbstractNestableResultItem Package Description adams.gui.tools.wekainvestigator.output adams.gui.tools.wekainvestigator.tab.classifytab adams.gui.tools.wekainvestigator.tab.experimenttab -
-
Uses of AbstractNestableResultItem in adams.gui.tools.wekainvestigator.output
Fields in adams.gui.tools.wekainvestigator.output with type parameters of type AbstractNestableResultItem Modifier and Type Field Description protected Map<String,AbstractNestableResultItem>
AbstractNestableResultItem. m_NestedItems
nested result items.Methods in adams.gui.tools.wekainvestigator.output that return AbstractNestableResultItem Modifier and Type Method Description AbstractNestableResultItem
AbstractNestableResultItem. getNestedItem(String name)
Returns the nested items by its name.Methods in adams.gui.tools.wekainvestigator.output with parameters of type AbstractNestableResultItem Modifier and Type Method Description void
AbstractNestableResultItem. addNestedItem(String name, AbstractNestableResultItem item)
Adds the nested item. -
Uses of AbstractNestableResultItem in adams.gui.tools.wekainvestigator.tab.classifytab
Subclasses of AbstractNestableResultItem in adams.gui.tools.wekainvestigator.tab.classifytab Modifier and Type Class Description class
ResultItem
Container for an evaluation, model, training set header. -
Uses of AbstractNestableResultItem in adams.gui.tools.wekainvestigator.tab.experimenttab
Subclasses of AbstractNestableResultItem in adams.gui.tools.wekainvestigator.tab.experimenttab Modifier and Type Class Description class
ResultItem
Container for an experiment run.
-