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
- Host: GitHub
- URL: https://github.com/emersion/go-prefixspan
- Owner: emersion
- License: mit
- Created: 2017-05-19T13:39:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T08:53:00.000Z (over 8 years ago)
- Last Synced: 2025-04-10T12:16:16.396Z (10 months ago)
- Topics: data-mining, sequential-patterns
- Language: Go
- Size: 11.7 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-prefixspan
[](https://godoc.org/github.com/emersion/go-prefixspan)
[](https://travis-ci.org/emersion/go-prefixspan)
[](https://codecov.io/gh/emersion/go-prefixspan)
A Go implementation of the
[PrefixSpan algorithm](http://hanj.cs.illinois.edu/pdf/span01.pdf).
## License
MIT