Class Association
Calculates the strength between pairs of variables or sets of variables. Can be used to detect link strengths.
Inherited Members
Namespace: BayesServer.Analysis
Assembly: BayesServer.Analysis.dll
Syntax
public static class Association
Methods
Calculate(IList<AssociationPair>, IEvidence, AssociationOptions)
Calculates the association/information between two sets of variables, such as those at either end of a Link.
Declaration
public static AssociationOutput Calculate(IList<AssociationPair> pairs, IEvidence evidence, AssociationOptions options)
Parameters
Type | Name | Description |
---|---|---|
IList<AssociationPair> | pairs | The pairs to evaluate. |
IEvidence | evidence | Any evidence. |
AssociationOptions | options | Options affecting the calculations. |
Returns
Type | Description |
---|---|
AssociationOutput | The associations for each pair. |