Search Results for

    Show / Hide Table of Contents

    Enum QueryDistance

    Type of distance to calculate for a query.

    Namespace: BayesServer.Inference
    Assembly: BayesServer.Inference.dll
    Syntax
    public enum QueryDistance

    Fields

    Name Description
    JSDivergenceBits

    Jensen Shannon divergence, JSD(P||Q) measured in BITS

    KLDivergence

    Kullback-Leibler divergence, D(P||Q) where Q is calculated using Base Evidence (or no evidence), and P is calculated from the standard evidence.

    None

    No distance is calculated.

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