scipy.sparse.csr_matrix.
scipy.sparse.csr_matrix.has_canonical_format#
- property csr_matrix.has_canonical_format#
Ob das Array/die Matrix sortierte Indizes und keine Duplikate hat
- Gibt zurück
True: wenn das Obige zutrifft
False: andernfalls
has_canonical_format impliziert has_sorted_indices, sodass wenn das letztere Flag False ist, das erstere es auch sein wird; wenn das erstere True ist, wird das letztere Flag ebenfalls gesetzt.