https://github.com/tistaharahap/nbc-nodejs-php
Naive Bayes Classifier - Node.js Frontend - PHP Workers
https://github.com/tistaharahap/nbc-nodejs-php
Last synced: 3 months ago
JSON representation
Naive Bayes Classifier - Node.js Frontend - PHP Workers
- Host: GitHub
- URL: https://github.com/tistaharahap/nbc-nodejs-php
- Owner: tistaharahap
- License: mit
- Created: 2012-10-14T16:57:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-14T17:19:22.000Z (over 12 years ago)
- Last Synced: 2025-01-13T06:25:52.759Z (5 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Node.js + PHP Workers - Naive Bayes Classifier
----------------------------------------------Node.js worker to asynchronizes PHP workers doing Naive Bayes Classification.
How To Use
----------$ npm install socket.io
$ git clone https://github.com/tistaharahap/Simple-Naive-Bayes-Classifier-for-PHP.git
$ mv Simple-Naive-Bayes-Classifier-for-PHP bayes-php
$ ln -s ./bayes.php ./php-bayes/bayes.php
$ node index.jsDependencies - Node.js
----------------------* socket.io >= 0.9.0
Dependencies - PHP
------------------
* PHP >= 5.3.0
* Simple Naive Bayes Classifier - https://github.com/tistaharahap/Simple-Naive-Bayes-Classifier-for-PHP
* php-redis Extension - https://github.com/nicolasff/phpredisThe MIT License (MIT)
Copyright (c) 2012 Batista Harahap
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.