Module goko::plugins::discrete::baseline[][src]

See the paper for how this works

Structs

DirichletBaseline

Trains a baseline by sampling randomly from the training set (used to create the tree) This baseline is not realistic.

KLDivergenceBaseline

Computing the KL div of each node’s prior and posterior is expensive.

KLDivergenceBaselineStats

Tracks the non-zero (all KL divergences above 1e-10)