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.9.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file OpenMEASURE-0.0.9.tar.gz
.
File metadata
- Download URL: OpenMEASURE-0.0.9.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63e0398042876e4b4402b33273b1440597718bae4b70725a8a020dad29c517f6 |
|
MD5 | 8a3666f59c0156321974fb8d32c20af9 |
|
BLAKE2b-256 | 11a61aeed967e3454f71b1859d7461408c01260230824238c63d94a599abe7f5 |
File details
Details for the file OpenMEASURE-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: OpenMEASURE-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d407b83060c46b946229fbb637182f6762fdb72146e09a92cf57de6991b323c1 |
|
MD5 | 3261fea69640955c306e5217654346ec |
|
BLAKE2b-256 | 98a8baf55cfc6c6df1e1cb73fd6b4f83c8018392544d7ef0f7bdc2bb26226f05 |