-
This is our 2021's calendar of community management.
Here we set up a rotating duty to take a first look at all contributions (PRs and issues) from the community, label them and ping relevant revie…
-
Hello,
I've been recently studying centrality measures by trying to understand them and coding a working routine. SocNetV is a reference to me, so I am using it to validate the results and I'm also…
-
- [ ] geodesic distances on meshes
- [ ] unit tests
- [ ] automated tests
- [ ] scapula use case
- Storing a sparse variant of the distance matrix in memory, based on an upper bound for distanc…
-
The Cholesky decomposition are implemented in the file [sage/matrix/matrix2.pyx](../tree/master/sage/matrix/matrix2.pyx) for some subfield of the algebraic numbers.
In this implementation the base …
-
The geographic distances in the functions are calculated using the vincenty algorithm in the pacakge geopy:
- [calc_geo_dist_vincenty](https://github.com/openego/ding0/blob/dev/ding0/tools/geo.py#L11…
-
First, thank you for this great tool !
Depending on seeds and different parameter configurations, I am running quite often into this issue :
Computed `self.ptu_dists` is filled with 0.0 or NaNs. H…
-
**Submitting author:** @vipinagrawal25 (Vipin Agrawal)
**Repository:** https://github.com/vipinagrawal25/MeMC
**Branch with paper.md** (empty if default branch):
**Version:** v1.1
**Editor:** @fboehm…
-
Thanks for making Rvcg! I wanted to ask whether you could consider adding geodesic distance computation.
A vcglib example from the official docs is [here](http://vcg.isti.cnr.it/vcglib/classvcg_1_1…
-
Hello,
I have created a soccer passing network to SocNetV by importing an adjacency matrix. Since the weights denote value (as more passes between two nodes are a positive relationship), I've agree…
-
I have a strange output when i use the scikit-learn (0.20.3) Isomap algorithm on the benchmark data-set Banana. At one random state (2) the dist_matrix contains few rows (index: 8, 11, 39, 57, 61, ..)…