Skip to content

Commit 41ab643

Browse files
committed
Updated POM. More parallelization simplifications.
Have seen up to 50% better performance, this is not rigorously measured, but better performance than 2.5.1 for sure.
1 parent f7240fc commit 41ab643

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tsne-core/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
<!-- 2.5.0: Moved TSneConfiguration to better package location -->
1313
<!-- 2.5.1: Added check method -->
1414
<!-- 2.6.0: Cleanups and simplification of some parallelism -->
15-
<!-- 2.6.0: Fixed hanging in "Learning Embedding" with small datasets (https://github.com/lejon/T-SNE-Java/issues/14) -->
16-
<version>2.6.1</version>
15+
<!-- 2.6.1: Fixed hanging in "Learning Embedding" with small datasets (https://github.com/lejon/T-SNE-Java/issues/14) -->
16+
<!-- 2.6.2: More parallelization simplifications. Have seen up to 50% better performance, but this is not rigorously measured, but better performance than 2.5.1 for sure -->
17+
<version>2.6.2</version>
1718
<name>Java T-SNE</name>
1819

1920
<properties>

tsne-demos/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<!-- 2.3.0: Added option to output 3 dims (2D (default) or 3D) -->
1010
<!-- 2.4.0: Use latest core with better parallelization performance (VP Tree search) -->
1111
<!-- 2.5.0: Use latest core with better parallelization performance -->
12-
<version>2.5.0</version>
12+
<!-- 2.5.1: Use latest core (2.6.2) with better parallelization performance -->
13+
<version>2.5.1</version>
1314
<name>Java T-SNE Demos</name>
1415

1516
<properties>
@@ -37,7 +38,7 @@
3738
<dependency>
3839
<groupId>com.jujutsu.tsne</groupId>
3940
<artifactId>tsne</artifactId>
40-
<version>2.6.1</version>
41+
<version>2.6.2</version>
4142
</dependency>
4243
<!-- http://mvnrepository.com/artifact/com.github.yannrichet/JMathPlot -->
4344
<dependency>

0 commit comments

Comments
 (0)