-
## 🚀 Feature
A differentiable function to find the joint eigenvalues of two matrices, MATLAB has a built-in function to find the joint eigenvalues, but I'm not sure whether it is differentiable.
ht…
-
Hi @kmayerb,
I came across a case, where two TCRs differ by an A to P change in their CDR3, but their distance is 0. How come?
```python
>>> import pandas as pd
>>> from tcrdist.repertoire imp…
-
Hello everyone,
I have a question regarding the use of precomputed proximity matrices:
My data are already given as a proximity matrix as the distance calculations are computational too expensive to…
-
@michaeldalverson, I remember you had a distance matrix, but I'm forgetting what the direction matrices are supposed to represent. Could you remind me?
-
Support for precomputed distance matrices in DBSCAN was added in #3585
The precomputed distance matrix is quadratic in size, which means two things:
- If you can fit it in memory, your dataset is…
Nyrio updated
2 years ago
-
Hi
I am trying to run the file by "python train.py --data_path data/freesolv.csv --dataset_type regression --save_dir data_test/freesolv --bond_fast_attention --atom_attention --adjacency --adjacenc…
-
Distance matrices and json files are there for specific use cases, we should avoid forcing users to download them unless they request them.
-
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…
-
Since DragonRuby 3.9, there is a built-in Vec2:
```ruby
e = Vec2.new
# {}
e.class
# Vec2
Vec2.superclass
# Hash
a = MatrixFunctions.vec2(1, 2)
# {:x=>1, :y=>2}
b = MatrixFunctions.vec2(3, …
-
When I try to run getBarCodes.py on test distance matrices, all I get are empty output files in both Windows and Linux