Namespace AiDotNet.Preprocessing.PowerTransforms
Classes
- PowerTransformer<T>
Applies power transformations (Box-Cox or Yeo-Johnson) to make data more Gaussian-like.
- QuantileTransformer<T>
Transforms features to follow a uniform or normal distribution using quantile information.
Enums
- OutputDistributionType
Specifies the target output distribution for quantile transformation.
- PowerTransformMethod
Specifies the power transformation method.