Language

ArmMachineLearningModelFactory.FeatureAttributionMetricThreshold Method

Definition

public static Azure.ResourceManager.MachineLearning.Models.FeatureAttributionMetricThreshold FeatureAttributionMetricThreshold(Azure.ResourceManager.MachineLearning.Models.FeatureAttributionMetric metric = default, double? thresholdValue = default);
static member FeatureAttributionMetricThreshold : Azure.ResourceManager.MachineLearning.Models.FeatureAttributionMetric * Nullable<double> -> Azure.ResourceManager.MachineLearning.Models.FeatureAttributionMetricThreshold
Public Shared Function FeatureAttributionMetricThreshold (Optional metric As FeatureAttributionMetric = Nothing, Optional thresholdValue As Nullable(Of Double) = Nothing) As FeatureAttributionMetricThreshold

Parameters

metric
FeatureAttributionMetric

[Required] The feature attribution metric to calculate.

thresholdValue
Nullable<Double>

The threshold value. If null, the set default is dependent on the metric type.

Returns

A new FeatureAttributionMetricThreshold instance for mocking.

Applies to