WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RuleSet - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RuleSet

    Represents the properties and methods for RuleSet element and its attributes

    Inheritance
    System.Object
    RuleSet
    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 RuleSet

    Constructors

    RuleSet()

    Declaration
    public RuleSet()

    Properties

    DefaultConfidence

    Gets the default confidence

    Declaration
    public int DefaultConfidence { get; }
    Property Value
    Type Description
    System.Int32

    DefaultScore

    Gets the default score

    Declaration
    public string DefaultScore { get; }
    Property Value
    Type Description
    System.String

    NbCorrect

    Gets the Nbcorret

    Declaration
    public int NbCorrect { get; }
    Property Value
    Type Description
    System.Int32

    RecordCount

    Gets the record count

    Declaration
    public int RecordCount { get; }
    Property Value
    Type Description
    System.Int32

    RuleSelectionMethod

    Gets the rule selection method

    Declaration
    public RuleSelectionMethod RuleSelectionMethod { get; }
    Property Value
    Type Description
    RuleSelectionMethod

    SimpleRule

    Gets the simple rule

    Declaration
    public List<SimpleRule> SimpleRule { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SimpleRule>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved