Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
cpp_annoy_build_bigmatrix <- function(xp_ref, metric_code, path, n_trees, seed, use_seed, build_threads, block_size, progress) {
.Call(`_bigANNOY_cpp_annoy_build_bigmatrix`, xp_ref, metric_code, path, n_trees, seed, use_seed, build_threads, block_size, progress)
}
cpp_annoy_open_index <- function(metric_code, path, n_ref, n_dim, prefault) {
.Call(`_bigANNOY_cpp_annoy_open_index`, metric_code, path, n_ref, n_dim, prefault)
}
cpp_annoy_is_loaded <- function(xp_handle) {
.Call(`_bigANNOY_cpp_annoy_is_loaded`, xp_handle)
}
cpp_annoy_close_index <- function(xp_handle) {
.Call(`_bigANNOY_cpp_annoy_close_index`, xp_handle)
}
cpp_annoy_handle_search <- function(xp_handle, self_search, xp_query, query_dense, k, search_k, xp_index, xp_distance, block_size, progress) {
.Call(`_bigANNOY_cpp_annoy_handle_search`, xp_handle, self_search, xp_query, query_dense, k, search_k, xp_index, xp_distance, block_size, progress)
}
cpp_annoy_search <- function(metric_code, path, n_ref, n_dim, self_search, xp_query, query_dense, k, search_k, xp_index, xp_distance, prefault, block_size, progress) {
.Call(`_bigANNOY_cpp_annoy_search`, metric_code, path, n_ref, n_dim, self_search, xp_query, query_dense, k, search_k, xp_index, xp_distance, prefault, block_size, progress)
}
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.