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 SelectOptionPanelCrossValidation. m_SelectAdditionalAttributesthe additional attributes to store.protected SelectOptionPanelIndexedSplitsRunsEvaluation. m_SelectAdditionalAttributesthe additional attributes to store.protected SelectOptionPanelReevaluateModel. m_SelectAdditionalAttributesthe additional attributes to store.protected SelectOptionPanelRepeatedCrossValidation. m_SelectAdditionalAttributesthe additional attributes to store.protected SelectOptionPanelTrainTestSet. m_SelectAdditionalAttributesthe additional attributes to store.protected SelectOptionPanelTrainTestSplit. m_SelectAdditionalAttributesthe additional attributes to store.protected SelectOptionPanelTrainValidateTestSet. m_SelectAdditionalAttributesthe additional attributes to store.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation with parameters of type SelectOptionPanel Modifier and Type Method Description protected voidAbstractClassifierEvaluation. fillWithAttributeNames(SelectOptionPanel select, int index)Fills the panel for selection options with the attributes from the specified data container.protected SpreadSheetAbstractClassifierEvaluation. 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 SelectOptionPanelDefaultAnalysisPanel. m_SelectColumnsthe dataset keys.protected SelectOptionPanelDefaultAnalysisPanel. m_SelectComparisonBasethe comparison base.protected SelectOptionPanelDefaultAnalysisPanel. m_SelectRowsthe resultset keys.Methods in adams.gui.tools.wekamultiexperimenter.analysis with parameters of type SelectOptionPanel Modifier and Type Method Description protected StringDefaultAnalysisPanel. getRange(SelectOptionPanel select)Turns the selected attributes into a range string.
-