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