ObjectDetectionPrimaryMetric 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.
Primary metrics for Image ObjectDetection task.
public readonly struct ObjectDetectionPrimaryMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.ObjectDetectionPrimaryMetric>
type ObjectDetectionPrimaryMetric = struct
Public Structure ObjectDetectionPrimaryMetric
Implements IEquatable(Of ObjectDetectionPrimaryMetric)
- Inheritance
-
ObjectDetectionPrimaryMetric
- Implements
Constructors
ObjectDetectionPrimaryMetric(String) |
Initializes a new instance of ObjectDetectionPrimaryMetric. |
Properties
MeanAveragePrecision |
Mean Average Precision (MAP) is the average of AP (Average Precision). AP is calculated for each class and averaged to get the MAP. |
Methods
Equals(ObjectDetectionPrimaryMetric) |
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(ObjectDetectionPrimaryMetric, ObjectDetectionPrimaryMetric) |
Determines if two ObjectDetectionPrimaryMetric values are the same. |
Implicit(String to ObjectDetectionPrimaryMetric) |
Converts a string to a ObjectDetectionPrimaryMetric. |
Inequality(ObjectDetectionPrimaryMetric, ObjectDetectionPrimaryMetric) |
Determines if two ObjectDetectionPrimaryMetric values are not the same. |
Applies to
Azure SDK for .NET