R/RcppExports.R

Defines functions cpp_expSBM_ELBO cpp_expSBM_EM

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

cpp_expSBM_ELBO <- function(N, edgelist, Z, lambda, mu, nu, directed, trunc, verbose) {
    .Call(`_expSBM_cpp_expSBM_ELBO`, N, edgelist, Z, lambda, mu, nu, directed, trunc, verbose)
}

cpp_expSBM_EM <- function(N, edgelist, Z, lambda, mu, nu, directed, trunc, tol, n_iter_max, verbose) {
    .Call(`_expSBM_cpp_expSBM_EM`, N, edgelist, Z, lambda, mu, nu, directed, trunc, tol, n_iter_max, 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.