public class ViewStatisticsClassificationInput extends ViewStatisticsClassification
MINIMAL_WORKING_TIME| Constructor and Description |
|---|
ViewStatisticsClassificationInput(org.eclipse.swt.widgets.Composite parent,
Controller controller)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getColumnHeadersForAUCTable()
Returns all column headers for the AUC table
|
protected java.lang.String[] |
getColumnHeadersForPerformanceForOverallPerformanceTable()
Returns all column headers for the overall performance table
|
protected boolean[] |
getColumnTypesForPerformanceForOverallPerformanceTable()
Returns all column types, true for display as a barchart
|
protected java.util.List<java.lang.Double> |
getColumnValuesForOverallPerformanceTable(StatisticsClassification result)
Returns all values for one row of the overall performance table
|
createControl, createViewConfig, doReset, doUpdate, getProgressProvider, getType, isRunning, setOtherView, setSelectionIndex, updatedispose, getController, getModel, getParent, getTarget, isEmpty, isEnabled, reset, setStatusDone, setStatusEmpty, setStatusWorking, triggerStop, triggerUpdatepublic ViewStatisticsClassificationInput(org.eclipse.swt.widgets.Composite parent,
Controller controller)
parent - controller - protected java.lang.String[] getColumnHeadersForAUCTable()
ViewStatisticsClassificationgetColumnHeadersForAUCTable in class ViewStatisticsClassificationprotected java.lang.String[] getColumnHeadersForPerformanceForOverallPerformanceTable()
ViewStatisticsClassificationgetColumnHeadersForPerformanceForOverallPerformanceTable in class ViewStatisticsClassificationprotected boolean[] getColumnTypesForPerformanceForOverallPerformanceTable()
ViewStatisticsClassificationgetColumnTypesForPerformanceForOverallPerformanceTable in class ViewStatisticsClassificationprotected java.util.List<java.lang.Double> getColumnValuesForOverallPerformanceTable(StatisticsClassification result)
ViewStatisticsClassificationgetColumnValuesForOverallPerformanceTable in class ViewStatisticsClassification