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

ClassificationModel.RandomForest 属性

定义

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

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

属性值

适用于