mdsatria / npc_digital_tils

Code for identifying TILs in H&E images as described in paper: AI-Based Risk Score from Tumour-Infiltrating Lymphocyte Predicts Locoregional-Free Survival in Nasopharyngeal Carcinoma
2 stars 0 forks source link

DBSCAN algorithm #1

Closed 0link87 closed 2 months ago

0link87 commented 2 months ago

Hello, I have a question to ask. In the model where the DBSCAN algorithm is used to cluster tumor cell nuclei based on density, when analyzing each WSI (Whole Slide Image), are the parameters consistent across all WSIs, or are they adjusted according to each WSI?

mdsatria commented 2 months ago

Hi @0link87, thank you for your interest in our work. We use consistent parameters for DBSCAN across all WSIs in our dataset. These parameters were defined in empirical manner.

I hope this answers your question.

0link87 commented 2 months ago

Thank you for your answer