//! Matrix decomposition techniques
//!//! This module provides various matrix decomposition algorithms that can be used
//! for feature extraction, data compression, and interpretable representations.
moddictionary_learning;modnmf;pubuseself::dictionary_learning::DictionaryLearning;pubuseself::nmf::NMF;