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.BinCalculationArrayHistogram. m_BinCalculationhow to calculate the number of bins.Methods in adams.data.statistics that return ArrayHistogram.BinCalculation Modifier and Type Method Description ArrayHistogram.BinCalculationArrayHistogram. getBinCalculation()Returns how the number of bins is calculated.static ArrayHistogram.BinCalculationArrayHistogram.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 voidArrayHistogram. 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.BinCalculationArrayHistogramRanges. m_BinCalculationhow to calculate the number of bins.protected ArrayHistogram.BinCalculationSpreadSheetHistogramRanges. m_BinCalculationhow to calculate the number of bins.protected ArrayHistogram.BinCalculationWekaInstancesHistogramRanges. m_BinCalculationhow to calculate the number of bins.Methods in adams.flow.transformer that return ArrayHistogram.BinCalculation Modifier and Type Method Description ArrayHistogram.BinCalculationArrayHistogramRanges. getBinCalculation()Returns how the number of bins is calculated.ArrayHistogram.BinCalculationSpreadSheetHistogramRanges. getBinCalculation()Returns how the number of bins is calculated.ArrayHistogram.BinCalculationWekaInstancesHistogramRanges. 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 voidArrayHistogramRanges. setBinCalculation(ArrayHistogram.BinCalculation value)Sets how the number of bins is calculated.voidSpreadSheetHistogramRanges. setBinCalculation(ArrayHistogram.BinCalculation value)Sets how the number of bins is calculated.voidWekaInstancesHistogramRanges. setBinCalculation(ArrayHistogram.BinCalculation value)Sets how the number of bins is calculated.
-