Algorithm 1: J48 Algorithm. |
: The leaf is labeled with a similar class if the instances belong to similar classes.
: For each attribute, the potential data will be figured, and the gain in the data will be taken from the test on the attribute.
: Finally, the best attribute will be chosen depending on the current selection parameter.
|