menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class AssociationRule

    Represents the properties for AssociationRule element and its attributes

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

    Constructors

    AssociationRule()

    Declaration
    public AssociationRule()

    Properties

    Affinity

    Get the Affinity value

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

    Antecedent

    Get the Antecedent Value

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

    Confidence

    Get the Confidence value

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

    Consequent

    Get the consequent value

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

    Id

    Get the Id Value

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

    Leverage

    Get the Leverage value

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

    Lift

    Get the Lift Value

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

    Support

    Get the Support Value

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