SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

about the row_data and .mat files

Open chenguanxi12138 opened this issue 3 years ago • 1 comments

I'd like to know how your row_data file was converted into a .mat file. The sparse matrix in the .mat file represents what kind of information.

chenguanxi12138 avatar Nov 04 '21 02:11 chenguanxi12138

The .mat file contains two variables, 'net' and 'group'. The 'net' contains the adjacency matrix, and 'group' contains the node attributes. You may use MATLAB or Python scipy.io to open Ecoli.mat to have a look.

muhanzhang avatar Nov 04 '21 05:11 muhanzhang