ArmMachineLearningModelFactory.FeatureAttributionMetricThreshold Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The threshold value. If null, the set default is dependent on the metric type.
Returns
A new FeatureAttributionMetricThreshold instance for mocking.