{ "info": { "author": "Felix Meggendorfer, Carlos Palma, Willi Auwaerter", "author_email": "felix.meggendorfer@tum.de", "bugtrack_url": null, "classifiers": [], "description": "Clusterplot\n===========\n**clusterplot** is a python tool to recognise trends in datasets. It uses different clustering algorithms on >=2-dimensional network histograms. \nGetting Started\n---------------\nFor the start, have a look in the examples/ directory. Execute the mkfiles.py:\n>>> python3 mkfiles.py\nThis will create 660 files in a subdirectory data/. Each file contains sine or cosine curves with a random period.\nTwo packets of sine functions with 20 files each have the same period within the packet. The periods can be seen in the file randinfo.txt. The set up goal for clusterplot is to identify the two sine periods, that occur more often.\nNext, execute (step by step) the file xample.py:\n>>>python3 xample.py\nThis should get you a basic idea of how Clusterplot works.\n\n### Prerequisites\n- numpy\n- networkx\n- os\n\n### Installing\nThe project is available via pypi and can be installed with pip:\n>>> pip install clusterplot\n\nIf you want to have an newer or older Version, clone the git repository, checkout the specific tag and do:\n>>> pip install -e .\nChangelog\n---------\n### Version 0.1.0\nFirst release, for functionality look into the documentation.\n\nLicense\n-------\n Copyright 2018 Felix Meggendorfer, Carlos Andres Palma, Willi Auwaerter\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n\nAuthors\n-------\nFelix Meggendorfer\nCarlos A. Palma\nWilli Auwaerter\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/fmegg/clusterplot/", "keywords": "", "license": "Apache-v2.0", "maintainer": "", "maintainer_email": "", "name": "clusterplot", "package_url": "https://pypi.org/project/clusterplot/", "platform": "", "project_url": "https://pypi.org/project/clusterplot/", "project_urls": { "Homepage": "https://www.github.com/fmegg/clusterplot/" }, "release_url": "https://pypi.org/project/clusterplot/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "a self-similarity filter for big datasets", "version": "0.1.0" }, "last_serial": 4027147, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "005772a39ae70b1fca59e088eeae23c1", "sha256": "eb467e06075720fe48dc69e62f1e7310a332e1afd809c841d925776f3b609c4a" }, "downloads": -1, "filename": "clusterplot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "005772a39ae70b1fca59e088eeae23c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5932, "upload_time": "2018-07-03T17:05:24", "url": "https://files.pythonhosted.org/packages/39/30/290b54e469bc5f87679c656bbbc8defaa03c5354ae51a848c02a1bd6917c/clusterplot-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "005772a39ae70b1fca59e088eeae23c1", "sha256": "eb467e06075720fe48dc69e62f1e7310a332e1afd809c841d925776f3b609c4a" }, "downloads": -1, "filename": "clusterplot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "005772a39ae70b1fca59e088eeae23c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5932, "upload_time": "2018-07-03T17:05:24", "url": "https://files.pythonhosted.org/packages/39/30/290b54e469bc5f87679c656bbbc8defaa03c5354ae51a848c02a1bd6917c/clusterplot-0.1.0.tar.gz" } ] }