معرفی شرکت ها


coo_utils-0.1.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

utilities for managing nested lists of lists of scipy.sparse matrices
ویژگی مقدار
سیستم عامل -
نام فایل coo_utils-0.1.2.1
نام coo_utils
نسخه کتابخانه 0.1.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده David N. Mashburn
ایمیل نویسنده david.n.mashburn@gmail.com
آدرس صفحه اصلی http://pypi.python.org/pypi/coo_utils/
آدرس اینترنتی https://pypi.org/project/coo_utils/
مجوز LICENSE.txt
coo_utils works with numpy and scipy.sparse (2D only) to store compressed multidimensional arrays both in memory and on disks. This can DRASTICALLY reduce the space required. In reality, what is stored is a list-of-lists containing sparse matrix nodes in the scipy.sparse.coo_matrix format. The storage format can either be normal or differenced (helpful for same-value blocks data). Some terms used in the code: ---------------------------- CooHD: list (or deeply nested list(s)) of scipy.sparse.coo_matrix's (HD means higher-dimensional) nnzs: An array with the same shape as the nested lists in the cooHD (aka without the 2 coo_matrix dimensions) that gives the length of each coo_matrix (nnz) at each node of the tree RCD: A sparse array represented as a flat row-column-data matrix. Multi-dimensional shape data is recoverable using the nnzs array The disk storage format uses the RCD fomat for maximum simplicity: ------------------------------------------------------------------ \*_rcd.npy - The rcd matrix stored in the .npy format (int32) \*_nnzs.npy - The nnzs array store in .npy format (int) \*_shape.txt - a simple text file with the full shape of the array in comma-separated plain text


نحوه نصب


نصب پکیج whl coo_utils-0.1.2.1:

    pip install coo_utils-0.1.2.1.whl


نصب پکیج tar.gz coo_utils-0.1.2.1:

    pip install coo_utils-0.1.2.1.tar.gz