emst_mlpack: Euclidean Minimum Spanning Tree [DEPRECATED]¶
Description¶
This function is deprecated. Use mst()
instead.
Usage¶
emst_mlpack(d, leaf_size = 1, verbose = FALSE)
Arguments¶
|
a numeric matrix (or an object coercible to one, e.g., a data frame with numeric-like columns) |
|
size of leaves in the K-d tree, controls the trade-off between speed and memory consumption |
|
logical; whether to print diagnostic messages |
Value¶
An object of class mst
, see mst()
for details.
See Also¶
The official online manual of genieclust at https://genieclust.gagolewski.com/
Gagolewski M., genieclust: Fast and robust hierarchical clustering, SoftwareX 15:100722, 2021, doi:10.1016/j.softx.2021.100722.