RegressionModelPerformanceMetric 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.
The RegressionModelPerformanceMetric.
public readonly struct RegressionModelPerformanceMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.RegressionModelPerformanceMetric>
type RegressionModelPerformanceMetric = struct
Public Structure RegressionModelPerformanceMetric
Implements IEquatable(Of RegressionModelPerformanceMetric)
- Inheritance
-
RegressionModelPerformanceMetric
- Implements
Constructors
RegressionModelPerformanceMetric(String) |
Initializes a new instance of RegressionModelPerformanceMetric. |
Properties
MeanAbsoluteError |
The Mean Absolute Error (MAE) metric. |
MeanSquaredError |
The Mean Squared Error (MSE) metric. |
RootMeanSquaredError |
The Root Mean Squared Error (RMSE) metric. |
Methods
Equals(RegressionModelPerformanceMetric) |
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(RegressionModelPerformanceMetric, RegressionModelPerformanceMetric) |
Determines if two RegressionModelPerformanceMetric values are the same. |
Implicit(String to RegressionModelPerformanceMetric) |
Converts a string to a RegressionModelPerformanceMetric. |
Inequality(RegressionModelPerformanceMetric, RegressionModelPerformanceMetric) |
Determines if two RegressionModelPerformanceMetric values are not the same. |
Applies to
Azure SDK for .NET