ITextNer.PrimaryMetric Property
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 metric for Text-NER task. Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Primary metric for Text-NER task.\r\n Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationPrimaryMetrics) }, ReadOnly=true, Required=false, SerializedName="primaryMetric")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationPrimaryMetrics? PrimaryMetric { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Primary metric for Text-NER task.\r\n Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationPrimaryMetrics) }, ReadOnly=true, Required=false, SerializedName="primaryMetric")>]
member this.PrimaryMetric : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ClassificationPrimaryMetrics>
Public ReadOnly Property PrimaryMetric As Nullable(Of ClassificationPrimaryMetrics)
Property Value
- Attributes