annembed 0.1.6

a Rust implementation of a dimension reduction à la Umap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Some tools for hdbscan, mapper and others...

pub mod clip;
pub mod dichotomy;
pub mod dimension;
pub mod entropy;
pub mod io;
pub mod nodeparam;
pub mod svdapprox;

// specific functions for initializing umap like embedding
pub mod kdumap;

pub mod reservoir;