Skip to content

Mine partially ordered gradual patterns from partially ordered valued sequence databases

License

Notifications You must be signed in to change notification settings

emersion/gradualspan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradualspan

Build Status

Research paper, published at EGC 2018 (in French): http://www.editions-rnti.fr/?inprocid=1002382

Usage

Requires Java 8 and Maven.

Run with:

make run

This outputs graphs in valued-sequences.dot, gradual-sequences.dot and patterns.dot. To render these graphs, use bin/multidot <filename> (requires Graphviz to be installed).

Implementing your own backend

In this repository, two backends are implemented: a memory backend for unit tests and a PO² backend.

This implementation of GradualSpan is modular, you can implement you own backend pretty easily as long as you have a partially ordered valued sequence database. To do so, you need to implement the following interfaces: ValuedItem, ValuedNode and ValuedSequence.

License

MIT

About

Mine partially ordered gradual patterns from partially ordered valued sequence databases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages