DATA
- The type of input data which can be compared using this function.@PublicEvolving public interface DeltaFunction<DATA> extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
getDelta(DATA oldDataPoint,
DATA newDataPoint)
Calculates the delta between two given data points.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.