ITCS 6162 Project Description - ONLINE ----------------------------- Action Rules AROGS program --------- 1. Read Paper: ARAS http://webpages.uncc.edu/aatzache/ITCS6880/Exercises/ARASPaper2008.pdf 2. Implement Action Rules extraction in Java . Follow the implementation instructions at : http://webpages.uncc.edu/aatzache/ITCS6162/ITCS6162Project_2014.ppt 3. For your Action Rules program - use the data from the LERS Exercise , and from your Action Rules Exercise http://webpages.uncc.edu/aatzache/ITCS6162/PowerPoints/LERS.doc http://webpages.uncc.edu/aatzache/ITCS6162/PowerPoints/ActionRuleDiscoveryExample.doc and make sure that it produces the same rules ( with correct Support and Confidence ) as in the Solutions File . 4. Download the Mammographic Mass Dataset and the Car Evaluation Dataset from http://archive.ics.uci.edu/ml/datasets/mammographic+mass https://archive.ics.uci.edu/ml/datasets/car+evaluation and make sure your program works with these datasets. 5. We will test your program with a random data sample from the link above . Program should not crash , hang (freeze) , or take more than 3 minutes (180 seconds) to complete . 6. Create a Graphical User Interface which shows what your program is doing at all times , and displays the Final List of Action rules , along with their Support and Confidence . 7. Create a VIDEO file with sound , demonstrating how you run your code above , and explaining how to run your code , and what your code is doing at each step . Imagine students in the future will be using this video and your code an example project , they should be able to understand how to complete their project based on your video . 8. Create 7 PowerPoint slides total for the group - on the subject of Action Rules , and describing what you did in your project . 9. Upload to Canvas : PowerPoint file , VIDEO file ( *not* YouTube link , but actual VIDEO .MP4 or .MOV file ) , and all source code ( including dependency files , and input , output files , and any necessary configuration files , or README files ) . TA should be able to compile and run your code in order receive points for this project .