-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Hello,
1). While going through the stinger paper "STINGER: Spatio-Temporal Interaction Networks and Graphs (STING)" the basic operations maintained are insert vertex, remove vertex, insert edge and remove edge. But while going through the stinger library I unable to find the insert vertex method. Can you please tell me where can I find the insert vertex source code.
2). Also, what is the significance of EType and VType? In the real world graph, we have only vertices and edges. How can I derive EType and VType values?
3). Can I process a dataset file that contains a combination of operations like: BFS, add vertex, remove vertex, add edge and remove edge. I mean concurrent execution of all the above methods instead of batch processing.
Thanks
Mukti