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_NestedItemsnested result items.Methods in adams.gui.tools.wekainvestigator.output that return AbstractNestableResultItem Modifier and Type Method Description AbstractNestableResultItemAbstractNestableResultItem. 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 voidAbstractNestableResultItem. 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 classResultItemContainer 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 classResultItemContainer for an experiment run.
-