bhtsne

License: MIT Gethseman codecov

Barnes-Hut implementation of t-SNE written in Rust. The algorithm is described with fine detail in this paper by Laurens van der Maaten.

Installation

Be sure that your Cargo.toml looks somewhat like this: toml [dependencies] bhtsne = "0.2.1"

Examples

A small but exhaustive example is provided in the docs available on crates.io.