Alexey Stukalov
Alexey Stukalov
@wildart So sorry I overlooked your updates! Thank you!
Now `dbscan()` supports any `AbstractMatrix`, including the sparse ones.
Sorry, this comes late, but for the posterity. With #248 the API would change: ```julia r = dbscan(v, 0.075, result_type=DbscanResult min_cluster_size=3) ``` would return `DbscanResult` both for point coordinates and...
This is an old question, that does not apply to the new distance-based API.
@zsteve If it is about adding 1-2 source files and little to none new deps (all from JuliaXXX organisations), and there are no licensing issues of reusing that code, I...
I've rebased the PR and cleaned up commit history a bit. For tests to succeed, DiffTests 0.1.3 is required (JuliaDiff/DiffTests.jl#17). There were concerns regarding how efficient is `constant_matrix * dual_matrix`...
This API change is appreciated, but it breaks definitions of custom distances. It was a good reason to tag a new minor version.
I've linked a PR with an example of `MySqEuclidean` metric that defined `pairwise!()` using old arguments order. But the internal functions of `Distances.jl` were calling it, of course, with the...
> AFAICT support for PriorContext has never existed and has never been tested. I see. It was working before though. Do you think it makes sense to support it for...
Appveyor test failures due to missing `gunzip.exe`.