# C45algorithm **Repository Path**: dirichlet/C45algorithm ## Basic Information - **Project Name**: C45algorithm - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-16 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is an implementation of C4.5 algorithm (http://en.wikipedia.org/wiki/C4.5_algorithm). Data table has folowing format: { "': [], "': [], ... } The main functions are located in file mine.py: - "mine_c45" is an implementation of the C4.5 algorithm. To run the algorithm you need to pass a table in the format described above; - "tree_to_rules" is a function for generate rules from desicion tree.