public final class Association extends Object
| Modifier and Type | Method and Description | 
|---|---|
static AssociationOutput | 
calculate(List<AssociationPair> pairs,
         Evidence evidence,
         AssociationOptions options)
Calculates the association/information between two sets of variables, such as those at either end of a Link. 
 | 
public static AssociationOutput calculate(List<AssociationPair> pairs, Evidence evidence, AssociationOptions options) throws InconsistentEvidenceException
pairs - The pairs to evaluate.evidence - Any evidence.options - Options affecting the calculations.InconsistentEvidenceExceptionCopyright © 2021. All rights reserved.