public interface AggregateFunction<C,E>
RealAudioBuffer)
of a given size to a new object of size 1, applying some sort of function aggregating all
elements of the collection. Typical examples are the sum, the statistical mean, standard deviation or
variance.
Date: Aug 27, 2010
Time: 10:44:04 PMMapFunction,
DistanceFunction,
FloatAggregateFunction,
AggregateFunctions| Modifier and Type | Method and Description |
|---|---|
E |
aggregate(C collection)
Maps a collection (usually an array, an
RealAudioBuffer
or a List) to a single value. |
E aggregate(C collection)
RealAudioBuffer
or a List) to a single value.collection - collectionCopyright © 2011–2020 tagtraum industries incorporated. All rights reserved.