public class MeaningfulData extends Data<DeviationProvider>
This class is a container for meaningful data. It transforms a raw Data object into a list of columns of object that can compute smart deviations between themselves.
Data
,
Serialized Formpublic MeaningfulData(ArrayList<DataType> columnTypes, ArrayList<int[]> columnIndexes, Data<Double> data)
columnTypes
- the type into which to convert the columns whose indexes are given by columnIndexescolumnIndexes
- the list of table of indexes used in the creation of the DeviationProvidersdata
- the raw data used to create the objectsDeviationProviderFactory
Copyright © 2019 CNES. All Rights Reserved.