Class ScoreDistribution
Represents the methods and properties for ScoreDistribution element and its attributes
Inheritance
System.Object
ScoreDistribution
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Nullable<System.Double> |
Probability
Gets the attribute Probability's value
Declaration
public 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 |