Implementation of CART Algorithm in MATLAB
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.