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 |