ColumnInformation.CategoricalColumnNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.