Skip to content

sudarsun/c48

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c48

C++ implementation of J4.8 algorithm

c48

SOURCE:

-train - fileStem.names|fileStem.data

-test - fileStem.test (optional)

FLAG:

-D - To dump tree structure for classification

-U - To use unpruned tree

-R - To use reduced error pruning

-S - Don't perform subtree raising

-L - Do not clean up after the tree has been built

-A - Laplace smoothing for predicted probabilities

OPTIONS:

-C - Set confidence threshold for pruning (default .25)

-M - Set minimum number of instances per leaf (default 2)

-N - Set number of folds for reduced error pruning. One fold is used as pruning set (default 3)

About

C++ implementation of J4.8 algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published