menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AssociationRulesModel - WPF 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
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.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