@@ -361,7 +361,7 @@ def orthogonal_mp(
361
361
Orthogonal matching pursuit was introduced in S. Mallat, Z. Zhang,
362
362
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
363
363
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
364
- (http ://blanche.polytechnique .fr/~mallat/papiers/MallatPursuit93.pdf)
364
+ (https ://www.di.ens .fr/~mallat/papiers/MallatPursuit93.pdf)
365
365
366
366
This implementation is based on Rubinstein, R., Zibulevsky, M. and Elad,
367
367
M., Efficient Implementation of the K-SVD Algorithm using Batch Orthogonal
@@ -515,7 +515,7 @@ def orthogonal_mp_gram(
515
515
Orthogonal matching pursuit was introduced in G. Mallat, Z. Zhang,
516
516
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
517
517
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
518
- (http ://blanche.polytechnique .fr/~mallat/papiers/MallatPursuit93.pdf)
518
+ (https ://www.di.ens .fr/~mallat/papiers/MallatPursuit93.pdf)
519
519
520
520
This implementation is based on Rubinstein, R., Zibulevsky, M. and Elad,
521
521
M., Efficient Implementation of the K-SVD Algorithm using Batch Orthogonal
@@ -670,7 +670,7 @@ class OrthogonalMatchingPursuit(MultiOutputMixin, RegressorMixin, LinearModel):
670
670
Orthogonal matching pursuit was introduced in G. Mallat, Z. Zhang,
671
671
Matching pursuits with time-frequency dictionaries, IEEE Transactions on
672
672
Signal Processing, Vol. 41, No. 12. (December 1993), pp. 3397-3415.
673
- (http ://blanche.polytechnique .fr/~mallat/papiers/MallatPursuit93.pdf)
673
+ (https ://www.di.ens .fr/~mallat/papiers/MallatPursuit93.pdf)
674
674
675
675
This implementation is based on Rubinstein, R., Zibulevsky, M. and Elad,
676
676
M., Efficient Implementation of the K-SVD Algorithm using Batch Orthogonal
0 commit comments