Function libcasr::report::cluster_reports

source ·
pub fn cluster_reports(casreps: &[CrashReport]) -> Result<Vec<usize>>
Expand description

Perform the clustering of CrashReport’s

§Arguments

  • casreps - slice of CrashReport

§Return value

An vector of the same length as [CrashReport] Vec[i] is the flat cluster number to which original CrashReport i belongs.