bhtsne 0.1.0

Vanilla and Barnes-Hut implementations of t-SNE.
Documentation

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:

[dependencies]
bhtsne = "0.1.0"

Examples

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