menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GaussianDistribution - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GaussianDistribution

    Represents the properties for GaussianDistribution element and its attributes

    Inheritance
    System.Object
    GaussianDistribution
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved