Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for empty classification JSONs #9

Open
PsySecCorp opened this issue Aug 30, 2016 · 0 comments
Open

Allow for empty classification JSONs #9

PsySecCorp opened this issue Aug 30, 2016 · 0 comments

Comments

@PsySecCorp
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant