TUM CCSM Commons

Uses of Interface
edu.tum.cs.commons.math.IAggregator

Packages that use IAggregator
edu.tum.cs.commons.math Collection of classes to aggregate values for lists of all values. 
 

Uses of IAggregator in edu.tum.cs.commons.math
 

Classes in edu.tum.cs.commons.math that implement IAggregator
 class MaxAggregator
          Maximum aggregator.
 class MeanAggregator
          Average aggregator.
 class MedianAggregator
          Median aggregator.
 class MinAggregator
          Minimum aggregator.
 class PairwiseAggregatorBase
          This is a base class for aggregators that have a defined neutral element and operate in pairwise manner.
 class SumAggregator
          Sum aggregator.
 

Methods in edu.tum.cs.commons.math that return IAggregator
 IAggregator EAggregationStrategy.getAggregator()
          Get aggregator.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7