Uses of Class
org.apache.hadoop.hbase.util.WindowMovingAverage
Packages that use WindowMovingAverage
-
Uses of WindowMovingAverage in org.apache.hadoop.hbase.util
Subclasses of WindowMovingAverage in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclassEMA is similar toWeightedMovingAveragein weighted, but the weighting factor decrease exponentially.classDifferent from SMASimpleMovingAverage, WeightedMovingAverage gives each data different weight.