alan-turing-institute / affinity-vae

Self-supervised method for disentanglement, clustering and classification of objects in multidimensional image data
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Add functions for calculating affinity matrix (both SOAP and FSC) #32

Open jolaem opened 1 year ago

jolaem commented 1 year ago

These were so far created in separate scripts. Probably shouldn't be fully integrated with the training routines, but it would be good to add them in utils or somewhere similar so that users can crate them for their data (even if they might want to use another similarity function, for proteins FSC will always be useful).

marjanfamili commented 1 year ago

This should be in tools