GuyAllard / markov_clustering

markov clustering in python
MIT License
167 stars 37 forks source link

How to find a new sample belongs to which cluster? #20

Open ruqayya opened 4 years ago

ruqayya commented 4 years ago

Hi,

I am using it to identify clusters of cytology cells. I have feature set for around 50K cells which I can use to find clusters using the example provided. But what if I have got a number of new cells that I want to check which cluster they belong to. How can I find their cluster?

Ruqayya