rigatoni / linguine

Issue tracking repository.
http://rigatoni.se.rit.edu
3 stars 2 forks source link

Make TFIDF visualizer use negative log probability for building bubbles #51

Closed danrlavoie closed 9 years ago

danrlavoie commented 9 years ago

I'm not set up to test node things at home right now, but I put what seemed like a fix for this bug into a feature branch on linguine-node. All that's needed is to take the variable that defines bubble scale and do Math.log(tf_idf_value) * -1 to get a better scale. Just wanted to get something into git for it.