PR for future references of putting data on host for HDBSCAN so that it scales to large datasets. No reviews needed.
In reachability.cuh, currently using a optimize() function from cuvs to ensure connectedness for a knn graph. Note that cuML does not support building with cuvs yet, so the related functions are copy-pasted into mst_opt.cuh file.
Batching NND features and putting data on host supported by the implementation. Can be run like this;
PR for future references of putting data on host for HDBSCAN so that it scales to large datasets. No reviews needed.
In
reachability.cuh
, currently using aoptimize()
function from cuvs to ensure connectedness for a knn graph. Note that cuML does not support building with cuvs yet, so the related functions are copy-pasted intomst_opt.cuh
file.Batching NND features and putting data on host supported by the implementation. Can be run like this;