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

MachineLearningFeatureLag(String)

Initializes a new instance of MachineLearningFeatureLag.

Properties

Auto

System auto-generates feature lags.

None

No feature lags generated.

Methods

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

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