套件: python3-sparse (0.2.0-1)
python3-sparse 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-sparse:
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Ghislain Antony Vaillant
外部的資源:
- 主頁 [github.com]
相似套件:
multidimensional sparse arrays for Python
This package implements sparse multidimensional arrays on top of NumPy and scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout but extends beyond just rows and columns to an arbitrary number of dimensions. The original motivation is for machine learning algorithms, but it is intended for somewhat general use.
It supports:
- NumPy ufuncs (where zeros are preserved) - Arithmetic with scalars (where zeros are preserved) - Reductions (sum, max) - Reshape - Transpose - Tensordot - Slicing with integers, lists, and slices (with no step value) - Concatenation and stacking - Addition with other sparse arrays of the same shape
This package provides the modules for Python 3.
其他與 python3-sparse 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-scipy (>= 0.19)
- scientific tools for Python 3
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)