Skip to content

Commit

Permalink
Rename image from umap_dialog.png to dialog.png
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 9, 2024
1 parent 10a1dfa commit 3f89521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ reduce the dimensionality of the measurements, using these algorithms:

* UMAP
* [Uniform Manifold Approximation Projection (UMAP)](https://arxiv.org/abs/1802.03426)
* This [UMAP Java implementation](https://haifengl.github.io/manifold.html#umap) is used.
* Further reading: [UMAP Python implementation](https://umap-learn.readthedocs.io/en/latest/)
* t-SNE
* [t-distributed Stochastic Neighbor Embedding (t-SNE)](https://lvdmaaten.github.io/tsne/)
Expand Down Expand Up @@ -343,7 +344,7 @@ If they are selected, the algorithm will use the link feature value of its incom
all incoming edges, if there is more than one incoming edge.

The dialog will look like this:
![umap_dialog.png](doc/dimensionalityreduction/umap_dialog.png)
![dialog.png](doc/dimensionalityreduction/dialog.png)

By default, all measurements are selected in the box.

Expand Down
File renamed without changes

0 comments on commit 3f89521

Please sign in to comment.