You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
row_mins_c is giving the same results as matrixStats::rowMins() but is slightly faster because it is optimized for our case. One could surely opt for matrixStats::rowMins() but that would add a dependency that is not necessary.
Concerning ties: We only need the minimum value in a row, not its index (but @chainsawriot sould confirm that)
https://stackoverflow.com/a/69195111/4158274
matrixStats::rowMins()
and what about ties?
The text was updated successfully, but these errors were encountered: