Skip to content

urban-it/data_mining_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

~