menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SimpleRule - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SimpleRule

    Represents the methods and properties for SimpleRule element and its attributes

    Inheritance
    System.Object
    Predicate
    SimpleRule
    Inherited Members
    Predicate.Field
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class SimpleRule : Predicate

    Constructors

    SimpleRule()

    Declaration
    public SimpleRule()

    Properties

    CompoundPredicate

    Gets the CompoundPredicates

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

    Confidence

    Gets the confidence

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

    ID

    Gets the rule Id

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

    NbCorrect

    Gets the nbCorrect

    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

    Score

    Gets the score

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

    ScoreDistribution

    Gets the Score distribution

    Declaration
    public List<ScoreDistribution> ScoreDistribution { get; }
    Property Value
    Type
    System.Collections.Generic.List<ScoreDistribution>

    SimplePredicate

    Gets the Simple predicate

    Declaration
    public List<SimplePredicate> SimplePredicate { get; }
    Property Value
    Type
    System.Collections.Generic.List<SimplePredicate>

    SimpleSetPredicate

    Gets the simple set predicate

    Declaration
    public List<SimpleSetPredicate> SimpleSetPredicate { get; }
    Property Value
    Type
    System.Collections.Generic.List<SimpleSetPredicate>

    Weight

    Gets the weight

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