confidence property
final
The confidence of the rule.
Confidence is the measure of how often the consequent appears in
transactions that contain the antecedent.
It is calculated as: support(antecedent ∪ consequent) / support(antecedent).
Range: 0.0 to 1.0. A higher confidence indicates a stronger rule.
Implementation
final double confidence;