CategoricalEncoding Constructor

Constructs a new encoding object.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected CategoricalEncoding(
	IIndex categoryIndex
)

Parameters

categoryIndex  IIndex
The index that is being encoded.

See Also