CategoricalEncoding.GetFullRankEncodingCore<T> Method

Returns the encoding with full rank of the specified position

Definition

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