RegressionModelPerformanceMetric Struct

Definition

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