-
Notifications
You must be signed in to change notification settings - Fork 83
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
cannot import nak.cluster.GDBSCAN._ #51
Comments
What error message do you get? Are you sure that |
Hi, i try to do the demo mentioned in this "https://www.oreilly.com/ideas/clustering-geolocated-data-using-spark-and-dbscan". After typing the same codes, my IDE can't recognize the imported nak.cluster.GDBSCAN._ |
with sbt, i have the same problem, when i do "import nak.cluster.", there is not such "GDBSCAN". I use idea by the way |
Hey |
@ALL above, Can you suggest some other DBSCAN implementation on top of spark , which is hopefully optimised and can be used? |
@ALL may be this will help : |
there is no class nak.cluster.GDBSCAN when using the maven dependency. Can this be rebuilt to include? |
Can't import nak.cluster.GDBSCAN . Any work arounds for doing that? Build repo locally? Will that help? |
Yes. You can always publish your stuff locally. |
G! |
This maven dependency, could solve it. |
HoGiggle's suggestion worked for me:
|
with maven, i import nak jar V1.2.1, but i cannot import nak.cluster.GDBSCAN._! How come?
The text was updated successfully, but these errors were encountered: