ModelInputGroup.GetEncoding Method

Gets the encoding of the specified variable.

Definition

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

Parameters

key  String
The key of the variable.

Return Value

CategoricalEncoding

Exceptions

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

See Also