Enum PowerTransformMethod
- Namespace
- AiDotNet.Preprocessing.PowerTransforms
- Assembly
- AiDotNet.dll
Specifies the power transformation method.
public enum PowerTransformMethod
Fields
BoxCox = 0Box-Cox transformation. Requires strictly positive data.
YeoJohnson = 1Yeo-Johnson transformation. Works with positive, negative, and zero values.