-
Hi Sebastian,
I am trying to run the "prepare.community_similarity.R" script with a higher PARAM$thresh.otu_size
[ reached getOption("max.print") -- omitted 2329 entries ]
Calculate distances b…
-
The idea is to make a visualization of driving time/distance compared to the actual ditance measured in the map. Original ideas were:
* in / out country
* city vs city (walk/bike/car)
* finding a mi…
-
hdbscan==0.8.2
Can't seem to get cosine metric working:
hdbscan.hdbscan_.DistanceMetric.get_metric('cosine')
So the metric is there, but:
clusterer = hdbscan.HDBSCAN(min_cluster_size=5, metric='cos…
rn123 updated
2 years ago
-
Hello, thanks so much for a great package! I wanted to try running TACCO with method as 'RCTD', however I am running into issues. Specifically, as I understand it, RCTD is now part of 'spacexr' packag…
-
Hi,
Firstly, thank you for all your efforts!
I am bumping into some problems when running an NPT simulation with Lennard-Jones with jax-md-0.2.5. In the following code (which run with jax-md-0.2…
-
**What Happens?**
In the config.yml I have it set to;
disableCustomTabListForSpectators: false
Then..
User goes into spectator mode > Tablist gets messed up > User reloads config > Spectator m…
-
Here is [extended paper](https://github.com/TDAmeritrade/stumpy/files/7875790/MatrixPrlfile_Arbitrary_Range_icde_long.pdf) and [the shortened paper](https://conferences.computer.org/icde/2020/pdfs/ICD…
-
I propose adding a Java implementation to calculate the Levenshtein distance between two strings using dynamic programming. The Levenshtein distance measures the similarity between two strings by dete…
-
What is the meaning of each element of 'cameras_xxx.npz', i.e., of 'camera_mat_xx', 'camera_mat_inv_xx', 'world_mat_xx', 'world_mat_inv_xx', and 'scale_mat_xx'?
-
I have done the setup and am at the Jacobi part, which is taught in graduate numerical methods (which is a significant math class, which is not a prerequisite for this course). The math required for …