Non-negative Matrix Factorization (with nalgebra)

docs.rs crates.io

Takes a matrix V of size R*C, splits it into two smaller matricies W (R*K) and H (K*C) such that W * V approximates V.