决策树算法 Resources

Showing items tagged with "决策树算法"

C4.5 Decision Tree Algorithm Source Code. C4.5 is a classic algorithm in the decision tree domain, with academic book citations exceeding 10,000 times. Implementation includes key components like information gain ratio calculation, tree pruning mechanisms, and support for handling both continuous and discrete attributes.

MATLAB 201 views Tagged