menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RuleSetModel - UWP 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved