Categorical Encoding.Forward Difference Method
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Forward | Returns an encoding where every level is compared to the next level. |
Forward | Returns an encoding where every level is compared to the next level. |
ForwardDifference(IIndex)
Returns an encoding where every level is compared to the next level.
public static CategoricalEncoding ForwardDifference(
IIndex categoryIndex
)
Parameters
- categoryIndex IIndex
- An index that specifies the levels.
Return Value
CategoricalEncodingForwardDifference(IIndex, Int32)
Returns an encoding where every level is compared to the next level.
public static CategoricalEncoding ForwardDifference(
IIndex categoryIndex,
int referenceLevel = -1
)