Python package for soft sensing applications
Project description
OpenMEASURE
OpenMEASURE is an open source software for soft sensing applications.
Installation
Run the following command to install:
pip install OpenMEASURE
Usage
from sparse_sensing import SPR
import numpy as np
X = np.random.rand(16,5)
n_features = 4
# create Sparse Placement for Reconstrucion instance
spr = SPR(X, n_features)
# calculate the optimal measurement matrix
C = spr.optimal_placement()
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
OpenMEASURE-0.0.1.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file OpenMEASURE-0.0.1.tar.gz
.
File metadata
- Download URL: OpenMEASURE-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4079113c6af8b103f3d2bf981acc0c8de7869380b6923614f45eda03386f598 |
|
MD5 | e081287a242b8421e1a8c882bc96dab7 |
|
BLAKE2b-256 | 9d8458ee803e9378804cece8ec5c8daa10a5f5969361c9015fc5600442517a20 |
File details
Details for the file OpenMEASURE-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: OpenMEASURE-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1033c7e8b7de3aa7862917629515b46a9b95c387c0c7567c494a7d38017c1d1 |
|
MD5 | f23bac2f607052675f1ef8428095c1a3 |
|
BLAKE2b-256 | 4f7a8b5069c5d476145bb21b3b079490e4b1e5f62c84a0068b90e80f17082479 |