Time series clustering algorithms
Time series clustering algorithms.
So far, only DBSCAN is implemented, and the distance matrix must be passed directly.
A crate such as augurs-dtw must be used to calculate the distance matrix for now.
Usage
use ;
#
Credits
This implementation is based heavily on to the implementation in linfa-clustering and scikit-learn.
The main difference between these is that we operate directly on the distance matrix rather than calculating
it as part of the clustering algorithm.
License
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <http://opensource.org/licenses/MIT>, at your option.