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

AutoMLVerticalRegressionModel.RandomForest 属性

定义

随机林是一种监督式学习算法。 它构建的“森林”是决策树的合奏,通常使用装袋方法进行训练。 装袋方法的一般思路是,学习模型的组合可以提高整体结果。

public static Azure.ResourceManager.MachineLearning.Models.AutoMLVerticalRegressionModel RandomForest { get; }
static member RandomForest : Azure.ResourceManager.MachineLearning.Models.AutoMLVerticalRegressionModel
Public Shared ReadOnly Property RandomForest As AutoMLVerticalRegressionModel

属性值

适用于