Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueryDistance

Type of distance to calculate for a query.

Hierarchy

  • QueryDistance

Index

Properties

Properties

Static KLDivergence

KLDivergence: QueryDistance = new QueryDistance()

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

Static None

None: QueryDistance = new QueryDistance()

No distance is calculated.