Returns the encoding with reduced rank of the specified position
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<T> GetReducedRankEncoding<T>(
int index
)
Public Function GetReducedRankEncoding(Of T) (
index As Integer
) As Index(Of T)
public:
generic<typename T>
Index<T>^ GetReducedRankEncoding(
int index
)
member GetReducedRankEncoding :
index : int -> Index<'T>
Parameters
- index
- Type: SystemInt32
The column index of the encoding.
Type Parameters
- T
- The element type of the encoding.
Return Value
Type:
IndexTThe category index that encapsulates the encoding
for the specified column.
Reference