说明:Kmeans+PSO算法,处理IRIS数据集,输出fitness function的值,和粒子变化的动态图像,亲测可行。-Kmeans based PSO algorithms, dealing with classic dataset iris. the output is the value of fitness function, and the dynamic plot of the change of particle pos <蛐蛐> 在 2024-11-14 上传
| 大小:3kb | 下载:0
说明:DBSCAN算法的C++实现,方便大家对DBSCAN算法的理解和实现-Realization of DBSCAN C++ to facilitate understanding and implementation of algorithms for DBSCAN <程东东> 在 2024-11-14 上传
| 大小:3kb | 下载:0
说明:模式识别中的k近邻算法,经过测试,运行结果很好。
最小距离分类器 : 它将各类训练样本划分成若干子类,并在 每个子类中确定代表点 。测试样本的类别则以其与这些代表点距离最近作决策。该方法的缺点是所选择的代表点并不一定能很好地代表各类,其后果将使错误率增加。(The k nearest neighbor algorithm in pattern recognition has been tested and the result is <doudou854> 在 2024-11-14 上传
| 大小:4kb | 下载:0