次の方法で共有


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

Equality(FeatureImportanceMode, FeatureImportanceMode)

Determines if two FeatureImportanceMode values are the same.

Implicit(String to FeatureImportanceMode)

Converts a string to a FeatureImportanceMode.

Inequality(FeatureImportanceMode, FeatureImportanceMode)

Determines if two FeatureImportanceMode values are not the same.

Applies to