Uses of Class
com.bayesserver.analysis.AssociationPair
-
Packages that use AssociationPair Package Description com.bayesserver.analysis -
-
Uses of AssociationPair in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return AssociationPair Modifier and Type Method Description AssociationPair
AssociationPairOutput. getPair()
Gets the pair (X, Y) that these association results are calculated for.Method parameters in com.bayesserver.analysis with type arguments of type AssociationPair Modifier and Type Method Description static AssociationOutput
Association. 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.
-