Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.21 KB

License: AGPL v3

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

Take a look at CONTRIBUTING.md for guidelines.

~