Model Input Group.Get Encoding Method
Gets the encoding of the specified variable.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |