数据 Resources

Showing items tagged with "数据"

k-means Outlier Removal Method: Primarily employs clustering mean approach to eliminate outliers from data, enhancing model prediction accuracy. This article provides MATLAB implementation code with cluster center analysis and distance-based outlier detection mechanisms.

MATLAB 212 views Tagged

MATLAB implementation of sliding window detection for small targets in Gaussian noise environments. The dataset contains 1000 data points with a window size of 30, shifting one point per iteration. The algorithm squares each of the 30 data points within the window, sums them up, and divides by the window size. Experimental results demonstrate effective radar target signal detection. Key implementation involves using moving window functions and power calculation methods.

MATLAB 326 views Tagged

Fully functional MATLAB implementation of Ant Colony Optimization algorithm including complete source code, detailed documentation, pre-configured simulation data and parameter values. This serves as an excellent educational resource for understanding and applying ACO algorithms.

MATLAB 235 views Tagged