K Resources

Showing items tagged with "K"

Input parameter list for Ant Colony Optimization dynamic pathfinding algorithm: G (terrain map as binary matrix where 1 represents obstacles), Tau (initial pheromone matrix considering residual pheromones from previous foraging activities), K (number of iterations representing how many ant waves are dispatched), M (number of ants per wave), S (starting point for shortest path), E (ending point/destination for shortest path)

MATLAB 281 views Tagged

The spherical k-means algorithm is an effective clustering technique that partitions datasets into spherical clusters, preserving data characteristics while grouping similar elements

MATLAB 204 views Tagged

A custom MATLAB program that computes linear regression parameters (slope k and intercept b) from given x and y coordinate datasets. The implementation utilizes matrix operations and linear algebra principles for accurate results.

MATLAB 212 views Tagged