Classifier of duplicate/unique edges in two social networks
This software is a implementation of aSTEAM Project (Next-Generation Information Computing Development Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Science and ICT). The function of this software is to classify duplicate or unique edges of each social networks.
- Above development was based on the Python 3.5 (
64bit
) - Please import packages (
numpy, xlrd, openpyxl
)
- Input the social network information (
column 1: source node id, column 2: target node id
) - Input another social network information (
column 1: source node id, column 2: target node id
) - Compare edges of two social netowrk through running software
- Save result as excel format