-
I trained with this command
[K-Nearest Neighbors]
- Using Map prior:
python nn_train_test.py --train_features /media/han/E46A4C3C6A4C0E2C/hsi_ws/argoverse-forecasting/forecasting_features/foreca…
-
Hi,
I am trying the hlca_lung_gpu notebook with my own data to test the dimensionality reduction on GPU. The notebook is running well (data loading, pca...) until the nearest neighbors computation
…
-
Hi, STOmics developer,
I am running the stereoPipeline_v7.1_manual_part2.sh. It always exited at the step cell_cluster and throw the Error message as " The number of threads must be between 1 an…
-
A very well known classification algorithm for supervised learning.
Users should be able to:
- Choose number of classes
- Choose number of neighbors
- Choose normalization method
- Fine decisi…
-
when I run tokenize_pdb.py, I met this
Traceback (most recent call last):
File "/app/scripts/tokenize_pdb.py", line 108, in
main(
File "/app/scripts/tokenize_pdb.py", line 64, in main
…
-
Thank you for your great work.
You mentioned that KNN is used to compensate for the sparse points. I find `add_points` in `gaussian_model.py` seems weird.
```
def find_nearest_neighbors(new…
-
Many end-to-end vector similarity search systems like Milvus and RedisAI VSS perform filtering of neighbors. For example, there might be indices removed from the database that need to be excluded from…
-
This has not been implemented in v20.2.
Jira issue: CRDB-3688
-
I want to return the nearest neighbor to my data point. However, it is returning the wrong one. I tried returning multiple nearest neighbors and there also seem to be some inconsistencies with the ret…
-
I'm interested in the following use case: suppose I have a dataset `X` with _N_ point in it. I take a subsample `Y` with _M < N_ points.
Is it possible to calculate the nearest neighbors in `X` of…