Returns an encoding where every level is compared to the prior level.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static CategoricalEncoding BackwardDifference(
IIndex categoryIndex
)
Public Shared Function BackwardDifference (
categoryIndex As IIndex
) As CategoricalEncoding
public:
static CategoricalEncoding^ BackwardDifference(
IIndex^ categoryIndex
)
static member BackwardDifference :
categoryIndex : IIndex -> CategoricalEncoding
Parameters
- categoryIndex
- Type: Extreme.DataAnalysisIIndex
An index that specifies the levels.
Return Value
Type:
CategoricalEncoding
Reference