Docs.rs
ghostflow-ml-1.0.0
ghostflow-ml 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
choksi2212
Dependencies
ghostflow-core ^1.0.0
normal
rand ^0.8
normal
rand_distr ^0.4
normal
rayon ^1.8
normal
Versions
20.47%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module decomposition
ghostflow_
ml
1.0.0
Module decomposition
Module Items
Structs
In crate ghostflow_
ml
ghostflow_ml
Module
decomposition
Copy item path
Source
Expand description
Dimensionality reduction - PCA, SVD, NMF
Structs
ยง
NMF
Non-negative Matrix Factorization using multiplicative updates
PCA
Principal Component Analysis using power iteration for eigendecomposition
SVD
Singular Value Decomposition using power iteration