nlesc-sherlock / cluster-analysis

2 stars 4 forks source link

Use flat clustering algorithms from sklearn to cluster the patterns #8

Open benvanwerkhoven opened 8 years ago

benvanwerkhoven commented 8 years ago

There are many clustering algorithms in sklearn, we need to investigate which of these we can use for our application. Then we can also make a comparison of the quality of the flat clusterings produced by the different clustering algorithms. This is a lot of work because each clustering algorithms has different parameters that need to be tuned to our problem case to get good results.

bakhshir commented 8 years ago

This can be fun, if noone minds ! :) Unless you need a Java programmer on other issues, of course.

bakhshir commented 8 years ago

I can also take the other two related issues: #9 and #10.