bayes-classifier-js
bayes-classifier-js copied to clipboard
when should probabilities() be called?
There's a function called probabilities() which calculates everything. The library should probably execute this function internally after each call to train()? Also, naming-wise it should probably be called something else. .. calculate()?