scipy.sparse.csc_array.
scipy.sparse.csc_array.has_canonical_format#
- property csc_array.has_canonical_format#
陣列/矩陣是否具有排序索引且無重複項
- 返回
True:如果以上適用
False:否則
has_canonical_format 意味著 has_sorted_indices,因此如果後者標誌為 False,則前者也將為 False;如果前者被發現為 True,則後者標誌也會被設定。