Share via


ColumnInformation.CategoricalColumnNames Property

Definition

The dataset columns that are categorical.

[Newtonsoft.Json.JsonProperty]
public System.Collections.Generic.ICollection<string> CategoricalColumnNames { get; }
[<Newtonsoft.Json.JsonProperty>]
member this.CategoricalColumnNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property CategoricalColumnNames As ICollection(Of String)

Property Value

The default value is a new, empty Collection<T>.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Categorical data columns should generally be columns that contain a small number of unique values.

Applies to