Metadata-Version: 2.1
Name: bayesian-classifier
Version: 1.0.0
Summary: Python library for training and testing Bayesian classifiers
Home-page: https://github.com/mathbarc/bayesian-classifier
License: MIT
Keywords: bayesian,classifier
Description-Content-Type: text/markdown

In this file there are two kinds of program, Trainer and Classifier. 
To execute a Trainer its necessary to pass arguments as follows:
Trainer.py -d input_data_file_name -m output_model_file_name

To execute a Classifier its necessary to pass arguments as follows:
Classifier.py -t input_test_data_set -m input_model_file_name
