Share via


FeatureImportanceMode Struct

Definition

The mode of operation for computing feature importance.

public readonly struct FeatureImportanceMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.FeatureImportanceMode>
type FeatureImportanceMode = struct
Public Structure FeatureImportanceMode
Implements IEquatable(Of FeatureImportanceMode)
Inheritance
FeatureImportanceMode
Implements

Constructors

FeatureImportanceMode(String)

Initializes a new instance of FeatureImportanceMode.

Properties

Disabled

Disables computing feature importance within a signal.

Enabled

Enables computing feature importance within a signal.

Methods

Equals(FeatureImportanceMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Applies to