How to import nak.cluster.GDBSCAN using sbt and IntelliJ
44 views
Skip to first unread message
heone...@gmail.com
unread,
Jan 12, 2017, 5:09:22 AM1/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scalanlp-discuss
Firstly used online dependency in build.sbt then couldn't find the GDBSCAN under nak.cluster.
Then downloaded the source code and built it locally to make an on-disk jar lib(Just threw it into lib folder) and now even nak itself cannot be recognized at the importing lines! I'm using IntelliJ IDEA. I can see everything the in the jar package under the lib folder. But I never had a chance to compile my project due to this importing problem. Did I miss something or just I'm too fresh to make some mistake?
Thanks!
Jonathan Spooner
unread,
Mar 10, 2017, 11:53:41 AM3/10/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scalanlp-discuss
Did you resolve this issue? I'm having the same problem.