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