Returns the encoding with reduced rank of the specified position
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected abstract Index<T> GetReducedRankEncodingCore<T>(
int index
)
Protected MustOverride Function GetReducedRankEncodingCore(Of T) (
index As Integer
) As Index(Of T)
protected:
generic<typename T>
virtual Index<T>^ GetReducedRankEncodingCore(
int index
) abstract
abstract GetReducedRankEncodingCore :
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