tglkmeans 0.4.0
- Default of
id_column
parameter was changed toFALSE
. Note that this is a breaking change, and if you want to use an id column, you need to set it explicitly toTRUE
. - Use R random number generator instead of C++11 random number generator. For backwards compatibility, the old random number generator can be used by setting
use_cpp_random
toTRUE
. - Added parallelization using
RcppParallel
.