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 class
ArffOutputPanel
Stores the results in an ARFF file.class
CsvOutputPanel
Stores the results in a CSV file.class
CustomOutputPanel
Allows the user to configure anyResultListener
.class
JdbcOutputPanel
Stores the results in a JDBC database.Fields in adams.gui.tools.wekamultiexperimenter.setup.weka declared as AbstractOutputPanel Modifier and Type Field Description protected AbstractOutputPanel
OutputPanel. m_Panel
the 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_Panels
the map for panel name / panel object relation.
-