Returns an encoding where every level is compared to the prior level.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
Numerical Libraries
Supported in: 6.0
Reference