ColumnInformation.CategoricalColumnNames 属性

定义

分类的数据集列。

[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)

属性值

默认值为新的空 Collection<T>值。

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

分类数据列通常应为包含少量唯一值的列。

适用于