WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScoreDistribution - WPF 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
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class ScoreDistribution

    Constructors

    ScoreDistribution()

    Declaration
    public ScoreDistribution()

    Properties

    Confidence

    Gets the attribute Confidence's value

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

    Probability

    Gets the attribute Probability's value

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

    RecordCount

    Gets the attribute RecordCount's value

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

    Value

    Gets the attribute Value's value

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