pelt-0.1.0 doesn't have any documentation.
Changepoint detection with Pruned Exact Linear Time
Changepoint detection using the PELT algorithm. This project is a port of the ruptures Python project. The PELT algorithm is described in this paper.
Example
extern crate pelt;
use fs;
use ;
Nightly
A nightly release is required for this crate.
Panics
This crate panics when the given signal length is smaller than the min_size
field given
to alg::Pelt
.