Description Usage Arguments Value
Get the MIDAS score
1 2 3 4 5 6 7 8 | getMIDASScore(
input,
rows = 2L,
buckets = 769L,
alpha = 0.6,
norelations = FALSE,
undirected = FALSE
)
|
input |
A data.frame with columns src (source, int), dst (destination, int) & times (timestamp of the edge, int) representing transaction edges |
rows |
Number of rows/hash functions. Default is 2 |
buckets |
Number of buckets. Default is 769 |
alpha |
Temporal Decay Factor. Only used when 'MIDAS-R' is used. Default is 0.6 |
norelations |
Run 'MIDAS' instead of 'MIDAS-R'. Default is False |
undirected |
If graph is undirected. Default is False |
NumericVector of MIDAS-Scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.