Crate nnmf_nalgebra

Crate nnmf_nalgebra 

Source

Functionsยง

non_negative_matrix_factorization_dyn
Does non-negative matrix factorization on a dynamically-sized matrix (DMatrix)
non_negative_matrix_factorization_generic
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.
non_negative_matrix_factorization_static
Does non-negative matrix factorization on a statically-sized matrix (SMatrix)