public class Average extends Object
public static <K,V extends Number> PTable<K,Double> meanValue(PTable<K,V> table)
K
- Key type, can be any typeV
- Value type, must be numeric (ie. extend java.lang.Number)table
- PTable of (key, value) pairs to operate onCopyright © 2015 The Apache Software Foundation. All Rights Reserved.