改进的K-均值算法在岩相识别中的应用
K-均值算法是一种基于样本间相似性度量的间接聚类方法。本文研究和探索K-均值方法在岩相识别中的应用。在求样本间的距离时,采用马氏(Mahalanobis)距离代替欧氏距离。关键词:岩相识别;测
K-means+algorithm技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
K-均值算法是一种基于样本间相似性度量的间接聚类方法。本文研究和探索K-均值方法在岩相识别中的应用。在求样本间的距离时,采用马氏(Mahalanobis)距离代替欧氏距离。关键词:岩相识别;测
k元n树是一种用于大规模并行处理的高性能互联网络的拓扑结构。该文提出计算k元n树的2-终点可靠性的递归算法,其计算复杂度为O(n)。结合市场上网络元器件可靠性的实际情况,对k元n树的2-终点可靠性进行
迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot g...
该压缩包的内容为用C语言编写的K均值算法的源程序。K均值算法是用于数据分类的一种算法。
EM algorithm with a Rauch-Tung-Striebel smoother and an M step,内有说明
利用Partition-Ligation algorithm计算生物SNP的单倍型频率
This package implements a Kalman filter as described in the paper "A Statistical Algorithm for Estimating Speed from Si...
This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within ...
The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and ...
A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first ...