Skip to content

Commit

Permalink
Add tomoradar to examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmelville committed Jan 2, 2025
1 parent 285e243 commit 2df746d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions vignettes/articles/umap-examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,24 @@ The image below is for `ng20pacmap`.
| UMAP | t-SNE |
:----------------------------:|:--------------------------:
![ng20pacmap UMAP](img/examples/ng20pacmap-umap.png)|![ng20pacmap t-SNE](img/examples/ng20pacmap-tsne.png)

## Tomoradar

Used in the related papers [T-SNE Is Not Optimized to Reveal Clusters in Data](https://arxiv.org/abs/2110.02573)
and
[Stochastic Cluster Embedding](https://arxiv.org/abs/2108.08003) and originally
from
[UAV-Borne Profiling Radar for Forest Research](https://www.mdpi.com/2072-4292/9/1/58).
A link to the data can be found via the
[SCE repo](https://github.com/rozyangno/sce).
This is a dataset of microwave radar data from forest canopy. This is a large
dataset in terms of number of items (~120,000) and number of features (~8,000).
This makes it a pain to process, and neither UMAP nor t-SNE do a good job of
separating out the three main classes, but both `uwot` and the Python UMAP
package take a surprisingly long time to carry out the spectral initialization,
so this could be a good example dataset when timing and evaluating
initialization methods.

| UMAP | t-SNE |
:----------------------------:|:--------------------------:
![tomoradar UMAP](img/examples/tomoradar-umap.png)|![tomoradar t-SNE](img/examples/tomoradar-tsne.png)

0 comments on commit 2df746d

Please sign in to comment.