plotELBO {graper} | R Documentation |
Function to plot the evidence lower bound (ELBO) over iterations to monitor the convergence of the algorithm.
plotELBO(fit)
fit |
fit as produced by |
a ggplot object
dat <- makeExampleData() fit <- graper(dat$X, dat$y, dat$annot) plotELBO(fit)