Uses of Class
adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation
-
Packages that use AbstractAttributeSelectionEvaluation Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.attseltab.evaluation -
-
Uses of AbstractAttributeSelectionEvaluation in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as AbstractAttributeSelectionEvaluation Modifier and Type Field Description protected AbstractAttributeSelectionEvaluation
AttributeSelectionTab. m_CurrentEvaluation
the current evaluation.Fields in adams.gui.tools.wekainvestigator.tab with type parameters of type AbstractAttributeSelectionEvaluation Modifier and Type Field Description protected adams.gui.core.BaseComboBox<AbstractAttributeSelectionEvaluation>
AttributeSelectionTab. m_ComboBoxEvaluations
the combobox with the available evaluations.protected DefaultComboBoxModel<AbstractAttributeSelectionEvaluation>
AttributeSelectionTab. m_ModelEvaluations
the model with the available evaluations. -
Uses of AbstractAttributeSelectionEvaluation in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Subclasses of AbstractAttributeSelectionEvaluation in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation Modifier and Type Class Description class
CrossValidation
Performs cross-validation.class
Train
Performs attribute selection on the train data.
-