Specifies that inverse Helmert encoding should be used when creating indicator variables.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static void UseInverseHelmertEncoding(
this ICategoricalVector vector
)
<ExtensionAttribute>
Public Shared Sub UseInverseHelmertEncoding (
vector As ICategoricalVector
)
public:
[ExtensionAttribute]
static void UseInverseHelmertEncoding(
ICategoricalVector^ vector
)
[<ExtensionAttribute>]
static member UseInverseHelmertEncoding :
vector : ICategoricalVector -> unit
Parameters
- vector
- Type: Extreme.MathematicsICategoricalVector
The categorical vector to apply the encoding to.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ICategoricalVector. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Reference