R/RcppExports.R

Defines functions dist_to_pred_dag dist_to_tg_dag dist_to_dag lowest_k order_adjacency_matrix order_d_matrix

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

order_d_matrix <- function(d) {
    .Call(`_starve_order_d_matrix`, d)
}

order_adjacency_matrix <- function(m) {
    .Call(`_starve_order_adjacency_matrix`, m)
}

lowest_k <- function(d, k) {
    .Call(`_starve_lowest_k`, d, k)
}

dist_to_dag <- function(d, n_neighbours) {
    .Call(`_starve_dist_to_dag`, d, n_neighbours)
}

dist_to_tg_dag <- function(d, pg_d, n_neighbours) {
    .Call(`_starve_dist_to_tg_dag`, d, pg_d, n_neighbours)
}

dist_to_pred_dag <- function(d, g_d, node_alignment, n_neighbours) {
    .Call(`_starve_dist_to_pred_dag`, d, g_d, node_alignment, n_neighbours)
}
lawlerem/staRVe documentation built on Oct. 9, 2024, 4:48 a.m.