CategoricalVector<T>.Encoding Property

Gets or sets the encoding used when creating indicator variables.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public CategoricalEncoding Encoding { get; set; }

Property Value

CategoricalEncoding

Implements

ICategoricalVector.Encoding

See Also