Matlab实现 Resources

Showing items tagged with "Matlab实现"

K-means clustering algorithm for data cluster analysis with applications such as key frame extraction. Implemented using MATLAB with code examples including centroid initialization and convergence criteria.

MATLAB 198 views Tagged

Medoid Shift is an unsupervised clustering algorithm, similar to k-means but applicable to broader fields. It can be used for image segmentation and other applications, with a MATLAB implementation provided. The source code offers insights into key functions like distance computation and medoid updating, making it accessible for researchers and developers.

MATLAB 191 views Tagged