pygpcca.GPCCA.rotation_matrix

property GPCCA.rotation_matrix: Optional[numpy.ndarray]

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\).

Return type

Optional[ndarray]