hdbscan-cpp icon indicating copy to clipboard operation
hdbscan-cpp copied to clipboard

bad_alloc

Open sumedhpb opened this issue 6 years ago • 1 comments

vector.resize() throws bad_alloc allow when it is used to resize greater than 16,000 points

sumedhpb avatar Jul 05 '19 07:07 sumedhpb

Nobody answered! I have the same problem, when I want to use this algorithm on a big dataset (like 100000 samples) I face bad_alloc error, and it returns to distances vector I guess.

zjavid8 avatar Nov 10 '23 10:11 zjavid8