CUR Decomposition
Project description
CUR Decomposition
CUR Decomposition as described in Mining of Massive Datasets, page 406.
Currently it only works with Numpy arrays but the point of CUR is to keep C and R sparse if M is sparse so I plan to add support for Scipy Sparse arrays.
Usage
M = np.array([ ... ])
r = int
from cur import cur_decomposition
C, U, R = cur_decomposition(M, r)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cur-0.0.2.tar.gz
(3.7 kB
view details)
Built Distribution
cur-0.0.2-py3-none-any.whl
(3.6 kB
view details)
File details
Details for the file cur-0.0.2.tar.gz
.
File metadata
- Download URL: cur-0.0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 766463980be480c336f1598d7e2e3eafe1400b4e2aac5bd0592debb1f5343eb6 |
|
MD5 | 5e43d9a80e5e8fac25d8d7e31dcf9c87 |
|
BLAKE2b-256 | 2ce830ec73fe60516751405956db94582ef0f91e23836fbd2c1eb846e957e1a5 |
File details
Details for the file cur-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: cur-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a42dd0a224ee8dc223949e7c05573448c47f7f875f4b91e7ff20e693b2149871 |
|
MD5 | c814d7a66990eb7ba57a977210729f55 |
|
BLAKE2b-256 | 806791a57cd9cb14c1fc559c956d67346d93018eb7d77c24e3ee8328871dfc2a |