Skip to content

ML-KULeuven/EventWarping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Warping

Align series of sets of events.

When using this tool, please cite:

TODO

Installation

TODO

Usage

>>> from eventwarping.eventseries import EventSeries
>>> setlists = [[{'A', 'B'}, {}, {'A'}], [{'A'}, {'B'}, {'A'}]]
>>> es = EventSeries.from_setlist(setlists, window=3)
>>> es.compute_warped_series()
>>> print(es.format_warped_series())
 B A |     |   A |
 B A |     |   A |

License

Copyright 2023, KU Leuven, MIT

Contact

Wannes Meert, Dries Van der Plas
DTAI, Dept CS, KU Leuven

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages