public class MeanPreviewCollection extends Object
PreviewCollection
s for mean and standard
deviation values. The values can be calculated from a PreviewCollection that
contains the results of multiple runs for the same parameter configurations.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 |
---|---|
PreviewCollection<Preview> |
getMeanPreviews() |
PreviewCollection<Preview> |
getStdPreviews() |
public MeanPreviewCollection(PreviewCollection<PreviewCollection<Preview>> multiRunPreviews)
public PreviewCollection<Preview> getMeanPreviews()
public PreviewCollection<Preview> getStdPreviews()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.