matsimilarity.methods.mat.EDR package

Submodules

matsimilarity.methods.mat.EDR.EDR_T2T module

MAT-Tools: Python Framework for Multiple Aspect Trajectory Data Mining

The present package offers a tool, to support the user in the task of data analysis of multiple aspect trajectories. It integrates into a unique framework for multiple aspects trajectories and in general for multidimensional sequence data mining methods. Copyright (C) 2022, MIT license (this portion of code is subject to licensing from source project distribution)

Created in Dec, 2021 Copyright (C) 2024, License GPL Version 3 or superior (see LICENSE file)

Authors: - Vanessa Lago Machado - Tarlis Portela - Lucas May Petry (adapted)

class matsimilarity.methods.mat.EDR.EDR_T2T.EDR(dataset_descriptor: DataDescriptor | None = None)[source]

Bases: SimilarityMeasure

EDR: Edit Distance on Real sequence

This class provides methods to analyze and measure the similarity between multiple aspect trajectory data.

TODO

References

Chen, L., Özsu, M. T., & Oria, V. (2005, June). Robust and fast similarity search for moving object trajectories. In Proceedings of the 2005 ACM SIGMOD international conference on Management of data (pp. 491-502). ACM.

similarity(t1: MultipleAspectSequence, t2: MultipleAspectSequence) float[source]

Compute the similarity between two multiple aspect sequences.

Parameters:
  • t1 (MultipleAspectSequence) – The first multiple aspect trajectory or subtrajectory.

  • t2 (MultipleAspectSequence) – The second multiple aspect trajectory or subtrajectory.

Returns:

The computed similarity score.

Return type:

float

Module contents