Class MatrixStatsField
Inheritance
MatrixStatsField
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
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public int Count { get; set; }
Property Value
|
Edit this page
View Source
Covariance
Declaration
[DataMember(Name = "covariance")]
public Dictionary<string, double> Covariance { get; set; }
Property Value
|
Edit this page
View Source
Kurtosis
Declaration
[DataMember(Name = "kurtosis")]
public double Kurtosis { get; set; }
Property Value
|
Edit this page
View Source
Mean
Declaration
[DataMember(Name = "mean")]
public double Mean { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Skewness
Declaration
[DataMember(Name = "skewness")]
public double Skewness { get; set; }
Property Value
|
Edit this page
View Source
Variance
Declaration
[DataMember(Name = "variance")]
public double Variance { get; set; }
Property Value
Extension Methods