menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SequenceRule

    Represents the methods and properties for SequenceRule element and its attributes

    Inheritance
    System.Object
    SequenceRule
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class SequenceRule : Object

    Constructors

    SequenceRule()

    Declaration
    public SequenceRule()

    Properties

    Confidence

    Gets the confidence

    Declaration
    public double Confidence { get; }
    Property Value
    Type
    System.Double

    Id

    Gets sequence rule id

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

    Lift

    Gets the Lift

    Declaration
    public double Lift { get; }
    Property Value
    Type
    System.Double

    NumberOfSets

    Gets number of sets

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

    Occurrence

    Gets the occurrence

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

    Support

    Gets the support

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