Show / Hide Table of Contents

Class XPSTablesClassificationMetricsCurveMetrics

Metrics curve data point for a single value.

Inheritance
object
XPSTablesClassificationMetricsCurveMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class XPSTablesClassificationMetricsCurveMetrics : IDirectResponseSchema

Properties

AucPr

The area under the precision-recall curve.

Declaration
[JsonProperty("aucPr")]
public virtual double? AucPr { get; set; }
Property Value
Type Description
double?

AucRoc

The area under receiver operating characteristic curve.

Declaration
[JsonProperty("aucRoc")]
public virtual double? AucRoc { get; set; }
Property Value
Type Description
double?

ConfidenceMetricsEntries

Metrics that have confidence thresholds. Precision-recall curve and ROC curve can be derived from them.

Declaration
[JsonProperty("confidenceMetricsEntries")]
public virtual IList<XPSTablesConfidenceMetricsEntry> ConfidenceMetricsEntries { get; set; }
Property Value
Type Description
IList<XPSTablesConfidenceMetricsEntry>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LogLoss

The Log loss metric.

Declaration
[JsonProperty("logLoss")]
public virtual double? LogLoss { get; set; }
Property Value
Type Description
double?

PositionThreshold

The position threshold value used to compute the metrics.

Declaration
[JsonProperty("positionThreshold")]
public virtual int? PositionThreshold { get; set; }
Property Value
Type Description
int?

Value

The CATEGORY row value (for ARRAY unnested) the curve metrics are for.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX