Matlab实现 Resources

Showing items tagged with "Matlab实现"

MATLAB implementation for model-based clustering algorithms that processes complete MB clustering on given datasets. This implementation supports four fundamental model configurations with unequal unknown priors, employing Bayesian Information Criterion (BIC) for optimal model selection. The algorithm evaluates multiple Gaussian mixture models through Expectation-Maximization (EM) iterations and returns the BESTMODEL corresponding to the highest BIC score.

MATLAB 180 views Tagged

This MATLAB implementation of the Loop subdivision algorithm (surface subdivision) has been successfully tested and features a straightforward algorithmic approach. The code serves as an educational resource for learning and technical exchange, demonstrating key concepts of mesh refinement through triangle splitting operations.

MATLAB 213 views Tagged