Returns the encoding with full rank of the specified position
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual Index<T> GetFullRankEncodingCore<T>(
int index
)
Protected Overridable Function GetFullRankEncodingCore(Of T) (
index As Integer
) As Index(Of T)
protected:
generic<typename T>
virtual Index<T>^ GetFullRankEncodingCore(
int index
)
abstract GetFullRankEncodingCore :
index : int -> Index<'T>
override GetFullRankEncodingCore :
index : int -> Index<'T>
Parameters
- index
- Type: SystemInt32
The column index of the encoding.
Type Parameters
- T
Return Value
Type:
IndexTThe category index that encapsulates the encoding
for the specified column.
Reference