Enum WinsorizerLimitType
- Namespace
- AiDotNet.Preprocessing.OutlierHandling
- Assembly
- AiDotNet.dll
Specifies how Winsorization limits are calculated.
public enum WinsorizerLimitType
Fields
IQR = 1Use IQR-based limits (Q1 - kIQR, Q3 + kIQR where k is the limit value).
Percentile = 0Use percentile values directly (e.g., 5th and 95th percentile).