Updated with rigor, per Haskell community feedback.
This commit is contained in:
@@ -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.
|
||||
@@ -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}
|
||||
]
|
||||
Reference in New Issue
Block a user