m-k
探索m-k技术的无限可能,这里汇集了3425个精选资源,涵盖从基础理论到高级应用的全方位内容。m-k技术以其在信号处理、通信系统及自动化控制等领域的卓越表现而闻名,是现代电子工程不可或缺的一部分。无论您是初学者还是资深工程师,都能在这里找到宝贵的学习资料和技术文档。立即访问,享受免费下载,开启您的专...
资源总数
500
m-k 热门资料
查看全部 500 份 →k-means(欧氏距离)聚类算法是最基本的聚类算法
k-means(欧氏距离)聚类算法是最基本的聚类算法,是理解和应用聚类算法的基础,通过k-means(欧氏距离)聚类算法我们才可以初步了解数据挖掘的原理。
2017-07-01
140
It s the kNN or else named k-Nearest Neabours algorythm, realized by the tools of Visual Studio deve
It s the kNN or else named k-Nearest Neabours algorythm, realized by the tools of Visual Studio developer system.
2014-01-20
177
#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n)
#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i<=n i+...
2017-09-17
98