Uses of Interface
adams.data.binning.postprocessing.BinPostProcessingUser
-
Packages that use BinPostProcessingUser Package Description adams.data.statistics adams.flow.transformer -
-
Uses of BinPostProcessingUser in adams.data.statistics
Classes in adams.data.statistics that implement BinPostProcessingUser Modifier and Type Class Description class
ArrayBinning<T extends Number>
Bins the data from given array using the specified algorithm and post-processing approach. -
Uses of BinPostProcessingUser in adams.flow.transformer
Classes in adams.flow.transformer that implement BinPostProcessingUser Modifier and Type Class Description class
SpreadSheetRowBinning
Applies a binning algorithm to the values from the specified binning column to filter the rows into specific bins.
A new column is then added containing the corresponding bin index.
-