Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apriori

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apriori

Apriori Algorithm implementation in TypeScript|JavaScript

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
increased by21.05%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 10 Oct 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc