Freigeben über


MachineLearningFeatureLag Struct

Definition

Flag for generating lags for the numeric features.

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

Constructors

Name Description
MachineLearningFeatureLag(String)

Initializes a new instance of MachineLearningFeatureLag.

Properties

Name Description
Auto

System auto-generates feature lags.

None

No feature lags generated.

Methods

Name Description
Equals(MachineLearningFeatureLag)

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

Name Description
Equality(MachineLearningFeatureLag, MachineLearningFeatureLag)

Determines if two MachineLearningFeatureLag values are the same.

Implicit(String to MachineLearningFeatureLag)

Converts a String to a MachineLearningFeatureLag.

Inequality(MachineLearningFeatureLag, MachineLearningFeatureLag)

Determines if two MachineLearningFeatureLag values are not the same.

Applies to