Returns an encoding where every level is compared to all the next levels.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static CategoricalEncoding ReverseHelmert(
IIndex categoryIndex,
int referenceLevel = -1
)
Public Shared Function ReverseHelmert (
categoryIndex As IIndex,
Optional referenceLevel As Integer = -1
) As CategoricalEncoding
public:
static CategoricalEncoding^ ReverseHelmert(
IIndex^ categoryIndex,
int referenceLevel = -1
)
static member ReverseHelmert :
categoryIndex : IIndex *
?referenceLevel : int
(* Defaults:
let _referenceLevel = defaultArg referenceLevel -1
*)
-> CategoricalEncoding
Parameters
- categoryIndex
- Type: Extreme.DataAnalysisIIndex
An index that specifies the levels. - referenceLevel (Optional)
- Type: SystemInt32
Not used.
Return Value
Type:
CategoricalEncoding
Numerical Libraries
Supported in: 6.0
Reference