Categorical Encoding.Reverse Helmert Method
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Reverse | Returns an encoding where every level is compared to all the next levels. |
Reverse | Returns an encoding where every level is compared to all the next levels. |
ReverseHelmert(IIndex)
Returns an encoding where every level is compared to all the next levels.
public static CategoricalEncoding ReverseHelmert(
IIndex categoryIndex
)
Parameters
- categoryIndex IIndex
- An index that specifies the levels.
Return Value
CategoricalEncodingReverseHelmert(IIndex, Int32)
Returns an encoding where every level is compared to all the next levels.
public static CategoricalEncoding ReverseHelmert(
IIndex categoryIndex,
int referenceLevel = -1
)