ttezel / bayes

Naive-Bayes Classifier for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for empty classification JSONs

CodeOtter opened this issue · comments

https://github.com/ttezel/bayes/blob/master/lib/naive_bayes.js#L33

If we change !parsed[k] to parsed[k] === undefined, then you can have empty/default Classifier JSONs to load classifiers with, even if totalDocuments is 0.