Uses of Class
de.gsi.dataset.spi.AbstractDataSet
-
Packages that use AbstractDataSet Package Description de.gsi.dataset.spi de.gsi.dataset.testdata.spi de.gsi.dataset.utils -
-
Uses of AbstractDataSet in de.gsi.dataset.spi
Subclasses of AbstractDataSet in de.gsi.dataset.spi Modifier and Type Class Description classAbstractErrorDataSet<D extends AbstractErrorDataSet<D>>The abstract implementation of DataSet and DataSetError interface that provides implementation of some methods.classAbstractGridDataSet<U>classAbstractHistogramclassAveragingDataSetTODO: 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.classDoubleErrorDataSetImplementation of theDataSetErrorinterface which stores x,y, +eyn, and -eyn values in separate double arrays.classDoubleGridDataSetImplementation of the GridDataSet.classFifoDoubleErrorDataSetLimited Fifo DoubleErrorDataSet.classFloatDataSetImplementation of theDataSetinterface which stores x,y values in two separate arrays.classFragmentedDataSetclassHistogramClass implements simple one dimensional binned histogram backed internally by double arraysclassHistogram2classLabelledMarkerDataSetMinor extension toDefaultDataSetto easier handle labeled markers.classLimitedIndexedTreeDataSetDataSet implementation based on a sorted indexed TreeDataSets.classMultiDimDoubleDataSetImplementation of theDataSetinterface which stores x,y,...classRollingDataSetclassWrappedDataSetA data set implementation which wraps another data set. -
Uses of AbstractDataSet in de.gsi.dataset.testdata.spi
Subclasses of AbstractDataSet in de.gsi.dataset.testdata.spi 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 outlierclassTriangleFunctionabstract error data set for graphical testing purposes this implementation generates a triangular function -
Uses of AbstractDataSet in de.gsi.dataset.utils
Methods in de.gsi.dataset.utils that return AbstractDataSet Modifier and Type Method Description static AbstractDataSet<?>DataSetUtils. copyDataSet(DataSet ds)perform and return a deep copy of the data set
-