CategoricalEncoding.GetLevelString Method

Returns a string representation for the specified level.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual string GetLevelString(
	int levelIndex,
	bool fullRank
)

Parameters

levelIndex  Int32
The level for which a string representation is requested.
fullRank  Boolean
Specifies whether the encoding is full rank.

Return Value

String

See Also