Model Input Group.Set Encoding Method
Sets 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 void SetEncoding(
string key,
Func<IIndex, int, CategoricalEncoding> encoding,
int referenceLevel = -1
)
Parameters
Exceptions
Invalid | key does not correspond to a categorical variable in the group. |