YingtongDou/CARE-GNN

Some detail about the dataset

Closed this issue · 1 comments

Hello author.I want to know which type of the dataset's sparse matrix?coo_matrix? Because i want to use dgl.from_scipy() to get a graph.

The adj and feature matrices are scipy.sparse.csr_matrix.