ModelInputGroup.GetEncoding Method

Gets the encoding of the specified variable.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public CategoricalEncoding GetEncoding(
	string key
)

Parameters

key  String
The key of the variable.

Return Value

CategoricalEncoding

Exceptions

InvalidOperationException

key does not correspond to a categorical variable in the group.

See Also