CategoricalEncoding.GetFullRankEncodingCore<T> Method

Returns the encoding with full rank of the specified position

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual Index<T> GetFullRankEncodingCore<T>(
	int index
)

Parameters

index  Int32
The column index of the encoding.

Type Parameters

T

Return Value

Index<T>
The category index that encapsulates the encoding for the specified column.

See Also