Expand description
SIMD-accelerated scaling operations SIMD-accelerated scaling operations
This module provides SIMD-optimized implementations of scaling operations using the unified SIMD operations from scirs2-core.
Structsยง
- Simd
MaxAbs Scaler - SIMD-accelerated MaxAbsScaler
- Simd
Robust Scaler - SIMD-accelerated robust scaling using median and IQR
- Simd
Standard Scaler - SIMD-accelerated standard scaling (Z-score normalization)