Class RuleSet
Represents the properties and methods for RuleSet element and its attributes
Inheritance
System.Object
RuleSet
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class RuleSet : Object
Constructors
RuleSet()
Declaration
public RuleSet()
Properties
DefaultConfidence
Gets the default confidence
Declaration
public int DefaultConfidence { get; }
Property Value
Type |
---|
System.Int32 |
DefaultScore
Gets the default score
Declaration
public string DefaultScore { get; }
Property Value
Type |
---|
System.String |
NbCorrect
Gets the Nbcorret
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 |
RuleSelectionMethod
Gets the rule selection method
Declaration
public RuleSelectionMethod RuleSelectionMethod { get; }
Property Value
Type |
---|
RuleSelectionMethod |
SimpleRule
Gets the simple rule
Declaration
public List<SimpleRule> SimpleRule { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<SimpleRule> |