Skip to main content

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


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.15.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

OpenMEASURE-0.0.15-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page