MeetUo
Results
1
comments of
MeetUo
I also have this confusion. But I find the adj matrix is the symmetric matrix and the d_mat_inv_sqrt is the diagonal matrix . So "adj.dot(d_mat_inv_sqrt).transpose().dot(d_mat_inv_sqrt)" actually equal "d_mat_inv_sqrt.dot(adj).dot(d_mat_inv_sqrt) " But...