Type Parameters:
T - feature-input

public class MeanAcrossObjects<T extends FeatureInputEnergy> extends ObjectAggregationBase<T>
Calculates the mean of a feature applied to each connected component
  • Constructor Details

    • MeanAcrossObjects

      public MeanAcrossObjects()
  • Method Details

    • deriveStatistic

      protected double deriveStatistic(cern.colt.list.DoubleArrayList featureVals)
      Description copied from class: ObjectAggregationBase
      Derives a statistic from the calculated feature values for all objects.
      Specified by:
      deriveStatistic in class ObjectAggregationBase<T extends FeatureInputEnergy>
      Parameters:
      featureVals - the list of feature values for all objects
      Returns:
      the derived statistic