menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class Constraints

    Represents the methods and properties for Constraints element and its attributes

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

    Constructors

    Constraints()

    Declaration
    public Constraints()

    Properties

    MaximumAntConsSeparationTime

    Gets maximum time between antecedent and consequent Sequence

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

    MaximumItemsetSeparationTime

    Gets the maximum time allowed between two Itemsets

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

    MaximumNumberOfAntecedentItems

    Gets the maximum number of Items

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

    MaximumNumberOfConsequentItems

    Gets the maximum number of Items in a sequence's consequent

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

    MaximumNumberOfItems

    Gets the maximum number of Items in a sequence

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

    MaximumTotalSequenceTime

    Gets the maximum total elapsed time

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

    MinimumAntConsSeparationTime

    Gets minimum time between antecedent and consequent Sequence

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

    MinimumConfidence

    Gets the minimum confidence

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

    MinimumItemsetSeparationTime

    Gets the minimum time allowed between two Itemsets

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

    MinimumLift

    Gets the minimum lift

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

    MinimumNumberOfAntecedentItems

    Gets the minimum number of Items

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

    MinimumNumberOfConsequentItems

    Gets the minimum number of Items in a sequence's consequent

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

    MinimumNumberOfItems

    Gets the minimum number of Items in a sequence

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

    MinimumSupport

    Gets the minimum support

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

    MinimumTotalSequenceTime

    Gets the minimum total elapsed time

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