Skip to content

bonewell/apriori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apriori

The project is implementation of Apriori algorithm

Get

$ go get github.com/bonewell/apriori

Install

$ go install github.com/bonewell/apriori

Run

$ $GOPATH/bin/apriori github.com/bonewell/apriori/transactions

Run test

$ go test github.com/bonewell/apriori