Files
VideoPipe/third_party/bhtsne/README.md
2026-06-03 12:43:14 +08:00

13 lines
259 B
Markdown
Executable File

implement of t-SNE algorithm, reduce high dims of feature to 2D/3D used for display on screen later.
header-only style please refer to https://github.com/lvdmaaten/bhtsne
```
compile test:
g++ tsne_test.cpp -o bh_tsne_test -O2
and run:
./bh_tsne_test
```