Class XPSTablesClassificationMetricsCurveMetrics
Metrics curve data point for a single value.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.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 |