R/roxido.R

Defines functions .Kall

# Automatically regenerated. Do not edit.

# .Call(.compute_expected_loss, z, samples, a, n_cores)
# .Call(.compute_loss, z1, z2, a)
# .Call(.compute_loss_augmented, z1, z2, a)
# .Call(.compute_loss_permutations, z1, z2, a)
# .Call(.draws, samples, a, n_cores, quiet)
# .Call(.fangs, samples, n_iterations, max_seconds, n_baselines, n_sweet, a, n_cores, use_neighbors, quiet)
# .Call(.fangs_double_greedy, samples, max_seconds, a, n_cores)

#' @keywords internal
#' @usage NULL
#' @useDynLib fangs, .registration = TRUE
"_PACKAGE"

.Kall <- function(...) {
  x <- .Call(...)
  if (inherits(x, "error")) stop(x) else x
}

Try the fangs package in your browser

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

fangs documentation built on April 11, 2025, 5:51 p.m.