menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ScoreDistribution

    Represents the methods and properties for ScoreDistribution element and its attributes

    Inheritance
    System.Object
    ScoreDistribution
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class ScoreDistribution : Object

    Constructors

    ScoreDistribution()

    Declaration
    public ScoreDistribution()

    Properties

    Confidence

    Gets the attribute Confidence's value

    Declaration
    public Nullable<double> Confidence { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    Probability

    Gets the attribute Probability's value

    Declaration
    public Nullable<double> Probability { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    RecordCount

    Gets the attribute RecordCount's value

    Declaration
    public double RecordCount { get; }
    Property Value
    Type
    System.Double

    Value

    Gets the attribute Value's value

    Declaration
    public string Value { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved