Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
sparse_k_means <- function(X, k, reg, no_zero, seed_off_set = 0L) {
.Call('_DepecheR_sparse_k_means', PACKAGE = 'DepecheR', X, k, reg, no_zero, seed_off_set)
}
grid_search <- function(X, k, reg, iterations, bootstrapSamples, seed_off_set = 0L) {
.Call('_DepecheR_grid_search', PACKAGE = 'DepecheR', X, k, reg, iterations, bootstrapSamples, seed_off_set)
}
allocate_points <- function(X, mu, no_zero) {
.Call('_DepecheR_allocate_points', PACKAGE = 'DepecheR', X, mu, no_zero)
}
rand_index <- function(inds1, inds2, k) {
.Call('_DepecheR_rand_index', PACKAGE = 'DepecheR', inds1, inds2, k)
}
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.