Closed
Description
MWE
tiedrank(rand(10,10),dims=2)
Results in
MethodError: no method matching sortperm(::Vector{Float64}; dims=2)
something like this works
mapslices(tiedrank,rand(10,10),dims=2)
but the documentation of tiedrank states: Supports the same keyword arguments as the sort function.
which made me believe, dims
should work. Bug or documentation wrong?
Ultimatively, I am trying to estimate ranks of ragged/sparse matrices columns as fast as possible.
Metadata
Metadata
Assignees
Labels
No labels