Categorical Encoding.Get Full Rank Encoding Core<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#
The category index that encapsulates the encoding for the specified column.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.