scipy.sparse.csr_matrix.has_sorted_indices

property csr_matrix.has_sorted_indices

确定矩阵是否具有排序索引

退货
  • True:如果矩阵的索引按排序顺序

  • False:否则