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

cannot import nak.cluster.GDBSCAN._ #51

Open
NookLook2014 opened this issue Apr 14, 2016 · 12 comments
Open

cannot import nak.cluster.GDBSCAN._ #51

NookLook2014 opened this issue Apr 14, 2016 · 12 comments

Comments

@NookLook2014
Copy link

with maven, i import nak jar V1.2.1, but i cannot import nak.cluster.GDBSCAN._! How come?

@malcolmgreaves
Copy link

What error message do you get? Are you sure that nak.cluster.GDBSCAN is in version 1.2.1? You haven't supplied enough information for anyone to help you...

@NookLook2014
Copy link
Author

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._

@zwang04
Copy link

zwang04 commented Jun 13, 2016

with sbt, i have the same problem, when i do "import nak.cluster.", there is not such "GDBSCAN". I use idea by the way

@linux-devil
Copy link

Hey
with sbt , there is no GDBSCAN , please update

@linux-devil
Copy link

@ALL above,

Can you suggest some other DBSCAN implementation on top of spark , which is hopefully optimised and can be used?

@linux-devil
Copy link

@ALL may be this will help :
"org.scalanlp" % "nak_2.11" % "1.3",

@dodgy99
Copy link

dodgy99 commented Oct 24, 2016

there is no class nak.cluster.GDBSCAN when using the maven dependency. Can this be rebuilt to include?

@madhukar-m-mallia
Copy link

Can't import nak.cluster.GDBSCAN . Any work arounds for doing that? Build repo locally? Will that help?

@muuki88
Copy link
Contributor

muuki88 commented Dec 15, 2016

Yes. You can always publish your stuff locally.

@tinything
Copy link

G!
Tried to use online dependency then I couldn't find GDBSCAN.
Then downloaded the code and compile locally and added it to the local dependency. Now could see everything but when compiling by SBT it showed object nak not found at the importing lines. What's going on here?
I'm fresh to SCALA and was using IntelliJ IDEA by the way.

@HoGiggle
Copy link

This maven dependency, could solve it.

org.scalanlp
nak_2.10
1.3

@gessha
Copy link

gessha commented May 7, 2017

HoGiggle's suggestion worked for me:

    <dependency>
       <groupId>org.scalanlp</groupId>
       <artifactId>nak_2.10</artifactId>
       <version>1.3</version>
    </dependency>

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

10 participants