Get the MIDAS score
getMIDASScore(
input,
rows = 2L,
buckets = 769L,
alpha = 0.6,
norelations = FALSE,
undirected = FALSE
)A data.frame with columns src (source, int), dst (destination, int) & times (timestamp of the edge, int) representing transaction edges
Number of rows/hash functions. Default is 2
Number of buckets. Default is 769
Temporal Decay Factor. Only used when 'MIDAS-R' is used. Default is 0.6
Run 'MIDAS' instead of 'MIDAS-R'. Default is False
If graph is undirected. Default is False
NumericVector of MIDAS-Scores