Class GaussianDistribution
Represents the properties for GaussianDistribution element and its attributes
Inheritance
System.Object
GaussianDistribution
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class GaussianDistribution : Object
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 |