Top Data Mining Algorithms Identified by IEEE & Related Python Resources
C4.5 is an algorithm used to generate a decision tree developed by Ross Quinlan. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often referred to as a statistical classifier. C4.5 builds decision trees from a set of training data in the same way as ID3, using the concept of information entropy. The training data is a set S {s_1, s_2, ...} of already classified samples. Each sample s_i consists of a p-dimensional vector (x_{1,i}, x_{2,i}, ...,x_{p,i}), where the x_j represent attributes or features of the sample, as well as the class in which s_i falls.
Nov-30-2016, 10:15:02 GMT
- Technology: