1

Does any one know any good C++/C library for data mining which can be integrated with mysql.Basically I want something using which I can apply clustering , classification or association rules on a mysql DB.

Does any of these library also have the mysql support?I have a very large data set of around 1 million record which I can access through a good database only(instead of bringing them on any file or excel).I can also look for options which may not have the C++ support but are comprehensive and have good features.

pjain
  • 1,149
  • 2
  • 14
  • 28
  • 3
    data mining is a very ill-defined concept. Please define more what you want. – Basile Starynkevitch Jan 10 '12 at 07:03
  • 1 millon rows is not that much... It depends of how many variables you are using. MAybe you can try R thats more statistics oriented i believe and easier to use. It will be better than excel! – marbel Sep 26 '13 at 00:14

1 Answers1

3

Use this source to find a suitable ML C++ library:

Some recommended ML libraries for C++ :

See this related question.

Community
  • 1
  • 1
cyborg
  • 9,989
  • 4
  • 38
  • 56