Class BinaryClassificationMetrics
Evaluation metrics for binary classification/classifier models.
Inheritance
object
BinaryClassificationMetrics
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BinaryClassificationMetrics : IDirectResponseSchema
Properties
AggregateClassificationMetrics
Aggregate classification metrics.
Declaration
[JsonProperty("aggregateClassificationMetrics")]
public virtual AggregateClassificationMetrics AggregateClassificationMetrics { get; set; }
Property Value
Type | Description |
---|---|
AggregateClassificationMetrics |
BinaryConfusionMatrixList
Binary confusion matrix at multiple thresholds.
Declaration
[JsonProperty("binaryConfusionMatrixList")]
public virtual IList<BinaryConfusionMatrix> BinaryConfusionMatrixList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><BinaryConfusionMatrix> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NegativeLabel
Label representing the negative class.
Declaration
[JsonProperty("negativeLabel")]
public virtual string NegativeLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
PositiveLabel
Label representing the positive class.
Declaration
[JsonProperty("positiveLabel")]
public virtual string PositiveLabel { get; set; }
Property Value
Type | Description |
---|---|
string |