Class GlobalExplanation
Global explanations containing the top most important features after training.
Inheritance
System.Object
GlobalExplanation
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class GlobalExplanation : IDirectResponseSchema
Properties
ClassLabel
Class label for this set of global explanations. Will be empty/null for binary logistic and linear regression models. Sorted alphabetically in descending order.
Declaration
[JsonProperty("classLabel")]
public virtual string ClassLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Explanations
A list of the top global explanations. Sorted by absolute value of attribution in descending order.
Declaration
[JsonProperty("explanations")]
public virtual IList<Explanation> Explanations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Explanation> |
Implements
Google.Apis.Requests.IDirectResponseSchema