Class IterableMean<I extends RealType<I>,​O extends RealType<O>>

  • Type Parameters:
    I - input type
    O - output type
    All Implemented Interfaces:
    BiConsumer<Iterable<I>,​O>, Computers.Arity1<Iterable<I>,​O>

    public class IterableMean<I extends RealType<I>,​O extends RealType<O>>
    extends Object
    implements Computers.Arity1<Iterable<I>,​O>
    Op to calculate the stats.mean directly.
    Author:
    Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz)
    Implementation Note:
    op names='stats.mean', priority='10000.'