Vector Extensions.Use Backward Difference Encoding Method
Specifies that backward difference encoding should be used when creating indicator variables.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static void UseBackwardDifferenceEncoding(
this ICategoricalVector vector
)
Parameters
- vector ICategoricalVector
- The categorical vector to apply the encoding to.