Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python_SNNDPC cannot find centoid of jain dataset correctly #6

Open
CHENC-orld opened this issue Mar 11, 2022 · 6 comments
Open

python_SNNDPC cannot find centoid of jain dataset correctly #6

CHENC-orld opened this issue Mar 11, 2022 · 6 comments

Comments

@CHENC-orld
Copy link

When I run the python source code, I cannot get the result as the paper show when clustering the jain dataset. Is anything wrong? Wrong jain dataset or my python environment?

@liurui39660
Copy link
Owner

According to the old Matlab version source code, you need to manually choose the center for the Jain dataset. I can't remember if manual choosing is implemented in the python version. If not, please reply to me and I'll add this soon.

@CHENC-orld
Copy link
Author

"manually choose the center" , do you mean the nc parameter? I have set the nc = 2, but it has the same result as dpc.

@liurui39660
Copy link
Owner

Nope, you should be able to manually choose the center from the $\rho-\delta$ graph (or whatever its name) by clicking on the graph. IIRC, for Jain, you'd choose the two points with the highest $\delta$, so the decision graph (the $\gamma$ one) may not be helpful in this case.

@CHENC-orld
Copy link
Author

Thanks, I got it. There has no "manually choose the center" part, it automatically choose centers with highest $\rho*\delta$.

@liurui39660
Copy link
Owner

Apologize for the inconvenience. If you are in a hurry but have Matlab installed, I'd suggest you try the Matlab version. Otherwise, I'll see if I can add this tomorrow. But no guarantee, as those GUI things may require more effort.

@CHENC-orld
Copy link
Author

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants