Compartir a través de


ITextClassificationMultilabel.PrimaryMetric Property

Definition

Primary metric for Text-Classification-Multilabel task. Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Primary metric for Text-Classification-Multilabel task.\r\n        Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationMultilabelPrimaryMetrics) }, ReadOnly=true, Required=false, SerializedName="primaryMetric")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationMultilabelPrimaryMetrics? PrimaryMetric { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Primary metric for Text-Classification-Multilabel task.\r\n        Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationMultilabelPrimaryMetrics) }, ReadOnly=true, Required=false, SerializedName="primaryMetric")>]
member this.PrimaryMetric : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationMultilabelPrimaryMetrics>
Public ReadOnly Property PrimaryMetric As Nullable(Of ClassificationMultilabelPrimaryMetrics)

Property Value

Attributes

Applies to