你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableVerticalFeaturizationSettings.Mode 属性

定义

特征化模式 - 用户可以保留默认的“自动”模式,AutoML 将在特征化阶段处理数据的必要转换。 如果选择了“关”,则不执行特征化。 如果选择了“自定义”,则用户可以指定其他输入来自定义特征化完成方式。

public Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode? Mode { get; set; }
member this.Mode : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode> with get, set
Public Property Mode As Nullable(Of MachineLearningFeaturizationMode)

属性值

适用于