The problem I face is somewhat awkward, I have 40,000 points in my dataset and I would like to cluster them hierarchically. But due to the limitation of my laptop(and R) in each run of clustering only 20,000 points can be contained.
I am wondering whether there is some way of combining the results of maybe several clustering processes. Or if there are other ways of solving it, such as online hierarchical clustering, please tell me some of the key words that I should google.
Thanks in advance.