MachineLearningFeatureLag Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET