a self-similarity filter for big datasets
Project description
clusterplot is a python tool to recognise trends in datasets. It uses different clustering algorithms on >=2-dimensional network histograms. Getting Started ————— For the start, have a look in the examples/ directory. Execute the mkfiles.py: >>> python3 mkfiles.py This will create 660 files in a subdirectory data/. Each file contains sine or cosine curves with a random period. Two 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. Next, execute (step by step) the file xample.py: >>>python3 xample.py This should get you a basic idea of how Clusterplot works.
### Prerequisites - numpy - networkx - os
### Installing The project is available via pypi and can be installed with pip: >>> pip install clusterplot
If you want to have an newer or older Version, clone the git repository, checkout the specific tag and do: >>> pip install -e . Changelog ——— ### Version 0.1.0 First release, for functionality look into the documentation.
License
Copyright 2018 Felix Meggendorfer, Carlos Andres Palma, Willi Auwaerter
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file clusterplot-0.1.0.tar.gz
.
File metadata
- Download URL: clusterplot-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb467e06075720fe48dc69e62f1e7310a332e1afd809c841d925776f3b609c4a |
|
MD5 | 005772a39ae70b1fca59e088eeae23c1 |
|
BLAKE2b-256 | 3930290b54e469bc5f87679c656bbbc8defaa03c5354ae51a848c02a1bd6917c |