this program explains the K_means cluster Algorithm. and also direct to the best k value
this program explains the K_means cluster Algorithm. and also direct to the best k value
k-subset+generation技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
this program explains the K_means cluster Algorithm. and also direct to the best k value
Statistical Pattern Recognition: A Review Anil K. Jain, Fellow, IEEE, Robert P.W. Duin, and Jianchang Mao, Senior Member...
针对工业测温控温存在的需求,介绍一种基于热电偶测温控制系统,系统包括温度数据采集及控制器两部分。温度数据采集由K型热电偶、K型热电偶串行模数转换器MAX6675组成,控制器由单片机进行数据处理,固态继电器进行通断控制。本文阐述了MAX667...
BCD20002芯片资料
The CD4027BC dual J-K flip-flops are monolithic complementaryMOS (CMOS) integrated circuits c
简单的 Discrete Event Simulator M/M/K/K queue 含Readme。 可在此基础上开发复杂的仿真程序 请用 tar -xzvf sim.tar.gz 解压
大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求...
K-MEANS算法: k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(...