svkucheryavski / mdatools

R package for Multivariate Data Analysis
https://mda.tools
Other
33 stars 11 forks source link

Improve performance of `prep.alsbasecorr()` function #105

Closed svkucheryavski closed 2 years ago

svkucheryavski commented 2 years ago

Current implementation of prep.alsbasecorr() is quite slow. Try to improve the performance by playing with vectorisation and sparsity.

svkucheryavski commented 2 years ago

Fixed in current dev branch, will appear in 0.13.0 release.