ReachAlgorithm

public class ReachAlgorithm<E, M, R>

Algorithmic class for computing the reach operator

Parameters

<E>

weight type of the edges of the spatial model

<M>

metric type considered by the distance structure

<R>

signal interpretation type

Constructors

Link copied to clipboard
public void ReachAlgorithm(DistanceStructure<E, M> distStr, SignalDomain<R> signalDomain, IntFunction<R> leftSpatialSignal, IntFunction<R> rightSpatialSignal)

Functions

Link copied to clipboard
public IntFunction<R> compute()