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

使用鸢尾花数据集,自实现的Isomap算法和sklearn_Isomap差异很大 #6

Open
lmqhello opened this issue Jul 22, 2023 · 0 comments

Comments

@lmqhello
Copy link

from sklearn import datasets

iris_data = datasets.load_iris()
X= iris_data.data
Y= iris_data.target

用上述代码测试了一下,差异很大呢

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

1 participant