EscapeAlgorithm

public class EscapeAlgorithm<E, M, R>

Algorithmic class for computing the escape 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 EscapeAlgorithm(DistanceStructure<E, M> distStr, SignalDomain<R> signalDomain, IntFunction<R> spatialSignal)

Functions

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