public class Sum extends FeatureResultsStatistic
The sum of the results from a particular feature.
Author:
Owen Feehan
  • Constructor Details

    • Sum

      public Sum()
  • Method Details

    • statisticFromFeatureValue

      protected double statisticFromFeatureValue(cern.colt.list.DoubleArrayList values)
      Description copied from class: FeatureResultsStatistic
      Calculates the statistic for a given list of result-value.
      Specified by:
      statisticFromFeatureValue in class FeatureResultsStatistic
      Parameters:
      values - the values to calculate the statistic for.
      Returns:
      the calculated statistic.