An open API service indexing awesome lists of open source software.

https://github.com/emersion/go-prefixspan

A Go implementation of the PrefixSpan algorithm
https://github.com/emersion/go-prefixspan

data-mining sequential-patterns

Last synced: 10 months ago
JSON representation

A Go implementation of the PrefixSpan algorithm

Awesome Lists containing this project

README

          

# go-prefixspan

[![GoDoc](https://godoc.org/github.com/emersion/go-prefixspan?status.svg)](https://godoc.org/github.com/emersion/go-prefixspan)
[![Build Status](https://travis-ci.org/emersion/go-prefixspan.svg?branch=master)](https://travis-ci.org/emersion/go-prefixspan)
[![codecov](https://codecov.io/gh/emersion/go-prefixspan/branch/master/graph/badge.svg)](https://codecov.io/gh/emersion/go-prefixspan)

A Go implementation of the
[PrefixSpan algorithm](http://hanj.cs.illinois.edu/pdf/span01.pdf).

## License

MIT