Uses of Class
adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel
-
Packages that use AbstractOutputPanel Package Description adams.gui.tools.wekamultiexperimenter.setup.weka -
-
Uses of AbstractOutputPanel in adams.gui.tools.wekamultiexperimenter.setup.weka
Subclasses of AbstractOutputPanel in adams.gui.tools.wekamultiexperimenter.setup.weka Modifier and Type Class Description classArffOutputPanelStores the results in an ARFF file.classCsvOutputPanelStores the results in a CSV file.classCustomOutputPanelAllows the user to configure anyResultListener.classJdbcOutputPanelStores the results in a JDBC database.Fields in adams.gui.tools.wekamultiexperimenter.setup.weka declared as AbstractOutputPanel Modifier and Type Field Description protected AbstractOutputPanelOutputPanel. m_Panelthe currently output panel.Fields in adams.gui.tools.wekamultiexperimenter.setup.weka with type parameters of type AbstractOutputPanel Modifier and Type Field Description protected HashMap<String,AbstractOutputPanel>OutputPanel. m_Panelsthe map for panel name / panel object relation.
-