WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AssociationRule - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AssociationRule

    Represents the properties for AssociationRule element and its attributes

    Inheritance
    System.Object
    AssociationRule
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class AssociationRule

    Constructors

    AssociationRule()

    Declaration
    public AssociationRule()

    Properties

    Affinity

    Get the Affinity value

    Declaration
    public decimal Affinity { get; }
    Property Value
    Type Description
    System.Decimal

    Antecedent

    Get the Antecedent Value

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

    Confidence

    Get the Confidence value

    Declaration
    public decimal Confidence { get; }
    Property Value
    Type Description
    System.Decimal

    Consequent

    Get the consequent value

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

    Id

    Get the Id Value

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

    Leverage

    Get the Leverage value

    Declaration
    public float Leverage { get; }
    Property Value
    Type Description
    System.Single

    Lift

    Get the Lift Value

    Declaration
    public float Lift { get; }
    Property Value
    Type Description
    System.Single

    Support

    Get the Support Value

    Declaration
    public decimal Support { get; }
    Property Value
    Type Description
    System.Decimal
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved