CategoricalEncoding Constructor

Constructs a new encoding object.

Definition

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

Parameters

categoryIndex  IIndex
The index that is being encoded.

See Also