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
|
@ -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.
|
7
haskell/witness_seed_3.0/data/sample_transactions.json
Normal file
7
haskell/witness_seed_3.0/data/sample_transactions.json
Normal 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}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue