Skip to content

Commit

Permalink
Add comments to pom.xml re usage of which library for which dimension…
Browse files Browse the repository at this point in the history
…ality reduction method
  • Loading branch information
stefanhahmann committed Dec 17, 2024
1 parent d8d4554 commit 3c97be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@
<artifactId>jfreesvg</artifactId>
</dependency>

<!-- UMAP -->
<!-- UMAP (production) -->
<dependency>
<groupId>tech.molecules</groupId>
<artifactId>external-umap-java</artifactId>
<version>1.0</version>
</dependency>

<!-- PCA, t-SNE -->
<!-- PCA, t-SNE (production), UMAP (tests only) -->
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-core</artifactId>
Expand Down

0 comments on commit 3c97be5

Please sign in to comment.