mongodb-js / mongodb-schema

Infer a probabilistic schema for a MongoDB collection.

Home Page:https://github.com/mongodb-js/mongodb-schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compute absolute and relative probability

rueckstiess opened this issue · comments

currently $prob is the relative probability to its parent node, <parent count> / <count>.

Sometimes it's interesting to see the absolute probability as well, which is <global count> / <count>.

$relprob
$prob