Expand description
Complex Event Pattern Matching
This module provides sophisticated pattern matching capabilities for stream processing:
- Sequence patterns (A followed by B)
- Conjunction patterns (A and B)
- Disjunction patterns (A or B)
- Negation patterns (A not followed by B)
- Temporal constraints (within time window)
- Statistical patterns (frequency, correlation)
Uses SciRS2 for statistical analysis and pattern detection
Structs§
- Pattern
Match - Pattern match result
- Pattern
Matcher - Pattern matcher state
- Pattern
Matcher Stats
Enums§
- Pattern
- Pattern definition for complex event processing
- Pattern
Match Strategy - Pattern matching strategy
- Statistical
Pattern Type - Statistical pattern types using SciRS2