Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Mueller fe49161fc7 Minor fixes, remove transform for now. 2015-09-11 13:23:57 -04:00
Christopher Erick Moody fe09a077da FEAT Barnes-Hut t-SNE
Renamed example file & added comments

FEAT Barnes-Hut t-SNE

Vectorized the math calls -- 3x faster on neg grad

Draft of n-dimensional barnes-hut; failing tests

Tests pass, error being computed in cython

Added error calculation to pos gradient

Changed cases where points are very close to be clearer

Clearer variable names
2015-09-11 13:19:15 -04:00
Olivier Grisel b117e972f2 FIX use NPY_INFINITY instead of C99 INFINITY for MSVC 2014-06-05 16:30:09 +02:00
Alexander Fabisch 25a8c5f05a Adress Gael's comments
* rename _binary_search to _utils
* indent list elements
* use default parameters in examples
2014-05-28 19:56:09 +02:00