模式识别 Resources

Showing items tagged with "模式识别"

In pattern recognition applications, this MATLAB implementation demonstrates feature selection using the branch-and-bound algorithm, specifically selecting two optimal features from a pool of six features with efficient search space pruning.

MATLAB 211 views Tagged

PCA dimensionality reduction implementation for pattern recognition, focusing on input data structure and parameter configuration. The data parameter accepts a matrix where each row represents a sample, while the option parameter specifies the target dimensionality for reduction.

MATLAB 226 views Tagged