CategoricalEncoding.GetLevelString Method

Returns a string representation for the specified level.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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