实现CART算法 Resources

Showing items tagged with "实现CART算法"

A MATLAB-based implementation of CART (Classification and Regression Trees) algorithm for pattern recognition tasks, supporting both classification and regression analysis. The package includes detailed documentation, sample routines, and code explanations covering key functions like tree building, node splitting using Gini impurity, and pruning techniques.

MATLAB 335 views Tagged