-
```
Implementing The Google Distance Matrix API at
https://developers.google.com/maps/documentation/distancematrix/
```
Original issue reported on code.google.com by `crose...@gmail.com` on 29 Apr 2…
-
Currently the `distance_matric` is set to `NULL`in refactor (in line 94 in *R/refacor.R*). This might be a bit extreme. Is there any way we can keep the `distance_matrix` of the refactored clusterings…
-
Hi,
This issue might arise as a result of my doing completely the wrong (theoretically speaking) thing. If you see any problems with what I've done scientifically, please give me a shout!
I'd l…
-
Joe at Uni Bristol looked into ways of improving distance storage and calculations. I past here some text.
**Problem**: I have sets of global climate data at a reasonably high spatial resolution (720…
-
Hi I am not used to github, so I'm sorry if I don't follow a correct reporting protocol.
I have a bug using the hclust function, It works fine with small ensemble of elements to be classified. But …
-
Hi,
Thanks for the for program it's been great so far. I want to find out which OTU/ASVs are responsible for the patterns I see in my NMDS plots. For example if I see that species A clusters diff…
-
A few problems involving vectors I often have to look up the math for. It would be very helpful if these came as methods on panda3d's Points and Vecs, especially for us linear-algebra newbs.
- Get …
-
It should be easier to compute a UMAP layout from a pre-existing distance matrix. Currently, we only really support this for pre-existing connectivity matrices.
The missing step here is computing t…
-
The computation of pairwise distances is the main bottleneck of the naive algorithm for distance covariance. Currently we use scipy's cdist for Numpy arrays, and a broadcasting computation in other ca…
-
`PairwiseDistancesReductions` have been introduced as a hierarchy of Cython classes to implement back-ends of some scikit-learn algorithms.
Initial work was listed in #22587.
:bulb: See [this pr…