R/expsbm_elbo.R

Defines functions expSBM_ELBO

Documented in expSBM_ELBO

expSBM_ELBO <- function(N, edgelist, Z, lambda, mu, nu, directed = F, trunc = T, verbose = F)
{
  cpp_expSBM_ELBO(N, cbind(edgelist[,1]-1,edgelist[,2]-1,edgelist[,3],edgelist[,4]), Z, lambda, mu, nu, directed, trunc, verbose)
}

Try the expSBM package in your browser

Any scripts or data that you put into this service are public.

expSBM documentation built on Oct. 30, 2019, 10:51 a.m.