Function extract_patterns

Source
pub fn extract_patterns<T>(
    history: &[Vec<[T; 3]>],
    min_length: usize,
) -> Vec<Vec<[T; 3]>>
where T: Sum + Float + FromPrimitive,
Expand description

Extract common patterns from historical sequences