########################################
######### INSTRUCTIONS: ################
########################################

Preferred OS: Windows

# TO IMPORT THE PROJECT
	1. Open Eclipse IDE on your system.
	2. Click on File> Open Projects from File System
	3. Choose ActionRules project folder location and click on "Open".

# TO RUN THE PROJECT:
	1. Open the project folder in the "Project Explorer".
	2. Open ActionRulesExtraction.java file.
	3. Click on "Run" from file menu and click on "Run".
	4. A Graphical User Interface will be displayed once you run the project.
	5. Select Attribute file From the "data" folder present under "ActionRules" project.
	6. Select Data file From the "data" folder present under "ActionRules" project.
	7. Enter the values of support and confidence (values should be numeric).
	8. Click on "Load" button to load the data for Decision and Stable Attributes.
	9. Select Decision Attribute from the dropdown menu.
	10. Enter the values for From and To (values should be numeric).
	11. Click on "Calculate" and check the output on the console window.

