├── DyVG.py ├── README.md ├── data └── enron10 │ ├── adj_orig_dense_list.pickle │ └── adj_time_list.pickle ├── input_data.py └── preprocessing.py /DyVG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhazalehNiknam/DyVGRNN/HEAD/DyVG.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhazalehNiknam/DyVGRNN/HEAD/README.md -------------------------------------------------------------------------------- /data/enron10/adj_orig_dense_list.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhazalehNiknam/DyVGRNN/HEAD/data/enron10/adj_orig_dense_list.pickle -------------------------------------------------------------------------------- /data/enron10/adj_time_list.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhazalehNiknam/DyVGRNN/HEAD/data/enron10/adj_time_list.pickle -------------------------------------------------------------------------------- /input_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhazalehNiknam/DyVGRNN/HEAD/input_data.py -------------------------------------------------------------------------------- /preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhazalehNiknam/DyVGRNN/HEAD/preprocessing.py --------------------------------------------------------------------------------