protected static class ClassifierPerformanceEvaluator.AggregateableClassifierErrorsPlotInstances extends ClassifierErrorsPlotInstances
m_Classifier, m_ClassIndex, m_Evaluation, m_MaximumPlotSizeNumeric, m_MinimumPlotSizeNumeric, m_PlotShapes, m_PlotSizes, m_pointSizeProportionalToMargin, m_SaveForVisualizationm_FinishUpCalled, m_Instances, m_PlotInstances| Modifier | Constructor and Description |
|---|---|
protected |
AggregateableClassifierErrorsPlotInstances() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finishUp()
Performs optional post-processing.
|
void |
setPlotInstances(Instances inst) |
void |
setPlotShapes(java.util.ArrayList<java.lang.Integer> plotShapes)
Set the vector of plot shapes to use;
|
void |
setPlotSizes(java.util.ArrayList<java.lang.Object> plotSizes)
Set the vector of plot sizes to use
|
addPredictionIntervals, check, cleanUp, createPlotData, determineFormat, getClassifier, getClassIndex, getEvaluation, getPlotShapes, getPlotSizes, getPointSizeProportionalToMargin, getSaveForVisualization, initialize, process, process, scaleNumericPredictions, setClassifier, setClassIndex, setEvaluation, setPointSizeProportionalToMargin, setSaveForVisualizationcanPlot, getInstances, getOptions, getPlotData, getPlotInstances, listOptions, setInstances, setOptions, setUpprotected AggregateableClassifierErrorsPlotInstances()
public void setPlotShapes(java.util.ArrayList<java.lang.Integer> plotShapes)
setPlotShapes in class ClassifierErrorsPlotInstancesplotShapes - public void setPlotSizes(java.util.ArrayList<java.lang.Object> plotSizes)
setPlotSizes in class ClassifierErrorsPlotInstancesplotSizes - the plot sizes to usepublic void setPlotInstances(Instances inst)
protected void finishUp()
ClassifierErrorsPlotInstances