Search Results for

    Show / Hide Table of Contents

    Class Association

    Calculates the strength between pairs of variables or sets of variables. Can be used to detect link strengths.

    Inheritance
    Object
    Association
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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.

    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.