Package org.api4.java.common.timeseries
Interface ITimeSeriesComplexity
-
- All Known Implementing Classes:
SquaredBackwardDifferenceComplexity
,StretchingComplexity
public interface ITimeSeriesComplexity
Interface that describes the complexity measure of a time series.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
complexity(double[] t)
-