Skip to main content

Segmentation Based On Turning Points

Project description

The “Perceptually Important Points” algorithm gives a method for dimensionality reduction and a mechanism to automatically extract the most important points from a human observer perspective, favouring compression and a good visualization of time series with high dimensionality.

Example

>>> from fastpip import pip
>>> pip([(0, 0), (1, 1), (2, 2), (3, 1), (4, 0), (5, 1), (6, 2), (7, 1), (8, 0)], 5)
[(0, 0), (2, 2), (4, 0), (6, 2), (8, 0)]

References

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

python-fastpip-1.2.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file python-fastpip-1.2.tar.gz.

File metadata

File hashes

Hashes for python-fastpip-1.2.tar.gz
Algorithm Hash digest
SHA256 db491bb482f6ffae99251d6d9690169f046699aaf64e7a22cb2ce211a1a967f1
MD5 1859b465510816b5afbea6a7f11f418c
BLAKE2b-256 141366d0aad730bcf07956cbd7a7a4b75c4dd54f64b96b4458f0825898bcff0b

See more details on using hashes here.

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