We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
感谢你的工作对我帮助很大,请问代码中关于边界点即那个非核心点和噪点,有没有加入到聚类簇中。我从代码中看似乎没有加入到聚类簇中,也许我理解错了,谢谢作者大大
The text was updated successfully, but these errors were encountered:
近邻点数少于阈值的点,初始都认为是非核心点。对这些非核心点,有两种情形:1. 对于邻域内存在核心点的则归为该核心点所处类别,2.否则仍然为噪点不加入聚类。所以你指的边界点应该属于前者即 1.加入到邻近的核心点所处聚类中。
Sorry, something went wrong.
No branches or pull requests
感谢你的工作对我帮助很大,请问代码中关于边界点即那个非核心点和噪点,有没有加入到聚类簇中。我从代码中看似乎没有加入到聚类簇中,也许我理解错了,谢谢作者大大
The text was updated successfully, but these errors were encountered: