Sunday, 29 July 2018

How to find the success rate of a clustering algorithm?

I have implemented several clustering algorithms on an image dataset. I'm interested in deriving the success rate of clustering. I have to detect the tumor area, in the original image I know where the tumor is located, I would like to compare the two images and obtain the percentage of success. Following images:
Original image: I know the position of cancer
Image after clustering algorithm
I'm using python 2.7.


from How to find the success rate of a clustering algorithm?

No comments:

Post a Comment