-
Implement a metric for SignCLIP embedding distances.
As in, take two poses and a SignCLIP model, embed them both, calculate cosine similarity.
[Reference implementation with regular CLIP](https…
-
In this function:
unitQualityGuiHandle = bc.viz.unitQualityGUI(memMapData, ephysData, qMetric, forGUI, rawWaveforms, ...
param, probeLocation, unitType, loadRawTraces);
I want to include the di…
-
### Is your feature request related to a problem? Please describe.
There are many use cases where the relevant metric is the great-circle distance given by the haversine formula (see [here](https:/…
-
### Is your feature request related to a problem? Please describe.
Upon reviewing the Boolean distance metrics in `scipy.spatial.distance`, I find a number of inconsistencies with respect to non-Bo…
-
BerTopic Version = 0.16.4
```
umap_model = umap.UMAP(n_neighbors=15, n_components=24, min_dist=0.0, metric='cosine', random_state=100)
embedding_model = SentenceTransformer('sentence-transformers/p…
-
**Is your feature request related to a problem? Please describe.**
Metrics that require calculating pairwise distances between cells (e.g. distance correlation, co-ranking) currently can't be calcu…
-
I am interested in deriving the avg_distance_to_effective_5p_end value utilizing the data from the avg_distance_to_effective_3p_end column.
Is there any plan to provide the avg_distance_to_effectiv…
-
We need to make it much more transparent how we are comparing the distances between our solutions and solution objects. Currently the way to do it is very labyrinthian and to figure it out you have to…
-
### Problem
As discussed with @helder-ribeiro, we need a function within SERD that can calculate the depth of residues identified by SERD as exposed. This depth value should be calculated for each re…
-
Implement the Mahalanobis Distance (MD) as an internal metric. As MD is a distance measure, it could be used in different ways: measuring the distance of the trajectories to their most likely cluster…