Uses of Class
moa.evaluation.preview.PreviewCollection
-
Packages that use PreviewCollection Package Description moa.evaluation.preview moa.gui.active -
-
Uses of PreviewCollection in moa.evaluation.preview
Methods in moa.evaluation.preview that return PreviewCollection Modifier and Type Method Description PreviewCollection<Preview>
MeanPreviewCollection. getMeanPreviews()
PreviewCollection<Preview>
MeanPreviewCollection. getStdPreviews()
Constructors in moa.evaluation.preview with parameters of type PreviewCollection 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.Constructor parameters in moa.evaluation.preview with type arguments of type PreviewCollection 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 PreviewCollection in moa.gui.active
Methods in moa.gui.active with parameters of type PreviewCollection Modifier and Type Method Description moa.gui.active.ALTaskTextViewerPanel.ParsedPreview
ALTaskTextViewerPanel. readCollection(PreviewCollection<Preview> pc)
Parses a PreviewCollection and return the resulting ParsedPreview object.
-