Share via


ObjectDetectionPrimaryMetrics Struct

Definition

Primary metrics for Image ObjectDetection task.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ObjectDetectionPrimaryMetricsTypeConverter))]
public struct ObjectDetectionPrimaryMetrics : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ObjectDetectionPrimaryMetrics>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ObjectDetectionPrimaryMetricsTypeConverter))>]
type ObjectDetectionPrimaryMetrics = struct
    interface IArgumentCompleter
Public Structure ObjectDetectionPrimaryMetrics
Implements IArgumentCompleter, IEquatable(Of ObjectDetectionPrimaryMetrics)
Inheritance
ObjectDetectionPrimaryMetrics
Attributes
Implements

Fields

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

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ObjectDetectionPrimaryMetrics (override for Object)

Equals(ObjectDetectionPrimaryMetrics)

Compares values of enum type ObjectDetectionPrimaryMetrics

GetHashCode()

Returns hashCode for enum ObjectDetectionPrimaryMetrics

ToString()

Returns string representation for ObjectDetectionPrimaryMetrics

Operators

Equality(ObjectDetectionPrimaryMetrics, ObjectDetectionPrimaryMetrics)

Overriding == operator for enum ObjectDetectionPrimaryMetrics

Implicit(ObjectDetectionPrimaryMetrics to String)

Implicit operator to convert ObjectDetectionPrimaryMetrics to string

Implicit(String to ObjectDetectionPrimaryMetrics)

Implicit operator to convert string to ObjectDetectionPrimaryMetrics

Inequality(ObjectDetectionPrimaryMetrics, ObjectDetectionPrimaryMetrics)

Overriding != operator for enum ObjectDetectionPrimaryMetrics

Applies to