667e7881cc4ee6191e2eca4d8d46ec19bdaf38e9
-added kmeansMkI_2d -added calcdiff2d to dmlib -added plzGenNS and ageGenNS to dmtest to generate unshuffled testdata for kmeans 2d
Collection Of Data Mining Algorithms (CODMA)
What is this?
This is the collection of our algorithm and its modules for data analyses
List of Algorithms
| Name of Algorithm | Author |
|---|---|
| kmeansMkI.py | Tillmann and Conrad |
| [ PENDING ] | [ PENDING ] |
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 (or part of it)
- Choose a neat name for it (NAME in the following)
- Fork this repository (or with rights: add a branch
alg_NAME) - Create subfolder
src/algorithms/NAME - 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
HowToUse-file in your main folder Only if your algorithm works: - Create a pull request to merge the data
Pay attention: NEVER commit test data, passwords or personal information!
Have fun... :)
~
Languages
Python
100%