Socket
Socket
Sign inDemoInstall

apriori

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    apriori

Apriori Algorithm implementation in TypeScript|JavaScript


Version published
Weekly downloads
12
Maintainers
1
Install size
45.0 kB
Created
Weekly downloads
 

Readme

Source

Aprioir.js

Apriori Algorithm implementation in (TypeScript|JavaScript) which is based on https://github.com/asaini/Apriori/blob/master/apriori.py.

Build Status

npm package

NPM

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

  • grunt opens an example in your browser
  • grunt test runs all the tests.
  • grunt build creates aprori.js and apriori.min.js

License

the MIT License

Keywords

FAQs

Last updated on 10 Oct 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc