Returns an encoding where levels are encoded to reflect trends in the levels.
This encoding only makes sense for evenly spaced ordinal factors.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static CategoricalEncoding OrthogonalPolynomial(
IIndex categoryIndex
)
Public Shared Function OrthogonalPolynomial (
categoryIndex As IIndex
) As CategoricalEncoding
public:
static CategoricalEncoding^ OrthogonalPolynomial(
IIndex^ categoryIndex
)
static member OrthogonalPolynomial :
categoryIndex : IIndex -> CategoricalEncoding
Parameters
- categoryIndex
- Type: Extreme.DataAnalysisIIndex
An index that specifies the levels.
Return Value
Type:
CategoricalEncoding
Reference