a887e4c779bbb7d9b807692e3f0e33ee0a64cb3f
Collection Of Data Mining Algorithm
What is this?
This is a collection of some algorithms and modules we use for data analyses
List of Algorithms
| Name of Algorithm | Name of File | Author |
|---|---|---|
| k-Means | kmeansMkI.py | Tillmann and Conrad |
| k-Means (2D) | kmeansMkI_2d.py | Tillmann and Conrad |
| [ Your Algorithm ] | [ Your File Name] | [ Your Name ] |
List of Modules
| Name of Module | Author | Discription | Path |
|---|---|---|---|
| randomI.py | Tillmann and Conrad | Random data generator | src\data_generators\randomi.py |
| importer.py | Tillmann and Conrad | Importer for the algorithm | src\modules\importer.py |
How to contribute
- Write your algorithm (and test it!)
- Choose a neat name for it (NAME in the following)
- Fork this repository
- Create subfolder
src/algorithms/NAMEwith your algorithm and areadme.md-file - Add your algorithm to the
menu-script in thealgorithm-folder - Add your algorithm to the list above in the following format
NAME | Author - Create a pull request to merge the data (if your algorithm works)
Pay attention: Please don't commit test data. NEVER commit passwords or personal information!
~
Languages
Python
100%