scipy.sparse.csr_matrix.

scipy.sparse.csr_matrix.has_sorted_indices#

property csr_matrix.has_sorted_indices#

索引是否排序

返回
  • True: 如果数组/矩阵的索引按排序顺序排列

  • False: 否则