DanGuo1223 / mzClustering

MIT License
2 stars 1 forks source link

pseudo_labeling function missing #1

Open tdrose opened 1 year ago

tdrose commented 1 year ago

Hi, I read your paper and would like to try your approach on my data. However, I realized the pseudo_labeling function is missing. The file pseudo_labeling.py seems to be empty. Would you be able to add it?

DanGuo1223 commented 1 year ago

Hi, the pseudo_labeling.py file was added, it has the KNN function computing k nearest neighbor and pseudo_labeling function that gives pseudo labels according to similarity matrix and KNN (if given a KNN list).