An open API service indexing awesome lists of open source software.

https://github.com/gu18168/traclus

This is an implementation for TraClus algorithm in Rust
https://github.com/gu18168/traclus

clustering-algorithm traclus

Last synced: 8 months ago
JSON representation

This is an implementation for TraClus algorithm in Rust

Awesome Lists containing this project

README

          

# TraClus Algorithm

This is an implementation of TraClus (TRAjectory CLUStering) [1] algorithm in Rust.

The original paper of this algorithm can be found at http://hanj.cs.illinois.edu/pdf/sigmod07_jglee.pdf
The authors of the paper implemented the algorithm in C++, so it could be helpful to develop one in Rust for
other users to use.

# Note

The implementation only support **Two-dimensional** coordinate point.

# Reference

[1] Lee, Jae-Gil, Jiawei Han, and Kyu-Young Whang. "Trajectory clustering: a partition-and-group framework."
Proceedings of the 2007 ACM SIGMOD international conference on Management of data. ACM, 2007.