MAT-data’s Documentation!


MAT-data: Data Preprocessing for Multiple Aspect Trajectory Data Mining [MAT-Tools Framework]


[Publication] [Bibtex] [GitHub] [PyPi] [Docs]

The present package offers a tool, to support the user in the task of data preprocessing of multiple aspect trajectories, or to generating synthetic datasets. It integrates into a unique framework for multiple aspects trajectories and in general for multidimensional sequence data mining methods.

Created on Dec, 2023 Copyright (C) 2023, License GPL Version 3 or superior (see LICENSE file)

Main Modules

  • proprocess: Methods for trajectory preprocessing;

  • generator: Methods for trajectory datasets generation;

  • dataset: Methods for loading trajectory datasets;

  • converter: Methods for conferting dataset formats.

Installation

Install directly from PyPi repository, or, download from github. (python >= 3.7 required)

    pip install mat-data

Getting Started

On how to use this package, see MAT-data-Tutorial.ipynb

Citing

If you use mat-data 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

Multiple Aspect Trajectory Tools Framework

MAT-data: Data Preprocessing for Multiple Aspect Trajectory Data Mining

The present application offers a tool, to support the user in the classification task of multiple aspect trajectories, specifically for extracting and visualizing the movelets, the parts of the trajectory that better discriminate a class. It integrates into a unique platform the fragmented approaches available for multiple aspects trajectories and in general for multidimensional sequence classification into a unique web-based and python library system. Offers both movelets visualization and classification methods.

Created on Dec, 2023 Copyright (C) 2023, License GPL Version 3 or superior (see LICENSE file)

@author: Tarlis Portela

Framework Documentation:


Change Log

v0.1rc1 (17/05/2024)

  • First release