@PublicEvolving
public interface DeltaFunction<DATA>
extends Serializable
This interface allows the implementation of a function which calculates the delta between two
data points. Delta functions might be used in delta policies and allow flexible adaptive
windowing based on the arriving data points.