Crate nnmf_nalgebra
source ·Functions
- Does non-negative matrix factorization on a dynamically-sized matrix (DMatrix)
- Does non-negative matrix factorization using multiplicative static update rule as defined on the wikipedia page. Is generic over the allocation strategy of the Matrix.
- Does non-negative matrix factorization on a statically-sized matrix (SMatrix)