Python scipy.sparse模块,常用函数和类

下面列出了Python scipy.sparse 模块中定义的常用函数和类,我们从440个开源Python项目中,按照使用频率进行了排序。

函数和类 使用项目数
1. csr_matrix() 用在(254)个项目中
2. coo_matrix() 用在(105)个项目中
3. issparse() 用在(80)个项目中
4. csc_matrix() 用在(76)个项目中
5. lil_matrix() 用在(69)个项目中
6. vstack() 用在(53)个项目中
7. hstack() 用在(37)个项目中
8. eye() 用在(37)个项目中
9. diags() 用在(34)个项目中
10. dok_matrix() 用在(31)个项目中
11. spdiags() 用在(23)个项目中
12. rand() 用在(18)个项目中
13. isspmatrix_csr() 用在(17)个项目中
14. dia_matrix() 用在(16)个项目中
15. isspmatrix() 用在(10)个项目中
16. find() 用在(9)个项目中
17. identity() 用在(9)个项目中
18. spmatrix() 用在(8)个项目中
19. bmat() 用在(7)个项目中
20. triu() 用在(7)个项目中
21. kron() 用在(6)个项目中
22. isspmatrix_coo() 用在(5)个项目中
23. bsr_matrix() 用在(5)个项目中
24. data() 用在(5)个项目中
25. indptr() 用在(5)个项目中
26. indices() 用在(5)个项目中
27. tocsc() 用在(5)个项目中
28. tocsr() 用在(5)个项目中