Apriori.js
Apriori Algorithm implementation in TypeScript|JavaScript
Install / Use
/learn @seratch/Apriori.jsREADME
Aprioir.js
Apriori Algorithm implementation in (TypeScript|JavaScript) which is based on https://github.com/asaini/Apriori/blob/master/apriori.py.
npm package
npm install apriori
bower package
http://bower.io/search/?q=apriori
bower install apriori --save-dev
Usage
// curl https://raw.githubusercontent.com/asaini/Apriori/master/INTEGRATED-DATASET.csv -o dataset.csv
// on the Node.js REPL
var Apriori = require('apriori');
new Apriori.Algorithm(0.15, 0.6, false).showAnalysisResultFromFile('dataset.csv');
Development
gruntopens an example in your browsergrunt testruns all the tests.grunt buildcreates aprori.js and apriori.min.js
License
the MIT License
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR

