Table of Contents

Enum WinsorizerLimitType

Namespace
AiDotNet.Preprocessing.OutlierHandling
Assembly
AiDotNet.dll

Specifies how Winsorization limits are calculated.

public enum WinsorizerLimitType

Fields

IQR = 1

Use IQR-based limits (Q1 - kIQR, Q3 + kIQR where k is the limit value).

Percentile = 0

Use percentile values directly (e.g., 5th and 95th percentile).