Namespace AiDotNet.Preprocessing.OutlierHandling
Classes
- IQRClipper<T>
Clips outliers using the Interquartile Range (IQR) method.
- OutlierClipper<T>
Clips outliers to specified percentile bounds.
- Winsorizer<T>
Winsorizes data by replacing extreme values with percentile bounds.
Enums
- WinsorizerLimitType
Specifies how Winsorization limits are calculated.