Matlab实现 Resources

Showing items tagged with "Matlab实现"

This is a MATLAB implementation of the C4.5 algorithm featuring efficient decision tree construction with information gain ratio calculations and pruning techniques. The code includes functionalities for handling both discrete and continuous attributes, making it suitable for various classification tasks.

MATLAB 190 views Tagged

MATLAB implementation of adaptive dynamic threshold segmentation, example usage: i = imread('xxx'); thresh_tool(i). This implementation features automatic threshold adjustment based on image characteristics for improved segmentation results.

MATLAB 255 views Tagged