View on GitHub

NoN Ranking Algorithms

A family of ranking algorithms on a Network of Networks, including CR, CRstar and WCRstar.

Download this project as a .zip file

For any questions about the source code and datasets, please contact Jingchao Ni (jingchao.ni@case.edu), thanks.

Publication

Requirements

Datasets

Details

Algorithm CR

Run CR_CrossValidation.m to see the evaluation results of the leave-one-out cross validation of CR algorithm. CR only uses the center networks in the NoSN datasets.

Algorithm CRstar

Run CRstar_CrossValidation.m to see the evaluation results of the leave-one-out cross validation of CRstar algorithm.

Algorithm WCRstar

Run WCRstar_CrossValidation.m to see the evaluation results of the leave-one-out cross validation of WCRstar algorithm. WCRstar uses P_G_NoSN_PPICenter_2GCNs.mat dataset as default.

Note