Uses of Interface
de.gsi.dataset.DataSet2D
-
Packages that use DataSet2D Package Description de.gsi.dataset de.gsi.dataset.spi de.gsi.dataset.testdata.spi de.gsi.dataset.utils -
-
Uses of DataSet2D in de.gsi.dataset
Subinterfaces of DataSet2D in de.gsi.dataset Modifier and Type Interface Description interfaceDataSet3DADataSetextension used to represent 3-dimensional data points. -
Uses of DataSet2D in de.gsi.dataset.spi
Classes in de.gsi.dataset.spi that implement DataSet2D Modifier and Type Class Description classAbstractDataSet3D<D extends AbstractDataSet3D<D>>An abstract implementation ofDataSet3Dinterface.classAveragingDataSetTODO: Change to ErrorDataSet and calculate standard deviation.classCircularDoubleErrorDataSetclassDefaultDataSetRedirect to the reference implementation declared as 'default'.classDefaultErrorDataSetRedirect to the reference implementation declared as 'default'.classDimReductionDataSetReduces 3D data to 2D DataSet either via slicing, min, mean, max or integrationclassDoubleDataSetImplementation of theDataSetinterface which stores x,y values in two separate arrays.classDoubleDataSet3DImplementation of a AbstractDataSet3D backed by arrays.classDoubleErrorDataSetImplementation of theDataSetErrorinterface which stores x,y, +eyn, and -eyn values in separate double arrays.classFifoDoubleErrorDataSetclassFloatDataSetImplementation of theDataSetinterface which stores x,y values in two separate arrays.classFragmentedDataSetclassHistogram2classLabelledMarkerDataSetMinor extension toDefaultDataSetto easier handle labelled markers.classLimitedIndexedTreeDataSetDataSet implementation based on a sorted indexed TreeDataSets.classListDataSetDeprecated.due to poorer CPU performance (this is kept for reference reasons)classListErrorDataSetDeprecated.due to poorer CPU performance (this is kept for reference reasons)classRollingDataSetstatic classTransposedDataSet.TransposedDataSet3DTODO: allow permutations to change number of grid dimensions, while enforcing contract, that all grid axes must come before data axes.classWrappedDataSetA data set implementation which wraps another data set.Methods in de.gsi.dataset.spi that return DataSet2D Modifier and Type Method Description DataSet2DWrappedDataSet. getDataset()Methods in de.gsi.dataset.spi with parameters of type DataSet2D Modifier and Type Method Description voidAveragingDataSet. add(DataSet2D ds)DoubleErrorDataSetDoubleErrorDataSet. set(DataSet2D other)clear old data and overwrite with data from 'other' data set (deep copy)FloatDataSetFloatDataSet. set(DataSet2D other)clear old data and overwrite with data from 'other' data set (deep copy)voidWrappedDataSet. setDataset(DataSet2D dataset)update/overwrite internal data set with content from other data setConstructors in de.gsi.dataset.spi with parameters of type DataSet2D Constructor Description DefaultDataSet(DataSet2D another)Creates a new instance ofDefaultDataSetas copy of another (deep-copy).DefaultErrorDataSet(DataSet2D another)Creates a new instance ofDoubleDataSetas copy of another (deep-copy).DoubleErrorDataSet(DataSet2D another)Creates a new instance ofDoubleErrorDataSetas copy of another (deep-copy).FloatDataSet(DataSet2D another)Creates a new instance ofFloatDataSetas copy of another (deep-copy). -
Uses of DataSet2D in de.gsi.dataset.testdata.spi
Classes in de.gsi.dataset.testdata.spi that implement DataSet2D Modifier and Type Class Description classAbstractTestFunction<D extends AbstractTestFunction<D>>abstract error data set for graphical testing purposesclassCosineFunctionabstract error data set for graphical testing purposes this implementation generates a cosine functionclassGaussFunctionabstract error data set for graphical testing purposes this implementation generates a Gaussian functionclassRandomStepFunctionabstract error data set for graphical testing purposes this implementation generates a random step functionclassRandomWalkFunctionabstract error data set for graphical testing purposes this implementation generates a random walk (Brownian noise) function.classSincFunctionabstract error data set for graphical testing purposes this implementation generates a sinc functionclassSineFunctionabstract error data set for graphical testing purposes this implementation generates a sine functionclassSingleOutlierFunctionabstract error data set for graphical testing purposes this implementation generates a function with a single random outlier -
Uses of DataSet2D in de.gsi.dataset.utils
Methods in de.gsi.dataset.utils with parameters of type DataSet2D Modifier and Type Method Description static AbstractDataSet<?>DataSetUtils. copyDataSet(DataSet2D ds)perform and return a deep copy of the data set
-