Package | Description |
---|---|
moa.evaluation.preview | |
moa.gui | |
moa.gui.active |
Modifier and Type | Class and Description |
---|---|
class |
PreviewCollection<CollectionElementType extends Preview>
Class that stores and keeps the history of multiple previews
|
Modifier and Type | Class and Description |
---|---|
class |
LearningCurve
Class that stores and keeps the history of evaluation measurements.
|
class |
PreviewCollection<CollectionElementType extends Preview>
Class that stores and keeps the history of multiple previews
|
class |
PreviewCollectionLearningCurveWrapper
Class used to wrap LearningCurve so that it can be used in
conjunction with a PreviewCollection
|
Modifier and Type | Method and Description |
---|---|
PreviewCollection<Preview> |
MeanPreviewCollection.getMeanPreviews() |
PreviewCollection<Preview> |
MeanPreviewCollection.getStdPreviews() |
Constructor and Description |
---|
MeanPreviewCollection(PreviewCollection<PreviewCollection<Preview>> multiRunPreviews)
On creation of a MeanPreviewCollection, the mean Previews and
standard deviation Previews are calculated from the given
PreviewCollection by averaging the measurements for all entries over
the different runs that have been performed.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewTableModel.setPreview(Preview preview) |
void |
TaskTextViewerPanel.setText(Preview preview)
Updates the preview table based on the information given by preview.
|
Modifier and Type | Method and Description |
---|---|
void |
ALTaskTextViewerPanel.setGraph(Preview preview,
Color[] colors)
Updates the graph based on the information given by the preview.
|
void |
ALTaskTextViewerPanel.setText(Preview preview)
Updates the preview table based on the information given by preview.
|
Modifier and Type | Method and Description |
---|---|
moa.gui.active.ALTaskTextViewerPanel.ParsedPreview |
ALTaskTextViewerPanel.readCollection(PreviewCollection<Preview> pc)
Parses a PreviewCollection and return the resulting
ParsedPreview object.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.