Module algorithms

Module algorithms 

Source
Expand description

GPU-accelerated time series algorithms

This module provides comprehensive time series processing algorithms optimized for GPU execution, including forecasting, feature extraction, and statistical analysis.

Structs§

FeatureConfig
Configuration for feature extraction
GpuFeatureExtractor
GPU-accelerated feature extraction for time series
GpuTimeSeriesProcessor
GPU-accelerated parallel time series processing

Enums§

ForecastMethod
Forecasting methods for GPU acceleration
WindowStatistic
Window statistics for sliding window operations