KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The point at which a local minimum is achieved is returned as CENTRES.
资源简介:KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the CENTRES of a cluster model. The matrix DATA represents the data which is being clustered, with each row correspond...
上传时间: 2014-01-07
上传用户:zhouli
资源简介:a simple PC Dos program for getting DEX data out of the Vending Machine s DEX port. compile under Borland C++ 3.1
上传时间: 2016-12-04
上传用户:独孤求源
资源简介:K-MEANS聚类算法,以及PSO和QPSO算法改进K-MEANS算法,breastcancer数据验证了该分类模型的有效性
上传时间: 2016-08-11
上传用户:奇奇奔奔
资源简介:这是针对一维K-means算法的实现,如果想针对多维的k-means算法流程一样,你只要设计一个多维数据点的数据结构就可以了
上传时间: 2013-12-27
上传用户:Thuan
资源简介::将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相...
上传时间: 2017-08-18
上传用户:banyou
资源简介:KMEANS算法实现 a simple k-means clustering routine. returns the cluster labels of the data points in an array.
上传时间: 2013-12-28
上传用户:一诺88
资源简介:a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
上传时间: 2014-12-02
上传用户:q123321
资源简介:This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers ...
上传时间: 2014-01-27
上传用户:maizezhen
资源简介:This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster ce...
上传时间: 2014-01-15
上传用户:woshini123456
资源简介:Scalable k-means software and test datasets This package (a Unix tar file, gzipped) contains the source code for the software that was used to run the experiments for the article
上传时间: 2015-04-05
上传用户:康郎
资源简介:VC k-means聚类算法源码。KMEANS是一种常用的分割算法,简单而又高效
上传时间: 2015-08-24
上传用户:tianyi223
资源简介:k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given ...
上传时间: 2016-04-07
上传用户:shawvi
资源简介:this is a very good code for k means clustering. works quite fast. can download for school assignments.
上传时间: 2017-06-02
上传用户:baitouyu
资源简介:The mathematic method K-Means with delphi, a smaal essay, with graphic representation....
上传时间: 2017-06-19
上传用户:来茴
资源简介:fuzzy k-means algorithm for cluster
上传时间: 2017-07-24
上传用户:windwolf2000
资源简介:A good review of the k-means algorithm
上传时间: 2014-01-11
上传用户:xinyuzhiqiwuwu
资源简介:中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can...
上传时间: 2016-03-28
上传用户:wab1981
资源简介:·用VC编写的基于K-means的车牌识别程序
上传时间: 2013-08-06
上传用户:liuchee
资源简介:数据挖掘中k-means聚类算法的实现源代码
上传时间: 2013-12-21
上传用户:as275944189
资源简介:動態聚類k-means演算 將輸入在程式中的數據資料 給予適當的分群
上传时间: 2015-03-16
上传用户:离殇
资源简介:系统聚类算法K-means 属于聚类分析中一种基本的划分方法,常采用误差平方和准则函数作为聚类准则,该算法在处理大数据集时是相对可伸缩且高效率的,同时具有潜在的数据并行性。但是这种算法依赖于初始值的选择以及数据的输入顺序;此外,当运用误差平方和准则...
上传时间: 2015-03-25
上传用户:zhuoying119
资源简介:k-means算法(matlab编写),其中包含测试数据集,可以使用.
上传时间: 2014-01-12
上传用户:ddddddos
资源简介:这次上传的代码是关于K-means clusters的代码,希望能对大家有用。
上传时间: 2013-12-15
上传用户:lindor
资源简介:分类聚合算法k-means的实现,用matlab
上传时间: 2015-04-18
上传用户:225588
资源简介:k-means分群法,繁体中文版。以javascript写成,网页上即可执行。自动产出结果。
上传时间: 2015-04-25
上传用户:希酱大魔王
资源简介:The I2C Memory Model is a generic Proteus VSM model designed to model the timing and functionality of I2C memory devices from a wide range of manufacturers.
上传时间: 2015-04-25
上传用户:Divine
资源简介:K-means一个用C++实现的聚类算法
上传时间: 2015-04-26
上传用户:talenthn
资源简介:数据挖掘中的一个聚类算法k-means。
上传时间: 2015-04-28
上传用户:zhliu007
资源简介:K-Means是聚类分析中重要的一种方法,此源码是K-Means聚类分析的C语言实现。
上传时间: 2013-12-23
上传用户:zhoujunzhen
资源简介:K-means algoritnm implemented with java
上传时间: 2013-12-28
上传用户:xuanchangri