christopherjenness / DBCV

Python implementation of Density-Based Clustering Validation
MIT License
156 stars 41 forks source link

Results shown in the read me don't match with current code #23

Open roijalbaker opened 1 year ago

roijalbaker commented 1 year ago

When running the code from the read me I don't get the score that is mentioned in the read me. When going back to commit b28e70a, it works as communicated.

Ellyuca commented 1 year ago

I also tried the example provided with the last commit and the commit b28e70a and the results are different from that it was reported in the tutorial.

pancodia commented 1 year ago

my dbcv score is negative and far from the 0.6 reported in README

pancodia commented 1 year ago

it seems this is due to the latest change to n_neighbors = np.shape(neighbors)[0]

NahidSafari commented 11 months ago

it seems this is due to the latest change to n_neighbors = np.shape(neighbors)[0] Hello, Could you please explain it further? How I can resolve the problem? Best,