MachineLearningUseStl 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.
Configure STL Decomposition of the time-series target column.
public readonly struct MachineLearningUseStl : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUseStl>
type MachineLearningUseStl = struct
Public Structure MachineLearningUseStl
Implements IEquatable(Of MachineLearningUseStl)
- Inheritance
-
MachineLearningUseStl
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningUseStl(String) |
Initializes a new instance of MachineLearningUseStl. |
Properties
| Name | Description |
|---|---|
| None |
No stl decomposition. |
| Season |
Season. |
| SeasonTrend |
SeasonTrend. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningUseStl) |
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(MachineLearningUseStl, MachineLearningUseStl) |
Determines if two MachineLearningUseStl values are the same. |
| Implicit(String to MachineLearningUseStl) |
Converts a String to a MachineLearningUseStl. |
| Inequality(MachineLearningUseStl, MachineLearningUseStl) |
Determines if two MachineLearningUseStl values are not the same. |