rmcgibbo / kmeansrmsd

1 stars 0 forks source link

Is this MSMB3? #2

Open kyleabeauchamp opened 11 years ago

rmcgibbo commented 11 years ago

You're github stalking me!

rmcgibbo commented 11 years ago

This is a new clustering algorithm I'm working on. I'll share the manuscript with you soon.

kyleabeauchamp commented 11 years ago

Is the key idea to use MDS to convert metrics into features? If so, then we could re-formulate this in terms of the feature vectorizer and combine RMSD with other features.

rmcgibbo commented 11 years ago

Not really. MDS is used inside the k-means update step, but this doesn't really permit RMSD to be combined w/ other features. You could do weighted RMSD (with a weight-set over the atoms), but that's already been an option.