__adjacent_mat函数中: A = A * np.transpose(A) 这一步,邻接矩阵 * 转置的目的是什么?
__adjacent_mat函数中:
A = A * np.transpose(A)
这一步,邻接矩阵 * 转置的目的是什么?