Updated with rigor, per Haskell community feedback.

This commit is contained in:
Mark R. Havens 2025-04-29 06:56:37 -05:00
parent 48b20c54ce
commit 0f9f50c732
13 changed files with 120 additions and 223 deletions

View file

@ -1,3 +1,3 @@
# Data Directory
Placeholder for sample data (e.g., JSON) for *Witness Seed 3.0*. Future versions will integrate with real data sources to model emergent patterns.
Contains `sample_transactions.json` for testing anomaly detection in *Witness Seed 3.0*. Future versions will integrate with real data sources to model emergent patterns.

View file

@ -0,0 +1,7 @@
[
{"amount": 100.0, "timestamp": 1625097600},
{"amount": 200.0, "timestamp": 1625097601},
{"amount": 150.0, "timestamp": 1625097602},
{"amount": 1000.0, "timestamp": 1625097603},
{"amount": 300.0, "timestamp": 1625097604}
]