API Reference¶
This is the main reference for classes and functions present in trajminer.
trajminer
: Base¶
Library essential classes and resources.
Classes¶
|
Trajectory data wrapper. |
trajminer.classification
: Classification¶
Trajectory classifiers. Implementations of traditional classification
algorithms work alongside with a trajectory similarity measure from
trajminer.similarity
.
Classes¶
K-Nearest Neighbors Classifier. |
|
TraClass: Trajectory Classification Using Hierarchical Region-Based and Trajectory-Based Clustering. |
trajminer.clustering
: Clustering¶
Clustering algorithms for trajectories. Implementations of traditional
clustering algorithms work alongside with a trajectory similarity measure from
trajminer.similarity
.
Classes¶
|
Hierarchical Agglomerative Clustering. |
|
DBSCAN Clustering. |
|
K-Medoids Clustering. |
trajminer.similarity
: Similarity¶
Trajectory similarity measures.
Classes¶
|
Edit Distance on Real sequence. |
|
Longest Common SubSequence. |
|
Multidimensional Similarity Measure. |
|
Multiple-Aspect Trajectory Similarity Measure. |
Functions¶
|
Computes the similarity between trajectories in X and Y. |
trajminer.utils
: Utils¶
Utilities for supporting other classes and resources of the library.
Classes¶
|
A trajectory data loader from a CSV file. |
Functions¶
|
Computes the discrete distance between two objects. |
|
Computes the euclidean distance between two objects described by an array of floats. |
|
Computes the haversine distance between two pairs of latitude and longitude. |
trajminer.preprocessing
: Preprocessing¶
Preprocessing tools.
Classes¶
Encode trajectory features as the concatenation of the one-hot numeric array for each feature. |
|
|
Trajectory segmenter. |
Functions¶
Removes trajectories by length criteria. |
|
|
Removes trajectories corresponding to sets of labels that do not meet size criteria. |
Removes duplicates of trajectory points according to the given criteria. |