Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: DBSCAN connectivitywith database.

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default DBSCAN connectivitywith database.

    I have a working density base scan code and running successfully in eclipse. I have everything (Mysql etc) in my lappi but dun knw about JDBC as i want database connectivity.

    My inputs:: minimum point=2
    threshold distance
    cordinates(x,y)=(0,0)(0,1)(0,2)(0,3)(0,4)(12,1)(12 ,2)(12,3)(12,4)(12,5)(12,6)

    OUTPUT COMES::: attached image

    I need/required:: My program should get input directly from my database(mysql)
    Attached Images Attached Images

  2. The Following User Says Thank You to navxxxx For This Useful Post:

    thomas10 (June 7th, 2013)


Similar Threads

  1. DBSCAN connectivity with database MYSQL
    By navxxxx in forum What's Wrong With My Code?
    Replies: 4
    Last Post: December 13th, 2012, 03:29 AM
  2. Dbscan algorithm
    By navxxxx in forum What's Wrong With My Code?
    Replies: 4
    Last Post: December 10th, 2012, 07:56 AM
  3. density base scan(DBSCAN) in java
    By navxxxx in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 8th, 2012, 07:50 AM
  4. dbscan algorithm
    By navxxxx in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 29th, 2012, 11:20 AM
  5. Database
    By aman_chauhan in forum JDBC & Databases
    Replies: 3
    Last Post: June 19th, 2012, 02:43 PM