Class GaussianDistribution
Represents the properties for GaussianDistribution element and its attributes
Inheritance
System.Object
GaussianDistribution
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: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class GaussianDistribution
Constructors
GaussianDistribution()
Declaration
public GaussianDistribution()
Properties
Mean
Gets the "mean" attribute value
Declaration
public double Mean { get; }
Property Value
Type |
---|
System.Double |
Variance
Gets the "variance" attribute value
Declaration
public double Variance { get; }
Property Value
Type |
---|
System.Double |