Language

ArmMachineLearningModelFactory.TopNFeaturesByAttribution Method

Definition

The TopNFeaturesByAttribution.

public static Azure.ResourceManager.MachineLearning.Models.TopNFeaturesByAttribution TopNFeaturesByAttribution(int? top = default);
static member TopNFeaturesByAttribution : Nullable<int> -> Azure.ResourceManager.MachineLearning.Models.TopNFeaturesByAttribution
Public Shared Function TopNFeaturesByAttribution (Optional top As Nullable(Of Integer) = Nothing) As TopNFeaturesByAttribution

Parameters

top
Nullable<Int32>

The number of top features to include.

Returns

A new TopNFeaturesByAttribution instance for mocking.

Applies to