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 | 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 |