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

Search list

[matlabC-mean

Description: 模糊C均值算法的m文件带自己的解释,希望能给大家一点学习上的帮助。 -fuzzy c-means algorithm m document with its own interpretation, in the hope of giving the public a little bit of learning assistance.
Platform: | Size: 13312 | Author: 孙李娜 | Hits:

[Algorithmc-jun

Description: 模式识别的聚类方法:C-均值算法,求得不同的分类-Pattern Recognition Clustering Method: C-means algorithm to obtain the classification of different
Platform: | Size: 1024 | Author: mushi | Hits:

[AI-NN-PRcmeans

Description: 人工智能中比较经典的c-means算法的实现。在MATLAB中,数据使用矩阵存储比vc中好实现!-Comparison of artificial intelligence in the classic c-means algorithm. In MATLAB, the use of data storage than the vc matrix of the realization of good!
Platform: | Size: 1024 | Author: yue yao jia | Hits:

[AI-NN-PRwfcm

Description: Weight Fuzzy C-means Algorithm Based on 1D histgram
Platform: | Size: 1024 | Author: wu si | Hits:

[AI-NN-PRc-means+isodata

Description: C均值算法,ISODATA算法综合,属于模式识别-C means algorithm, ISODATA algorithm synthesis, belonging to pattern recognition
Platform: | Size: 398336 | Author: 廖君华 | Hits:

[AI-NN-PRc-mean

Description: 该算法能实现 模式识别中的C均值算法,开发环境为VC++6.0-The pattern recognition algorithm can realize the C-means algorithm development environment for VC++ 6.0
Platform: | Size: 1024 | Author: 潘水洋 | Hits:

[AI-NN-PRk-means

Description: 这是K均值算法,采用c语言编写,K的取值为2,大家可以改变K的值来进行测试-This is the K-means algorithm, using c language, K value of 2, we can change the value of K for testing
Platform: | Size: 320512 | Author: Gang Li | Hits:

[JSP/JavaNewFCM

Description: 利用java写的快速模糊C均值算法,用与图像分割,聚类等领域。-Using java to write fast fuzzy C-means algorithm using image segmentation, clustering and other fields.
Platform: | Size: 3072 | Author: huangyu | Hits:

[Special EffectsFCM

Description: 模糊C均值算法的基本介绍,英文,但是解释的较好。-Fuzzy C-means algorithm is the basic introduction, English, but a better explanation.
Platform: | Size: 330752 | Author: 马宝秋 | Hits:

[AI-NN-PRc-mean

Description: C-means 算法,模式识别中常用到的C均值聚类算法,使用VC开发,版权归开发者所有-C-means algorithm, pattern recognition used in the C-means clustering algorithm, the use of VC development, belongs to all developers
Platform: | Size: 578560 | Author: 门昌骞 | Hits:

[Special EffectsFCM_Cluster

Description: FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition.
Platform: | Size: 368640 | Author: Alpha | Hits:

[Windows Developsegment

Description: FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
Platform: | Size: 1713152 | Author: zhourl | Hits:

[matlabC-means

Description: 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into three categories.
Platform: | Size: 3072 | Author: liz | Hits:

[matlabCmeansalgorithmmatlabprocessprocedures

Description: C均值法的程序算法matlab 程序,本程序用MATLAB实现了聚类分析的功能,保存tex文件中,无数据-C-means algorithm matlab process procedures, the procedures used MATLAB implementation of the cluster analysis function, preservation of tex file, no data
Platform: | Size: 1024 | Author: 郭子中 | Hits:

[AI-NN-PRC-means-clustering

Description: C均值算法是一种很好的动态聚类算法,在实际中具有很高的应用价值。-C means algorithm is a good dynamic clustering algorithm, in practice has a high application value.
Platform: | Size: 1024 | Author: 赵兴旺 | Hits:

[Algorithmc-means-algorithm

Description: 熟悉c均值算法,通过程序语言实现该算法,比较每个聚类的初始均值不同时,算法结果的差别。理解动态聚类算法的算法思想-Familiar with the c means algorithm, the algorithm realized by programming language, compare the initial mean of each cluster is not the same time, the difference between algorithm results. Dynamic Clustering Algorithm and understand the thinking of
Platform: | Size: 24576 | Author: yshg | Hits:

[matlabc-means-algorithm

Description: c均值算法的实现,使用c均值算法对一组三位数据进行聚类,给出了测试的类别数目和初始值。-c-means algorithm, using the c-means algorithm on a set of three data clustering, given the number of categories and initial value of the test.
Platform: | Size: 2048 | Author: 苏瑞文 | Hits:

[AI-NN-PRfuzzy-c-means-algorithm

Description: 模式识别中的模糊c均值算法,详细易懂,适合于用于matlab模式识别编程参考-Pattern recognition, fuzzy c-means algorithm, detailed and easy to understand
Platform: | Size: 2048 | Author: liuhui | Hits:

[matlabc-means-algorithm

Description: C均值算法的实现,这是我正在学习的C均值算法的实习代码,分享给大家,不当之处,欢迎指正-C-means algorithm, which I am learning C-means algorithm internship code for everyone to share, inappropriate, please correct me
Platform: | Size: 1024 | Author: lumin | Hits:

[matlabFuzzy c-means algorithm

Description: 用模糊C均值聚类算法完成对输入数据的聚类。(Clustering using fuzzy C means clustering algorithm)
Platform: | Size: 1024 | Author: 竹奕 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net