次の方法で共有


ClassificationModelPerformanceMetricThreshold コンストラクター

定義

ClassificationModelPerformanceMetricThreshold の新しいインスタンスを初期化します。

public ClassificationModelPerformanceMetricThreshold (Azure.ResourceManager.MachineLearning.Models.ClassificationModelPerformanceMetric metric);
new Azure.ResourceManager.MachineLearning.Models.ClassificationModelPerformanceMetricThreshold : Azure.ResourceManager.MachineLearning.Models.ClassificationModelPerformanceMetric -> Azure.ResourceManager.MachineLearning.Models.ClassificationModelPerformanceMetricThreshold
Public Sub New (metric As ClassificationModelPerformanceMetric)

パラメーター

metric
ClassificationModelPerformanceMetric

[必須]計算する分類モデルのパフォーマンス。

適用対象