######Mining Association Rules from Gene Expression Data#####
- Unzip Homework2.zip to any desired location on your system.
- Place source data file (gene_expression.csv) in folder containing source files.
- Compile "RunPart1.java" by giving following command "javac RunPart1.java"
- Run "RunPart1.java" by giving "java RunPart1"
- Enter valid Support threshold value in console and press Enter
- The console will display all results of part-1
- Unzip Homework2.zip to any desired location on your system.
- Place source data file (gene_expression.csv) in folder containing source files.
- Compile "RunPart2.java" by giving following command "javac RunPart2.java"
- Run "RunPart2.java" by giving "java RunPart2"
- Enter valid Support threshold value and Confidence value in console and press Enter
- The console will display all results of part-2