naivebayes 0.1.2

A simple Naive Bayes classifier.
Documentation
[package]
name = "naivebayes"
version = "0.1.2"
authors = ["Rui Vieira <ruidevieira@googlemail.com>"]
description = "A simple Naive Bayes classifier."
homepage = "https://gitlab.com/ruivieira/naive-bayes"
repository = "https://gitlab.com/ruivieira/naive-bayes"
readme = "README.md"
keywords = ["bayesian", "statistics", "machine", "learning", "classification"]
categories = ["science"]
license = "Apache-2.0"
exclude = [".idea/**/*"]

[dependencies]