Class GlobalExplanation
Global explanations containing the top most important features after training.
Inheritance
object
GlobalExplanation
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 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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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<T><Explanation> |