{ "info": { "author": "Vitor M. A. da Cruz", "author_email": "vitor.mazzi@intelie.com.br", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Topic :: Scientific/Engineering :: Visualization" ], "description": "python-fastpip (Segmentation Based On Turning Points)\n=====================================================\n\nThe \u201cPerceptually Important Points\u201d algorithm\ngives a method for dimensionality reduction and a mechanism to automatically extract\nthe most important points from a human observer perspective, favouring compression and\na good visualization of time series with high dimensionality.\n\nExample\n-------\n\n::\n\n >>> from fastpip import pip\n >>> pip([(0, 0), (1, 1), (2, 2), (3, 1), (4, 0), (5, 1), (6, 2), (7, 1), (8, 0)], 5)\n [(0, 0), (2, 2), (4, 0), (6, 2), (8, 0)]\n\n\nReferences\n----------\n- https://github.com/intelie/fastpip-js\n- http://www.academia.edu/1578716/Aplica%C3%A7%C3%A3o_do_algoritmo_Perceptually_Important_Points_em_s%C3%A9ries_temporais_de_datacenters\n- http://thescipub.com/PDF/jcssp.2010.1389.1395.pdf", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/intelie/python-fastpip", "keywords": null, "license": "Apache 2", "maintainer": null, "maintainer_email": null, "name": "python-fastpip", "package_url": "https://pypi.org/project/python-fastpip/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-fastpip/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/intelie/python-fastpip" }, "release_url": "https://pypi.org/project/python-fastpip/1.2/", "requires_dist": null, "requires_python": null, "summary": "Segmentation Based On Turning Points", "version": "1.2" }, "last_serial": 2982146, "releases": { "0.0.5": [], "1.0": [ { "comment_text": "", "digests": { "md5": "075be7e180b4956e2ef29fda10040c76", "sha256": "2890cf762ff6c66fe9632499cc95a99d39d6273319fc00b858f49c147d383fa6" }, "downloads": -1, "filename": "python-fastpip-1.0.tar.gz", "has_sig": false, "md5_digest": "075be7e180b4956e2ef29fda10040c76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3663, "upload_time": "2016-06-22T18:40:20", "url": "https://files.pythonhosted.org/packages/c5/13/4b94ff7f9f0ae0b0a7c76859e95d86a17f614650d95b55176e790f994e72/python-fastpip-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "4a3547c48d78a5df9c327457355353bb", "sha256": "39a4789ce0d57932776a16d7c5151b77b138a28bad78fddf74dd9e90a67588ed" }, "downloads": -1, "filename": "python-fastpip-1.1.tar.gz", "has_sig": false, "md5_digest": "4a3547c48d78a5df9c327457355353bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3938, "upload_time": "2016-06-22T21:12:06", "url": "https://files.pythonhosted.org/packages/33/43/21f30ecfc4362d329a3a709197886ec3c4fd7f90d70c44f7cbd14b754a8b/python-fastpip-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "1859b465510816b5afbea6a7f11f418c", "sha256": "db491bb482f6ffae99251d6d9690169f046699aaf64e7a22cb2ce211a1a967f1" }, "downloads": -1, "filename": "python-fastpip-1.2.tar.gz", "has_sig": false, "md5_digest": "1859b465510816b5afbea6a7f11f418c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3997, "upload_time": "2017-06-27T14:04:28", "url": "https://files.pythonhosted.org/packages/14/13/66d0aad730bcf07956cbd7a7a4b75c4dd54f64b96b4458f0825898bcff0b/python-fastpip-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1859b465510816b5afbea6a7f11f418c", "sha256": "db491bb482f6ffae99251d6d9690169f046699aaf64e7a22cb2ce211a1a967f1" }, "downloads": -1, "filename": "python-fastpip-1.2.tar.gz", "has_sig": false, "md5_digest": "1859b465510816b5afbea6a7f11f418c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3997, "upload_time": "2017-06-27T14:04:28", "url": "https://files.pythonhosted.org/packages/14/13/66d0aad730bcf07956cbd7a7a4b75c4dd54f64b96b4458f0825898bcff0b/python-fastpip-1.2.tar.gz" } ] }