Enum OutputDistributionType
- Namespace
- AiDotNet.Preprocessing.PowerTransforms
- Assembly
- AiDotNet.dll
Specifies the target output distribution for quantile transformation.
public enum OutputDistributionType
Fields
Normal = 1Map to a standard normal distribution (Gaussian).
Uniform = 0Map to a uniform distribution in [0, 1].