ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RuleSet - ASP.NETCore 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.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 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 - 2021 Syncfusion Inc. All Rights Reserved