Class AssociationRule
Represents the properties for AssociationRule element and its attributes
Inheritance
System.Object
AssociationRule
Inherited Members
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 AssociationRule
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 |