ClassificationModelPerformanceMetric Struct

Definition

The ClassificationModelPerformanceMetric.

public readonly struct ClassificationModelPerformanceMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.ClassificationModelPerformanceMetric>
type ClassificationModelPerformanceMetric = struct
Public Structure ClassificationModelPerformanceMetric
Implements IEquatable(Of ClassificationModelPerformanceMetric)
Inheritance
ClassificationModelPerformanceMetric
Implements

Constructors

ClassificationModelPerformanceMetric(String)

Initializes a new instance of ClassificationModelPerformanceMetric.

Properties

Accuracy

Calculates the accuracy of the model predictions.

Precision

Calculates the precision of the model predictions.

Recall

Calculates the recall of the model predictions.

Methods

Equals(ClassificationModelPerformanceMetric)

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(ClassificationModelPerformanceMetric, ClassificationModelPerformanceMetric)

Determines if two ClassificationModelPerformanceMetric values are the same.

Implicit(String to ClassificationModelPerformanceMetric)

Converts a string to a ClassificationModelPerformanceMetric.

Inequality(ClassificationModelPerformanceMetric, ClassificationModelPerformanceMetric)

Determines if two ClassificationModelPerformanceMetric values are not the same.

Applies to