CategoricalEncoding.GetReducedRankEncodingCore<T> Method

Returns the encoding with reduced rank of the specified position

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected abstract Index<T> GetReducedRankEncodingCore<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