trajminer / trajminer

Trajectory Mining Library

Home Page:http://trajminer.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement sample distance functions for similarity measure attributes

lucaspetry opened this issue · comments

Implement some pre-defined distance functions to be used in trajectory similarity measures. For instance:

  • Discrete (lambda x, y: 0 if x == y else 1);
  • Euclidean
  • Haversine
  • Etc