sdrogers / molnet

0 stars 0 forks source link

Modified fast_cosine_shift to calculate normalized score [0,1]. #5

Open florian-huber opened 5 years ago

florian-huber commented 5 years ago

Not sure if this makes sense for what molnet was meant for. But for my purposes it was necessary to normalize the molnet score. Please feel free to ignore if that doesn't fit the larger molnet context!

sdrogers commented 5 years ago

In my code, to get scores between 0 and 1, I performed sqrt normalisation of the data beforehand. Happy to include this route too, but how about having an option (normalise = False)? Probably neater?