The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Using C5.0 with Criterion as Information Gain?
I'm trying to learn more about decision trees (DT), and I stumbled upon C5.0 DT. I know that it uses information gain as the attribute selection measure. So I'm asking if I can modify the criterion of the DT operator to Information Gain, instead of the default, to make it use C5.0 DT? And I've read that the DT operator on RapidMiner is their own implementation of C4.5, and the program uses Gain Ratio as a default criterion, which suggests that it really uses C4.5. Although, I'm not yet sure. Is this information correct?
Tagged:
0