Uses of Class
adams.gui.chooser.SelectOptionPanel
-
Packages that use SelectOptionPanel Package Description adams.gui.tools.wekainvestigator.tab.classifytab.evaluation adams.gui.tools.wekamultiexperimenter.analysis -
-
Uses of SelectOptionPanel in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation declared as SelectOptionPanel Modifier and Type Field Description protected SelectOptionPanel
CrossValidation. m_SelectAdditionalAttributes
the additional attributes to store.protected SelectOptionPanel
IndexedSplitsRunsEvaluation. m_SelectAdditionalAttributes
the additional attributes to store.protected SelectOptionPanel
ReevaluateModel. m_SelectAdditionalAttributes
the additional attributes to store.protected SelectOptionPanel
RepeatedCrossValidation. m_SelectAdditionalAttributes
the additional attributes to store.protected SelectOptionPanel
TrainTestSet. m_SelectAdditionalAttributes
the additional attributes to store.protected SelectOptionPanel
TrainTestSplit. m_SelectAdditionalAttributes
the additional attributes to store.protected SelectOptionPanel
TrainValidateTestSet. m_SelectAdditionalAttributes
the additional attributes to store.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation with parameters of type SelectOptionPanel Modifier and Type Method Description protected void
AbstractClassifierEvaluation. fillWithAttributeNames(SelectOptionPanel select, int index)
Fills the panel for selection options with the attributes from the specified data container.protected SpreadSheet
AbstractClassifierEvaluation. transferAdditionalAttributes(SelectOptionPanel select, weka.core.Instances data)
Transfers the additional attributes into a spreadsheet. -
Uses of SelectOptionPanel in adams.gui.tools.wekamultiexperimenter.analysis
Fields in adams.gui.tools.wekamultiexperimenter.analysis declared as SelectOptionPanel Modifier and Type Field Description protected SelectOptionPanel
DefaultAnalysisPanel. m_SelectColumns
the dataset keys.protected SelectOptionPanel
DefaultAnalysisPanel. m_SelectComparisonBase
the comparison base.protected SelectOptionPanel
DefaultAnalysisPanel. m_SelectRows
the resultset keys.Methods in adams.gui.tools.wekamultiexperimenter.analysis with parameters of type SelectOptionPanel Modifier and Type Method Description protected String
DefaultAnalysisPanel. getRange(SelectOptionPanel select)
Turns the selected attributes into a range string.
-