/cs634-assocation-rules

Association rules miner in Java, for an university project.

Primary LanguageJava

CS 634: Association Rules miner

This software allows one to find the association rules, from a comma separated values (csv) file.

This is a single student project assignment from my CS 634: Data Mining class at NJIT, NJ.

Compile

  • Add all jars from objectdb/bin to the build path.
  • Enjoy!

Troubleshooting

  • The given database doesn't contain any records. If you want to add some, don't hesitate to modify the code.

License GPLv3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/