This page contains the complete material related to "J48Consolidated: An implementation of CTC for WEKA".
Documentation:
A technical report with a brief introduction to the J48Consolidated package, an implementation of CTC algorithm for WEKA, can be found in:
Source code:
The source code of the six classes that implement the J48Consolidated classifier (on stable-3-6-8 version of Weka) can be found in (also included in Appendix 1 in the above document):
In order to complete the whole source code of the implementation, download Weka source code from http://www.cs.waikato.ac.nz/ml/weka/downloading.html.
Executable file:
The executable file in Weka is a .jar file. The file with the current J48Consolidated implementation included in the stable-3-6-8 version of Weka can be found in:
To run Weka type:
java -Xmx1000M -jar Weka-CTC.jar
(see http://www.cs.waikato.ac.nz/ml/weka/downloading.html for more information)
Last modification: 2013/03/12