/ID3_parallelisation

That is academic of id3 algorithm for decision tree construction in c language,. We will Map reduce to parallelize it by implement bagging and boosting arhicteure,

Primary LanguageCApache License 2.0Apache-2.0

ID3_parallelisation

That is academic of id3 algorithm for decision tree construction in c language Folder Description contain the description of certains algortihm use in our programm The function use in our model are very well commented

All the declarations of function are in Header folder and implementation are in c files which are in Source folder

How to run

Actualy, you can run test with the command gcc -o main ./Header/*.h ./Source/*.c -lm -lpthread main.c && ./main