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)
File details
Details for the file python-fastpip-1.2.tar.gz
.
File metadata
- Download URL: python-fastpip-1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db491bb482f6ffae99251d6d9690169f046699aaf64e7a22cb2ce211a1a967f1 |
|
MD5 | 1859b465510816b5afbea6a7f11f418c |
|
BLAKE2b-256 | 141366d0aad730bcf07956cbd7a7a4b75c4dd54f64b96b4458f0825898bcff0b |