Expand description
Dictionary learning: K-SVD, MOD, and online dictionary updates.
Re-exports§
pub use coupled_dl::CoupledDictionary;pub use coupled_dl::CoupledDlConfig;pub use coupled_dl::couple_code;pub use coupled_dl::coupled_dl;pub use k_svd::k_svd;pub use mod_dl::mod_dl;pub use online_dl::online_dl;
Modules§
- coupled_
dl - Coupled Dictionary Learning (Yang, Wright, Huang & Ma 2010).
- k_svd
- K-SVD dictionary learning (Aharon, Elad, Bruckstein 2006).
- mod_dl
- Method of Optimal Directions (Engan, Aase, Husøy 1999).
- online_
dl - Online dictionary learning (Mairal, Bach, Ponce, Sapiro 2010).
Structs§
- Dictionary
Result - Dictionary learning result.