ReduceOp

public class ReduceOp<S, R, V>

Algorithm for Reduce operator

Constructors

Link copied to clipboard
public void ReduceOp(int size, LocationService<Double, S> locSvc, Function<SpatialModel<S>, DistanceStructure<S, ? extends Object>> distance, Function<List<V>, R> aggregator)

Functions

Link copied to clipboard
public MfrSignal<R> computeUnary(Array<int> definitionSet, IntFunction<MfrSignal<V>> s)