-
I was digging a bit in the code to understand how the distance metric was implemented during clustering, and I think I found a bug:
In clustergrammer2/clustergrammer_fun/calc_clust.py, lines 80-93,…
-
E.g. kmedoids / kmeans parallel / Hausdorff distance
-
Currently, after we transform the stack trace to a vector, we're using WMD (http://jmlr.org/proceedings/papers/v37/kusnerb15.pdf) to calculate distances.
We could experiment with alternative distance…
-
Hello, thank you for your module.
Is it possible to change the distances of spells and radius of effects to the metric unit?
I'm GM of a BR group and we use the metric system to play.
I can't find…
-
-
Hello, I would like to inquire about the temporal variogram model. I’m having difficulty finding information on how to understand it in the variogram_models.py file.---
Sincerely hope to get your rep…
-
I am reopening this issue:
https://github.com/mikegashler/waffles/issues/7
I think one part of the problem still remains; I cannot use
void GKNN::trainSparse(GSparseMatrix& feats, GMatrix& labs)
a…
-
**Is your feature request related to a problem? Please describe.**
I would like to use cosine similarity as a metric for HDBSCAN for high dimensional data without dimension reduction as its quite slow…
-
With the changes in https://github.com/rapidsai/cuml/pull/5293 - we can have hdbscan use all of the distance metrics we support in the raft pairwise distance api, instead of just the euclidean distan…
-
I'm new to the 3D representations literature and I was wondering if there is a paper or a specific formula that the [point_to_mesh_distance](https://kaolin.readthedocs.io/en/latest/modules/kaolin.met…