Edit "smoothing.txt" to adjust smoothing parameter (optional)

Load in training data.
Load in testing data.
See generated report file.

=============

Use Case:
Load mushTrain-sansFirstAndLast5.txt as [Training Data]
Load mushTest-FirstAndLast5 as [Testing Data]
See the generated report file.

mushTrain-sansFirstAndLast5.txt contains features of mushrooms and whether they are poisonous or safe to eat.
mushTest-FirstAndLast5.txt contains 10 mushrooms not listed in the above file.
Based upon what the program has learned, it determines the probability of an unknown mushroom as being poisonous or safe.