menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class AssociationRulesModel

    Represents the methods and properties for AssociationRuleModel element and its attributes

    Inheritance
    System.Object
    Model
    AssociationRulesModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class AssociationRulesModel : Model

    Constructors

    AssociationRulesModel()

    Declaration
    public AssociationRulesModel()

    Properties

    FunctionName

    Get the function name

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

    MinimumConfidence

    Get the MinimumConfidence

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

    MinimumSupport

    Get the minimumsupport

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

    MiningSchema

    Get the MiningSchema

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

    NumberOfItems

    Get the number of Items

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

    NumberOfItemsets

    Get the number of items

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

    NumberOfRules

    Get the number of rules

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

    NumberOfTransactions

    Get the number of Transactions

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

    Output

    Get the Output

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