menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RuleSetModel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RuleSetModel

    Represents the methods and properties for RuleSetModel element and its attributes

    Inheritance
    System.Object
    Model
    RuleSetModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    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 RuleSetModel : Model

    Constructors

    RuleSetModel()

    Declaration
    public RuleSetModel()

    Properties

    IsScorable

    Gets the boolean IsScorable value

    Declaration
    public bool IsScorable { get; }
    Property Value
    Type
    System.Boolean

    LocalTransformations

    Gets the LocalTransformations class values

    Declaration
    public LocalTransformations LocalTransformations { get; }
    Property Value
    Type
    LocalTransformations

    MiningSchema

    Gets the mining schema element

    Declaration
    public MiningSchema MiningSchema { get; }
    Property Value
    Type
    MiningSchema

    Output

    Gets the Output class values

    Declaration
    public Output Output { get; }
    Property Value
    Type
    Output

    RuleSet

    Gets the Rule set element

    Declaration
    public RuleSet RuleSet { get; }
    Property Value
    Type
    RuleSet

    Targets

    Gets the Targets

    Declaration
    public Targets Targets { get; }
    Property Value
    Type
    Targets
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved