anomaly-grid 0.4.3

Sequential pattern analysis through variable-order Markov chains. Built for detecting deviations in finite-alphabet sequences.
Documentation
1
2
3
4
5
6
# Clippy configuration for anomaly-grid
# Allow some less critical lints for test files

# Allow uninlined format args in tests (they're more readable sometimes)
# Allow useless vec! in tests (they're clearer for test data)
# Allow manual range contains (sometimes more readable)