This program runs by running Main.py. All functions are called here.
To run this program write python3 Main.py
Also we have command line arguments.
r --> only read the existing dump file, not create a new one. nb --> only do naive bayes calculation. knn --> only do knn calculation.
There is no limit on how many arguments are entered. The last one of the nb and knn is evaluated.
Example:
python3 Main.py r nb knn
Does not create any dump file and runs KNN calculation only.
Requirements to run this program is given in "requirements.txt".