https://github.com/djsaunde/naivebayesclassifier
A simple naive Bayes Classifier I wrote to classify sets of voting data from the House of Representatives. For CS 383
https://github.com/djsaunde/naivebayesclassifier
Last synced: 12 months ago
JSON representation
A simple naive Bayes Classifier I wrote to classify sets of voting data from the House of Representatives. For CS 383
- Host: GitHub
- URL: https://github.com/djsaunde/naivebayesclassifier
- Owner: djsaunde
- Created: 2015-02-03T21:58:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T14:13:15.000Z (almost 11 years ago)
- Last Synced: 2025-04-12T17:43:19.319Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple naive Bayes Classifier I wrote to classify sets of voting data from the House of Representatives. For CS 383