Uses of Interface
de.gsi.dataset.DataSet2D
-
Packages that use DataSet2D Package Description de.gsi.dataset.spi de.gsi.dataset.testdata de.gsi.dataset.testdata.spi -
-
Uses of DataSet2D in de.gsi.dataset.spi
Classes in de.gsi.dataset.spi that implement DataSet2D Modifier and Type Class Description 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.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 arraysclassLabelledMarkerDataSetMinor extension toDefaultDataSetto easier handle labeled markers.classRollingDataSet -
Uses of DataSet2D in de.gsi.dataset.testdata
Subinterfaces of DataSet2D in de.gsi.dataset.testdata Modifier and Type Interface Description interfaceTestDataSet<D extends TestDataSet<D>>Standard interface for test data set -
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 outlierclassTriangleFunctionabstract error data set for graphical testing purposes this implementation generates a triangular function
-