Class SimpleRule
Represents the methods and properties for SimpleRule element and its attributes
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 SimpleRule : Predicate
Constructors
SimpleRule()
Declaration
public SimpleRule()
Properties
CompoundPredicate
Gets the CompoundPredicates
Declaration
public CompoundPredicate CompoundPredicate { get; }
Property Value
Type |
---|
CompoundPredicate |
Confidence
Gets the confidence
Declaration
public int Confidence { get; }
Property Value
Type |
---|
System.Int32 |
ID
Gets the rule Id
Declaration
public string ID { get; }
Property Value
Type |
---|
System.String |
NbCorrect
Gets the nbCorrect
Declaration
public int NbCorrect { get; }
Property Value
Type |
---|
System.Int32 |
RecordCount
Gets the Record count
Declaration
public int RecordCount { get; }
Property Value
Type |
---|
System.Int32 |
Score
Gets the score
Declaration
public string Score { get; }
Property Value
Type |
---|
System.String |
ScoreDistribution
Gets the Score distribution
Declaration
public List<ScoreDistribution> ScoreDistribution { get; }
Property Value
Type |
---|
System.Collections.Generic.List<ScoreDistribution> |
SimplePredicate
Gets the Simple predicate
Declaration
public List<SimplePredicate> SimplePredicate { get; }
Property Value
Type |
---|
System.Collections.Generic.List<SimplePredicate> |
SimpleSetPredicate
Gets the simple set predicate
Declaration
public List<SimpleSetPredicate> SimpleSetPredicate { get; }
Property Value
Type |
---|
System.Collections.Generic.List<SimpleSetPredicate> |
Weight
Gets the weight
Declaration
public int Weight { get; }
Property Value
Type |
---|
System.Int32 |