MAT-model’s Documentation!
MAT-model: Model Classes for Multiple Aspect Trajectory Data Mining [MAT-Tools Framework]
[Publication] [Bibtex] [GitHub] [PyPi]
The present package offers a tool, to support the user in the task of modeling multiple aspect trajectories. It integrates into a unique framework for multiple aspects trajectories and in general for multidimensional sequence data mining methods.
Created on Apr, 2024 Copyright (C) 2023, License GPL Version 3 or superior (see LICENSE file)
Installation
Install directly from PyPi repository, or, download from github. (python >= 3.7 required)
pip install mat-model
Getting Started
On how to use this package, see MAT-model-Tutorial.ipynb
Citing
If you use mat-model
please cite the following paper:
Portela, T. T.; Machado, V. L.; Renso, C. Unified Approach to Trajectory Data Mining and Multi-Aspect Trajectory Analysis with MAT-Tools Framework. In: SIMPÓSIO BRASILEIRO DE BANCO DE DADOS (SBBD), 39. , 2024, Florianópolis/SC. [Bibtex]
Collaborate with us
Any contribution is welcome. This is an active project and if you would like to include your code, feel free to fork the project, open an issue and contact us.
Feel free to contribute in any form, such as scientific publications referencing this package, teaching material and workshop videos.
Change Log
This is a package under construction, see CHANGELOG.md
Module contents
Modules in MAT-model:
- Base
- Submodules
- matmodel.base.Aspect module
- matmodel.base.MultipleAspectSequence module
MultipleAspectSequence
MultipleAspectSequence.tid
MultipleAspectSequence.points
MultipleAspectSequence.data_desc
MultipleAspectSequence.size
MultipleAspectSequence.addPoint()
MultipleAspectSequence.attribute_names
MultipleAspectSequence.attributes
MultipleAspectSequence.l
MultipleAspectSequence.pointValue()
MultipleAspectSequence.readSequence()
MultipleAspectSequence.size
MultipleAspectSequence.subsequence()
MultipleAspectSequence.valuesOf()
Point
Subtrajectory
Trajectory
- Module contents
- Comparator
- Dataset Descriptor
- Feature
- Representative
- Util
Framework Documentation:
Change Log
v0.1
First release