Click or drag to resize
Accord.NET (logo)

AssociationRuleT Properties

The AssociationRuleT generic type exposes the following members.

Properties
  NameDescription
Public propertyConfidence
Gets or sets the confidence of this rule (as a percentage).
Public propertySupport
Gets or sets the number of cases that support this rule (the number of times this association has been seen in the training set).
Public propertyX
Gets or sets the set of items that triggers the activation of this association rule.
Public propertyY
Gets or sets the set of items that are also likely to be included in the original list given that the input items are present.
Top
See Also