[][src]Function changepoint::utils::map_changepoints

pub fn map_changepoints(r: &[Vec<f64>]) -> Vec<usize>

Maximum a posteriori change points

This reverse walks through the run-length distribution sequence and only takes the most likely set of change-points.