Model Input Group.Get Encoding 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public CategoricalEncoding GetEncoding(
string key
)
Parameters
- key String
- The key of the variable.
Return Value
CategoricalEncodingExceptions
Invalid | key does not correspond to a categorical variable in the group. |