Returns an encoding where every level is compared to all the next levels.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static CategoricalEncoding Helmert(
IIndex categoryIndex
)
Public Shared Function Helmert (
categoryIndex As IIndex
) As CategoricalEncoding
public:
static CategoricalEncoding^ Helmert(
IIndex^ categoryIndex
)
static member Helmert :
categoryIndex : IIndex -> CategoricalEncoding
Parameters
- categoryIndex
- Type: Extreme.DataAnalysisIIndex
An index that specifies the levels.
Return Value
Type:
CategoricalEncoding
Reference