Welcome![Sign In][Sign Up]
Location:
Search - K-means

Search list

[ADO-ODBCKMEANS

Description: k-means 动态聚类算法源程序 非常好用 高的效率-Dynamic k-means clustering algorithm is very useful source of high efficiency
Platform: | Size: 29696 | Author: 张红 | Hits:

[OtherUseMatlabandCtorealizeKmeans

Description: 这是一个用c和matlab编写的程序,用于实现k-means算法-This is a matlab with c and the preparation of the procedures used to implement k-means algorithm
Platform: | Size: 6144 | Author: 海天 | Hits:

[AI-NN-PRDataMining20070102

Description: DataMining软件(集成了关联规则、k-均值聚类、模糊聚类、k-中心点聚类四种算法) -DataMining software (integrated association rules, k-means clustering, fuzzy clustering, k-center clustering of four algorithms)
Platform: | Size: 137216 | Author: Jim | Hits:

[Database systemKMEANSII

Description: 神经网络中的K均值聚类算法II: 1.KMIn为输入数据文本,其中,第一个参数为所要聚类点个数,第二个参数为聚类点的维数,第三个参数为所要求聚类的个数 2.KM2OUT为经过K均值聚类算法II计算后得到的结果-Neural network in K-means clustering algorithm II: 1.KMIn input data for the text, of which the first parameter to be the number of clustering points, the second parameter is the dimension of clustering points, the third parameter for the clustering the number of requests for 2.KM2OUT after K-means clustering algorithm II calculation results
Platform: | Size: 277504 | Author: blue8202 | Hits:

[.netKmeans

Description: 在Visual C++.NET2003平台下实现聚类算法中的K-MEANS算法,对随机生成的点进行了聚类。使用单文档结构,并将聚类结果显示出来。-In the Visual C++. NET2003 platform clustering algorithm to achieve the K-MEANS algorithm, on randomly generated points in the cluster. Use a single document structure, and clustering results are displayed.
Platform: | Size: 63488 | Author: 杨维斌 | Hits:

[AlgorithmKMeansCSharp

Description: k均值聚类的c#版本,我从网上找到的c版本经改造而成-k-means clustering of the c# version, I found from the Internet version of the modified form c
Platform: | Size: 2048 | Author: 张恒敢 | Hits:

[Graph programK_average

Description: K均值聚类算法,matlab编写,很好用-K means clustering algorithm, matlab prepared very well with
Platform: | Size: 2048 | Author: 桂长青 | Hits:

[AI-NN-PRkmean

Description: 模式识别算法 k均值和感知器算法的具体实现实例-Pattern recognition algorithm for k-means algorithm and the perceptron realize specific examples
Platform: | Size: 177152 | Author: fengyuan | Hits:

[DocumentsyizhongK-meanssuanfadeshixian

Description: 自己花费整整两个星期写出来的关于数据挖掘K-means算法的论文,论文中详细的进行了论述并提出了改进后的算法以及对比欢迎下载-Of them have to spend a full two weeks to write out data mining on the K-means algorithm thesis paper discussed in detail and put forward an improved algorithm and welcome contrast to Download
Platform: | Size: 60416 | Author: zjz | Hits:

[AI-NN-PRK_MEANS

Description: 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 centers using the K-means algorithm. Output is directed to the screen.
Platform: | Size: 29696 | Author: | Hits:

[AI-NN-PRk-means

Description: kmeans 算法实现,有需要的下载下去,有问题大家一起讨论啊,-kmeans algorithm, there is a need to download it, there are issues to discuss U.S. ah,
Platform: | Size: 242688 | Author: 刘磊 | Hits:

[AI-NN-PRK_Means

Description: k-means是一种经典的聚类算法,这是用java实现k-means的源码,其中包括了测试数据文件-k-means is a classical clustering algorithm, which is used k-means realize java source code, including test data files
Platform: | Size: 4096 | Author: 尹哲 | Hits:

[MPIK-meanCluster

Description: How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. -How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
Platform: | Size: 2048 | Author: yangdi | Hits:

[matlabK_MEANS

Description: K-MEANS算法程序(MATLAB环境)-K-MEANS algorithm procedure (MATLAB environment)
Platform: | Size: 1024 | Author: liuwei | Hits:

[Windows DevelopKmean

Description: 利用数据挖掘知识和vb实现K-均值聚类分析,本程序提供了训练样本和测试样本, 经过训练正确率达70-76%-Knowledge and use of data mining vb achieve K-means clustering analysis, the procedures provided training samples and test samples, after training in the correct rate of 70-76
Platform: | Size: 31744 | Author: 111111 | Hits:

[AI-NN-PRwkmeans

Description: 加权k均值算法,或者称为加权C均值聚类算法-Weighted k-means algorithm, or as the weighted means clustering algorithm C
Platform: | Size: 1024 | Author: 忠波 | Hits:

[Mathimatics-Numerical algorithmsK-meansC++

Description: K——聚类算法的C++源码,摘抄的部分,供大家参考-K- clustering algorithm C++ Source, extract the parts for your reference
Platform: | Size: 2048 | Author: | Hits:

[Special EffectsKmeas

Description: 这是一个自己编的基于K均值聚类算法的图象分割软件,界面操作窗口化,很容易操作-This is an own-based K-means clustering algorithm for image segmentation software, the interface window of operation, it is easy to operate
Platform: | Size: 2249728 | Author: 王力 | Hits:

[AI-NN-PRMedoidshift

Description: 中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.-Center drift is a non-supervised clustering algorithm (k-means algorithm with the similar, but more a wider range of applications), can be used for image segmentation, based on the realization of the source Matlab. MedoidShift is a unsupervised clustering algorithm (similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.
Platform: | Size: 36864 | Author: 陈明 | Hits:

[AI-NN-PRnewkmeans.tar

Description: 基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.-Basic k-means clustering algorithm c++ Realization algorithm for understanding the process very helpful. Basic implementation of k-means algorithm with c++, It is very helpful to understand the procedure of k-means algorithm.
Platform: | Size: 4096 | Author: 陈明 | Hits:
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

CodeBus www.codebus.net