Step to run Project Components
- Extract project3.jar from Project.zip to any location on your system.
- create data folder in same directory as project3.jar and add data files you want to run(ex project3_dataset1.txt, project3_dataset2.txt)
- Give the following commands to run specific Classification algorithm
- For Running KNN java -cp project3.jar RunKNearestNeighbour
- For Running NaiveBayes java -cp project3.jar RunNaiveBayes
- For Running DecisionTree java -cp project3.jar RunDecisionTree
- For Running RandomForest java -cp project3.jar RunRandomForest
- For Running RandomForestWithBoosting java -cp project3.jar RunRandomForestBoosting