Releases: lejon/T-SNE-Java
Releases · lejon/T-SNE-Java
v2.6.4
Performance improvements and update to EJML 0.41
v2.6.2: Updated POM. More parallelization simplifications.
More parallelization simplifications.
Have seen up to 50% better performance, this is not rigorously measured, but better performance than 2.5.1 for sure
v2.6.0
Cleanups and improved parallel performance inspired by bh_tsne by Marco Hutter
v2.5.0
Refactored package location of TSneConfiguration. New src and binary including Configuration
v2.3.0
Added option to output in 3D
v2.2.0
Vastly improved parallelization.
v2.1.0
Added support for configurable Barnes Hut theta variable
v2.0.0
Contains implementation of (parallel) Barnes Hut algorithm, enabling much faster execution on much larger datasets.