KDnuggets : News : 2000 : n03 : item6

Software

Previous | item6 | Next


Date: Sat, 29 Jan 2000 14:49:26 +0100
From: Salvatore Ruggieri ruggieri@di.unipi.it
Subject: Submission: Efficient C4.5

The EC4.5 System

We have implemented a more efficient version of the algorithm, called
EC4.5, that improves on C4.5 by adopting
the best among three strategies at each node construction. The first
strategy uses a binary search of thresholds instead
of the linear search of C4.5. The second strategy adopts a counting
sort method instead of the quicksort of C4.5. The third
strategy uses a main-memory version of the RainForest algorithm for
constructing decision trees. Our implementation
computes the same decision trees as C4.5 with a performance gain of
up to 5 times.

Patches from C4.5 release 8 to EC4.5 are freely available on request

Previous | item6 | Next


KDnuggets : News : 2000 : n03 : item6

Copyright © 2000 KDnuggets. Subscribe to KDnuggets News!