Uses of Class
adams.data.binning.operation.Bins.SummaryType
-
Packages that use Bins.SummaryType Package Description adams.data.binning.operation -
-
Uses of Bins.SummaryType in adams.data.binning.operation
Methods in adams.data.binning.operation that return Bins.SummaryType Modifier and Type Method Description static Bins.SummaryType
Bins.SummaryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Bins.SummaryType[]
Bins.SummaryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.binning.operation with parameters of type Bins.SummaryType Modifier and Type Method Description static <T> double[]
Bins. summarizeBinnableValues(List<Bin<T>> bins, Bins.SummaryType type, double emptyBinValue)
Collects the binnable values from each bin, summarizes them and then returns that per bin.
-