Vector Extensions.Use Forward Difference Encoding Method
Specifies that forward 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 UseForwardDifferenceEncoding(
this ICategoricalVector vector
)
Parameters
- vector ICategoricalVector
- The categorical vector to apply the encoding to.