Package | Description |
---|---|
moa.evaluation | |
moa.gui | |
moa.gui.active | |
moa.gui.clustertab | |
moa.gui.outliertab | |
moa.gui.visualization |
Modifier and Type | Class and Description |
---|---|
class |
Accuracy |
class |
ALMeasureCollection
Collection of measures used to evaluate AL tasks.
|
class |
ChangeDetectionMeasures |
class |
CMM |
class |
EntropyCollection |
class |
F1 |
class |
General |
class |
OutlierPerformance |
class |
RegressionAccuracy |
class |
Separation |
class |
SilhouetteCoefficient |
class |
SSQ |
class |
StatisticalCollection |
Modifier and Type | Field and Description |
---|---|
protected MeasureCollection[] |
TaskTextViewerPanel.acc1 |
protected MeasureCollection[] |
TaskTextViewerPanel.acc2 |
Modifier and Type | Method and Description |
---|---|
MeasureCollection |
PreviewPanel.TypePanel.getMeasureCollection() |
protected MeasureCollection |
TaskTextViewerPanel.getNewMeasureCollection() |
Modifier and Type | Method and Description |
---|---|
static void |
BatchCmd.exportCSV(String filepath,
ArrayList<ClusterEvent> clusterEvents,
MeasureCollection[] measures,
int horizon) |
Constructor and Description |
---|
BatchCmd(AbstractClusterer clusterer,
ClusteringStream stream,
MeasureCollection[] measures,
int totalInstances) |
Modifier and Type | Method and Description |
---|---|
void |
MeasureOverview.update(MeasureCollection[] measures,
String variedParamName,
double[] variedParamValues)
Updates the measure overview by assigning new measure collections and
varied parameter properties.
|
Constructor and Description |
---|
MeasureOverview(MeasureCollection[] measures,
String variedParamName,
double[] variedParamValues)
Creates a new MeasureOverview.
|
Modifier and Type | Method and Description |
---|---|
MeasureCollection[] |
ClusteringSetupTab.getMeasures() |
MeasureCollection[] |
ClusteringEvalPanel.getSelectedMeasures() |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringVisualEvalPanel.setMeasures(MeasureCollection[] measures0,
MeasureCollection[] measures1,
ActionListener listener) |
void |
ClusteringVisualEvalPanel.setMeasures(MeasureCollection[] measures0,
MeasureCollection[] measures1,
ActionListener listener) |
Modifier and Type | Method and Description |
---|---|
MeasureCollection[] |
OutlierSetupTab.getMeasures() |
MeasureCollection[] |
OutlierEvalPanel.getSelectedMeasures() |
Modifier and Type | Method and Description |
---|---|
void |
OutlierVisualEvalPanel.setMeasures(MeasureCollection[] measures0,
ActionListener listener) |
Modifier and Type | Field and Description |
---|---|
protected MeasureCollection[] |
AbstractGraphCanvas.measures |
protected MeasureCollection[] |
AbstractGraphPlot.measures |
protected MeasureCollection[] |
AbstractGraphCanvas.measureStds |
protected MeasureCollection[] |
AbstractGraphPlot.measureStds |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGraphPlot.setGraph(MeasureCollection[] measures,
MeasureCollection[] stds,
Color[] colors)
Sets the graph by updating the measures and currently measure index.
|
protected void |
AbstractGraphPlot.setGraph(MeasureCollection[] measures,
MeasureCollection[] stds,
Color[] colors)
Sets the graph by updating the measures and currently measure index.
|
void |
ParamGraphCanvas.setGraph(MeasureCollection[] measures,
MeasureCollection[] measureStds,
double[] variedParamValues,
Color[] colors)
Sets the scatter graph.
|
void |
ParamGraphCanvas.setGraph(MeasureCollection[] measures,
MeasureCollection[] measureStds,
double[] variedParamValues,
Color[] colors)
Sets the scatter graph.
|
void |
GraphScatter.setGraph(MeasureCollection[] measures,
MeasureCollection[] stds,
double[] variedParamValues,
Color[] colors)
Draws a scatter graph based on the varied parameter and the measures.
|
void |
GraphScatter.setGraph(MeasureCollection[] measures,
MeasureCollection[] stds,
double[] variedParamValues,
Color[] colors)
Draws a scatter graph based on the varied parameter and the measures.
|
protected void |
GraphMultiCurve.setGraph(MeasureCollection[] measures,
MeasureCollection[] measureStds,
int[] processFrequencies,
Color[] colors)
Updates the measure collection information and repaints the curves.
|
protected void |
GraphMultiCurve.setGraph(MeasureCollection[] measures,
MeasureCollection[] measureStds,
int[] processFrequencies,
Color[] colors)
Updates the measure collection information and repaints the curves.
|
void |
ProcessGraphCanvas.setGraph(MeasureCollection[] measures,
MeasureCollection[] measureStds,
int[] processFrequencies,
int min_processFrequency,
Color[] colors)
Sets the graph containing multiple curves.
|
void |
ProcessGraphCanvas.setGraph(MeasureCollection[] measures,
MeasureCollection[] measureStds,
int[] processFrequencies,
int min_processFrequency,
Color[] colors)
Sets the graph containing multiple curves.
|
void |
GraphCurve.setGraph(MeasureCollection measure0,
MeasureCollection measure1,
int selection) |
void |
GraphCanvas.setGraph(MeasureCollection measure0,
MeasureCollection measure1,
int mSelect,
int processFrequency) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.