minConfidence property
final
The minimum confidence threshold for a rule to be considered valid.
Confidence is the probability of seeing the consequent in a transaction that also contains the antecedent. Range: 0.0 to 1.0.
Implementation
final double minConfidence;