public interface FloatAggregateFunction<C>
RealAudioBuffer)
of a given size to a float, 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,
AggregateFunction| Modifier and Type | Method and Description |
|---|---|
float |
aggregate(C collection)
Maps a collection (usually an array, an
RealAudioBuffer
or a List) to a single float value. |
float aggregate(C collection)
RealAudioBuffer
or a List) to a single float value.collection - collectionCopyright © 2011–2020 tagtraum industries incorporated. All rights reserved.