tsne
tsne copied to clipboard
Redundant abs() definition
In tsne/bh_sne_src/quadtree.h, the function double abs(double) conflicts with a previous declaration in either cmath or math.h. It should probably be removed. Otherwise, newer C++ compilers won't compile the source.