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

プロパティ値

適用対象