%g
expression with %d
: -mthreads
compilation option from the "Makevars.win" filepredict()
and print()
methods.As of version 1.1.5 the ClusterR functions can take tibble objects as input too.
I modified the ClusterR package to a cpp-header-only package to allow linking of cpp code between Rcpp packages. See the update of the README.md file (16-08-2018) for more information.
I updated the example section of the documentation by replacing the optimal_init with the kmeans++ initializer
I modified the kmeans_miniBatchKmeans_GMM_Medoids.cpp file in the following lines in order to fix the clang-ASAN errors (without loss in performance):
I modified the following functions in the clustering_functions.R file:
The normalized variation of information was added in the external_validation function (https://github.com/mlampros/ClusterR/pull/1)
I fixed the valgrind memory errors
I removed the warnings, which occured during compilation. I corrected the UBSAN memory errors which occured due to a mistake in the check_medoids() function of the utils_rcpp.cpp file. I also modified the quantile_init_rcpp() function of the utils_rcpp.cpp file to print a warning if duplicates are present in the initial centroid matrix.
I modified the RcppArmadillo functions so that ClusterR passes the Windows and OSX OS package check results
I modified the RcppArmadillo functions so that ClusterR passes the Windows and OSX OS package check results
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.