Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 506 Bytes

File metadata and controls

11 lines (8 loc) · 506 Bytes

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