You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to use RStream for calculating motifs in a graph.
It prints Iteration numbers, joining and aggregating stages and then resource usage as follows:
------------------------------ resource usage ------------------------------
Wall time: 0 ms; 0.000 s; 0.000 m; 0.000 h
CPU time: 100.456 ms; 0.100 s; 0.002 m; 0.000 h
Peak memory: 25284.000 KB; 24.691 MB; 0.024 GB
------------------------------ resource usage ------------------------------
However, it does not print the number of k-motifs found in the graph.
Can you please let me know how to edit motif_counting source code to make it print the number of k-motifs?
Thanks,
Gurbinder Gill
UTA
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use RStream for calculating motifs in a graph.
It prints Iteration numbers, joining and aggregating stages and then resource usage as follows:
------------------------------ resource usage ------------------------------
Wall time: 0 ms; 0.000 s; 0.000 m; 0.000 h
CPU time: 100.456 ms; 0.100 s; 0.002 m; 0.000 h
Peak memory: 25284.000 KB; 24.691 MB; 0.024 GB
------------------------------ resource usage ------------------------------
However, it does not print the number of k-motifs found in the graph.
Can you please let me know how to edit motif_counting source code to make it print the number of k-motifs?
Thanks,
Gurbinder Gill
UTA
The text was updated successfully, but these errors were encountered: