Uses of Class
moa.evaluation.preview.Preview
-
Packages that use Preview Package Description moa.evaluation.preview moa.gui moa.gui.active -
-
Uses of Preview in moa.evaluation.preview
Classes in moa.evaluation.preview with type parameters of type Preview Modifier and Type Class Description class
PreviewCollection<CollectionElementType extends Preview>
Class that stores and keeps the history of multiple previewsSubclasses of Preview in moa.evaluation.preview Modifier and Type Class 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 previewsclass
PreviewCollectionLearningCurveWrapper
Class used to wrap LearningCurve so that it can be used in conjunction with a PreviewCollectionMethods in moa.evaluation.preview that return types with arguments of type Preview Modifier and Type Method Description PreviewCollection<Preview>
MeanPreviewCollection. getMeanPreviews()
PreviewCollection<Preview>
MeanPreviewCollection. getStdPreviews()
Constructor parameters in moa.evaluation.preview with type arguments of type Preview Constructor 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. -
Uses of Preview in moa.gui
Methods in moa.gui with parameters of type Preview Modifier and Type Method Description void
PreviewTableModel. setPreview(Preview preview)
void
TaskTextViewerPanel. setText(Preview preview)
Updates the preview table based on the information given by preview. -
Uses of Preview in moa.gui.active
Methods in moa.gui.active with parameters of type Preview Modifier and Type Method 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.Method parameters in moa.gui.active with type arguments of type Preview Modifier and Type Method Description moa.gui.active.ALTaskTextViewerPanel.ParsedPreview
ALTaskTextViewerPanel. readCollection(PreviewCollection<Preview> pc)
Parses a PreviewCollection and return the resulting ParsedPreview object.
-