pygpcca.GPCCA.rotation_matrix
- property GPCCA.rotation_matrix: ndarray | None
Optimized rotation matrix \(A\).
Array of shape (n_m, n_m) which rotates the dominant Schur vectors to yield the G-PCCA
memberships
, i.e. \(\chi = X A\).
Optimized rotation matrix \(A\).
Array of shape (n_m, n_m) which rotates the dominant Schur vectors
to yield the G-PCCA memberships
, i.e. \(\chi = X A\).