microscopium / microscopium-ui

Microscopium web interface.
2 stars 4 forks source link

Add results from clustering #58

Open starcalibre opened 9 years ago

starcalibre commented 9 years ago

Now that we're approaching the stage that we'll be incorporating the results from clustering the images, we need to think of how these should be presented. Ideas discussed in the meeting today were:

jni commented 9 years ago

Re: centroids, we k-means gives you a "virtual" centroid, not one that necessarily corresponds to any sample. What we want is to display the sample that is closest to this centroid.

Re: interesting features, all the features by construction have mean 0 and variance 1, but what we might see is features that have higher variance across the cluster centroids. In a sense, these might capture the biological variance between the different clusters.