Skip to content

AndersHqst/PyMTV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PyMTV

Python implementation of the MTV algorithm by Mampey, Tatti, and Vreeken.

Getting started

To get started with PyMTV using the command line run:

./main.py -h

To import PyMTV as a Python module

from mtv import MTV
dataset = [1,2,3]
mtv = MTV(dataset)

Settings

The settings.py file contains the default settings for MTV. Use ./main.py -h from the command line to get a description of the different settings.

Links

C++ implementation of MTV by Mampey et al. for research purposes
PyMTV was written as a part of my thesis written at the IT univerity of Copenhagen.

About

Python implementation of the MTV algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages