-
Notifications
You must be signed in to change notification settings - Fork 9
Spatial distributions
Zvezdin edited this page Jan 21, 2018
·
2 revisions
Spatial distributions are ways to extract recent changes or the state from blockchain data by representing it as an image. Please read the paper about these distributions before continuing.
Distributions, not defined in the paper but that have been implemented and experimented with.
Distribution of contract accounts based on their balance (X) and seconds since last activity (Y).
//TODO: Example
Distribution of recently active contract accounts based on input volume (X) and number of (ERC20) operations with them (Y).
//TODO: Example