28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
[](https://www.gnu.org/licenses/agpl-3.0)
|
|
# 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](https://github.com/tchemn) and [Conrad](https://github.com/creyd) |
|
|
| k-Means (2D) | kmeansMkI_2d.py | [Tillmann](https://github.com/tchemn) and [Conrad](https://github.com/creyd) |
|
|
| [ Your Algorithm ] | [ Your File Name] | [ Your Name ] |
|
|
|
|
## List of Modules
|
|
|
|
| Name of Module | Author | Discription | Path |
|
|
| ------------- | ------------- | ------------- | ------------- |
|
|
| randomI.py | [Tillmann](https://github.com/tchemn) and [Conrad](https://github.com/creyd) | Random data generator | src\data_generators\randomi.py |
|
|
| importer.py | [Tillmann](https://github.com/tchemn) and [Conrad](https://github.com/creyd) | Importer for the algorithm | src\modules\importer.py |
|
|
|
|
## How to contribute
|
|
|
|
Take a look at [CONTRIBUTING.md](https://github.com/gb-i/data_mining_algorithms/blob/master/CONTRIBUTING.md) for guidelines.
|
|
|
|
~
|