Marcel Falkiewicz
Results
3
comments of
Marcel Falkiewicz
Thank you very much for the explanation. Should we keep the issue open as a gentle reminder? :-)
The affinity matrix is symmetric, but the transition matrix is not. `import numpy as np` `X = np.random.random((10,10))` `X = (X * X.T)/2` `d_alpha_row = np.power(np.array(X.sum(axis=1)).flatten(), -1)` `np.allclose(np.sum(L_alpha_row, axis =...
@satra: no, I merged them both together and deleted #13.