In DBSCAN, we may get some labels as noise. How to calculate NMI in that case? For example, if I use ground truth and predicted labels (keeping noise as -1) we got ARI=0.8 and NMI=0.75. Result seems quite good, but no. of predicted noises are pretty high.
Can anyone guide me?