Search Results for

    Show / Hide Table of Contents

    Class MatrixStatsField

    Inheritance
    object
    MatrixStatsField
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class MatrixStatsField

    Properties

    | Edit this page View Source

    Correlation

    Declaration
    [DataMember(Name = "correlation")]
    public Dictionary<string, double> Correlation { get; set; }
    Property Value
    Type Description
    Dictionary<string, double>
    | Edit this page View Source

    Count

    Declaration
    [DataMember(Name = "count")]
    public int Count { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Covariance

    Declaration
    [DataMember(Name = "covariance")]
    public Dictionary<string, double> Covariance { get; set; }
    Property Value
    Type Description
    Dictionary<string, double>
    | Edit this page View Source

    Kurtosis

    Declaration
    [DataMember(Name = "kurtosis")]
    public double Kurtosis { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Mean

    Declaration
    [DataMember(Name = "mean")]
    public double Mean { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Skewness

    Declaration
    [DataMember(Name = "skewness")]
    public double Skewness { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Variance

    Declaration
    [DataMember(Name = "variance")]
    public double Variance { get; set; }
    Property Value
    Type Description
    double

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Correlation
      • Count
      • Covariance
      • Kurtosis
      • Mean
      • Name
      • Skewness
      • Variance
    • Extension Methods
    Back to top Generated by DocFX