Uses of Interface
adams.data.binning.postprocessing.BinPostProcessing
-
Packages that use BinPostProcessing Package Description adams.data.binning.postprocessing adams.data.statistics adams.flow.transformer -
-
Uses of BinPostProcessing in adams.data.binning.postprocessing
Classes in adams.data.binning.postprocessing that implement BinPostProcessing Modifier and Type Class Description class
AbstractBinPostProcessing
Ancestor for schemes for post-processing bins.class
MinBinSize
Ensures that bins have the specified minimum number of objects stored.class
PassThrough
Performs no post-processing.Methods in adams.data.binning.postprocessing that return BinPostProcessing Modifier and Type Method Description BinPostProcessing
BinPostProcessingUser. getPostProcessing()
Returns the post-processing scheme to apply to the bins.Methods in adams.data.binning.postprocessing with parameters of type BinPostProcessing Modifier and Type Method Description void
BinPostProcessingUser. setPostProcessing(BinPostProcessing value)
Sets the post-processing scheme to apply to the bins. -
Uses of BinPostProcessing in adams.data.statistics
Fields in adams.data.statistics declared as BinPostProcessing Modifier and Type Field Description protected BinPostProcessing
ArrayBinning. m_PostProcessing
the post-processing scheme.Methods in adams.data.statistics that return BinPostProcessing Modifier and Type Method Description BinPostProcessing
ArrayBinning. getPostProcessing()
Returns the post-processing scheme to apply to the bins.Methods in adams.data.statistics with parameters of type BinPostProcessing Modifier and Type Method Description void
ArrayBinning. setPostProcessing(BinPostProcessing value)
Sets the post-processing scheme to apply to the bins. -
Uses of BinPostProcessing in adams.flow.transformer
Fields in adams.flow.transformer declared as BinPostProcessing Modifier and Type Field Description protected BinPostProcessing
SpreadSheetRowBinning. m_PostProcessing
for post-processing the bins.Methods in adams.flow.transformer that return BinPostProcessing Modifier and Type Method Description BinPostProcessing
SpreadSheetRowBinning. getPostProcessing()
Returns the post-processing algorithm to apply to the bins.Methods in adams.flow.transformer with parameters of type BinPostProcessing Modifier and Type Method Description void
SpreadSheetRowBinning. setPostProcessing(BinPostProcessing value)
Sets the post-processing algorithm to apply to the bins.
-