R/RcppExports.R

Defines functions bilateral_smoother kernel_smoother C_label_max_prob bayes_var bayes_smoother_fraction

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

bayes_smoother_fraction <- function(logits, nrows, ncols, window_size, smoothness, neigh_fraction) {
    .Call(`_bayesEO_bayes_smoother_fraction`, logits, nrows, ncols, window_size, smoothness, neigh_fraction)
}

bayes_var <- function(m, m_nrow, m_ncol, w, neigh_fraction) {
    .Call(`_bayesEO_bayes_var`, m, m_nrow, m_ncol, w, neigh_fraction)
}

C_label_max_prob <- function(x) {
    .Call(`_bayesEO_C_label_max_prob`, x)
}

kernel_smoother <- function(m, m_nrow, m_ncol, w, normalised) {
    .Call(`_bayesEO_kernel_smoother`, m, m_nrow, m_ncol, w, normalised)
}

bilateral_smoother <- function(m, m_nrow, m_ncol, w, tau) {
    .Call(`_bayesEO_bilateral_smoother`, m, m_nrow, m_ncol, w, tau)
}

Try the bayesEO package in your browser

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

bayesEO documentation built on June 22, 2024, 10:32 a.m.