Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

mysql support to datamining

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
will the mysql support datamining concept.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
It can, if you implement it, or buy some product that implements it and which runs on top of MySQL.

DM consists of a large number of problems and possible algorithms to solve them. Generally, the data to be mined will be in a DB, and in that sense, MySQL supports DM. MySQL does not, to my knowledge, have any special facilities for solving DM problems.
 
vasanthi naveen
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
import javax.datamining.*--->cannot be resolved

my project is about datamining.mining the database
i gat the jndi connection mysql db.
after that i tried with coding to mine the database.
in tha java code import javax.datamining.*-->cannot be resolved.

i include all the jars in classpath.i put all the jdm.jar and odmapi.jar in tomcat\common\lib.
 
vasanthi naveen
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
its urgent .please..
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
So, again, this has nothing to do with data mining -or MySQL- but with correctly using jar files. Since that's the same question you have asked here, I'm closing this discussion. Please provide the information you were asked in the other thread; then people may be able to help you.
    Bookmark Topic Watch Topic
  • New Topic