Returns the encoding with full rank of the specified position
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<double> GetFullRankEncoding(
int index
)
Public Function GetFullRankEncoding (
index As Integer
) As Index(Of Double)
public:
Index<double>^ GetFullRankEncoding(
int index
)
member GetFullRankEncoding :
index : int -> Index<float>
Parameters
- index
- Type: SystemInt32
The column index of the encoding.
Return Value
Type:
IndexDoubleThe category index that encapsulates the encoding
for the specified column.
Reference