Expand description
Time series kernel approximations
This module provides kernel approximation methods specifically designed for time series data, including Dynamic Time Warping (DTW), autoregressive kernels, spectral kernels, and other time-series specific kernel methods.
Structs§
- Autoregressive
Kernel Approximation - Autoregressive kernel approximation
- DTWConfig
- DTW distance computation configuration DTWConfig
- DTWKernel
Approximation - Dynamic Time Warping kernel approximation
- Global
Alignment Kernel Approximation - Global Alignment Kernel (GAK) approximation
- Spectral
Kernel Approximation - Spectral kernel approximation for time series
- Time
Series Kernel Config - Time series kernel configuration TimeSeriesKernelConfig
Enums§
- DTWDistance
Metric - Distance metrics for DTW DTWDistanceMetric
- DTWStep
Pattern - DTW step patterns DTWStepPattern
- DTWWindow
Type - DTW window constraint types DTWWindowType
- Time
Series Kernel Type - Time series kernel type TimeSeriesKernelType