annembed 0.1.2

a Rust implementation of a dimension reduction à la Umap
Documentation
1
2
3
4
5
6
7
8

#[cfg(feature = "macos-accelerate")]
fn main() {
	println!("cargo:rustc-link-lib=framework=Accelerate");
}

#[cfg(not(any(feature = "macos-accelerate")))]
fn main() {}