Updated with rigor, per Haskell community feedback.
This commit is contained in:
parent
48b20c54ce
commit
0f9f50c732
13 changed files with 120 additions and 223 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Prerequisites
|
||||
- Haskell Stack (or GHC/Cabal)
|
||||
- Optional: JSON library for data parsing
|
||||
- Required: `aeson` for JSON parsing
|
||||
|
||||
## Setup
|
||||
1. Clone the repository: `git clone <repo-url>`
|
||||
|
@ -13,7 +13,7 @@
|
|||
Execute: `stack run`
|
||||
|
||||
## Output
|
||||
Fieldprints are printed when coherence thresholds are met. Future versions will write to `data/` in JSON.
|
||||
Anomaly fieldprints are printed when coherence thresholds are met, based on `data/sample_transactions.json`.
|
||||
|
||||
## Test
|
||||
Run unit tests: `stack test`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue