Categorical Encoding.Get Reduced Rank Encoding Method
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Get | Returns the encoding with reduced rank of the specified position |
Get | Returns the encoding with reduced rank of the specified position |
GetReducedRankEncoding(Int32)
Returns the encoding with reduced rank of the specified position
public Index<double> GetReducedRankEncoding(
int index
)
Parameters
- index Int32
- The column index of the encoding.
Return Value
Index<Double>The category index that encapsulates the encoding for the specified column.
GetReducedRankEncoding<T>(Int32)
Returns the encoding with reduced rank of the specified position
public Index<T> GetReducedRankEncoding<T>(
int index
)
Parameters
- index Int32
- The column index of the encoding.
Type Parameters
- T
- The element type of the encoding.
Return Value
Index<T>The category index that encapsulates the encoding for the specified column.