public abstract class AMinimumDistanceSearchStrategy
extends java.lang.Object
Shapelet
object and a time series.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
useBiasCorrection
Indicator whether Bessel's correction should be used within any distance
calculation;
|
| Constructor and Description |
|---|
AMinimumDistanceSearchStrategy(boolean useBiasCorrection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double |
findMinimumDistance(Shapelet shapelet,
double[] timeSeries)
Function returning the minimum distance among all subsequences of the given
timeSeries to the shapelet's data. |
protected boolean useBiasCorrection
public AMinimumDistanceSearchStrategy(boolean useBiasCorrection)
useBiasCorrection - See useBiasCorrectionpublic abstract double findMinimumDistance(Shapelet shapelet, double[] timeSeries)
timeSeries to the shapelet's data.shapelet - The shapelet to be compared to all subsequencestimeSeries - The time series which subsequences are compared to the shapelet's
data