CategoricalPredictionDriftMetricThreshold Constructor

Definition

Initializes a new instance of CategoricalPredictionDriftMetricThreshold.

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

Parameters

metric
CategoricalPredictionDriftMetric

[Required] The categorical prediction drift metric to calculate.

Applies to