Krithika Suresh
Elizabeth Trinh
- Main.java
- DTNode.java
- DecisionTree.java
Windows/MacOS
- Open terminal or command line
- Navigate to the folder with the java files.
javac *.javato compile files.java Main <trainingfilename> <testfilename>to run program.
<trainingfilename>: file name/path for training data<testfilename>: file name/path for test data