Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
gen_hex_coord_cpp <- function(hexID, c_x, c_y, a1) {
.Call(`_quollr_gen_hex_coord_cpp`, hexID, c_x, c_y, a1)
}
compute_highd_dist <- function(test_data, centroids) {
.Call(`_quollr_compute_highd_dist`, test_data, centroids)
}
compute_errors <- function(true_data, pred_data) {
.Call(`_quollr_compute_errors`, true_data, pred_data)
}
calc_2d_dist_cpp <- function(x_from, y_from, x_to, y_to) {
.Call(`_quollr_calc_2d_dist_cpp`, x_from, y_from, x_to, y_to)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.