Uses of Class
adams.data.statistics.ArrayHistogram.BinCalculation
-
Packages that use ArrayHistogram.BinCalculation Package Description adams.data.statistics adams.flow.transformer -
-
Uses of ArrayHistogram.BinCalculation in adams.data.statistics
Fields in adams.data.statistics declared as ArrayHistogram.BinCalculation Modifier and Type Field Description protected ArrayHistogram.BinCalculation
ArrayHistogram. m_BinCalculation
how to calculate the number of bins.Methods in adams.data.statistics that return ArrayHistogram.BinCalculation Modifier and Type Method Description ArrayHistogram.BinCalculation
ArrayHistogram. getBinCalculation()
Returns how the number of bins is calculated.static ArrayHistogram.BinCalculation
ArrayHistogram.BinCalculation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrayHistogram.BinCalculation[]
ArrayHistogram.BinCalculation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.statistics with parameters of type ArrayHistogram.BinCalculation Modifier and Type Method Description void
ArrayHistogram. setBinCalculation(ArrayHistogram.BinCalculation value)
Sets how the number of bins is calculated. -
Uses of ArrayHistogram.BinCalculation in adams.flow.transformer
Fields in adams.flow.transformer declared as ArrayHistogram.BinCalculation Modifier and Type Field Description protected ArrayHistogram.BinCalculation
ArrayHistogramRanges. m_BinCalculation
how to calculate the number of bins.protected ArrayHistogram.BinCalculation
SpreadSheetHistogramRanges. m_BinCalculation
how to calculate the number of bins.protected ArrayHistogram.BinCalculation
WekaInstancesHistogramRanges. m_BinCalculation
how to calculate the number of bins.Methods in adams.flow.transformer that return ArrayHistogram.BinCalculation Modifier and Type Method Description ArrayHistogram.BinCalculation
ArrayHistogramRanges. getBinCalculation()
Returns how the number of bins is calculated.ArrayHistogram.BinCalculation
SpreadSheetHistogramRanges. getBinCalculation()
Returns how the number of bins is calculated.ArrayHistogram.BinCalculation
WekaInstancesHistogramRanges. getBinCalculation()
Returns how the number of bins is calculated.Methods in adams.flow.transformer with parameters of type ArrayHistogram.BinCalculation Modifier and Type Method Description void
ArrayHistogramRanges. setBinCalculation(ArrayHistogram.BinCalculation value)
Sets how the number of bins is calculated.void
SpreadSheetHistogramRanges. setBinCalculation(ArrayHistogram.BinCalculation value)
Sets how the number of bins is calculated.void
WekaInstancesHistogramRanges. setBinCalculation(ArrayHistogram.BinCalculation value)
Sets how the number of bins is calculated.
-