搜索资源列表
-
0下载:
K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
-
-
0下载:
K Means Algrithm it is in v c#.
-
-
0下载:
c语言编写的 C均值 聚类算法源程序,速度很快-c language source code of the C-means clustering algorithm, very fast
-
-
0下载:
采用模糊C均值对数据集完成聚类,并得到较好的结果-Using fuzzy C means clustering on the complete data set, and get better results
-
-
0下载:
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on division, and its thinking that it is making is divided into the same cluster of the bigge
-
-
0下载:
本算法在vc++6.0中进行实验。分别就分解聚类和C-均值聚类两种方法在IRIS数据集上进行操作。分类前先将数据集中的样本顺序打乱形成混合数据。分解聚类中,采用前100个样本用对分法编制程序将数据分为两类。C-均值聚类采用全部的150个样本,将类别参数K设为3,将数据分为三类。-The algorithm in vc++6.0 in the experiment. Separate cluster and decomposition of two C-means clustering metho
-
-
0下载:
C-均值聚类
BP神经网络信号分析与处理方法,对模拟产生的数据样本进行训-C-means clustering analysis and BP neural network signal processing method, the simulated data generated training samples
-
-
0下载:
classification de fuzzy c means clustering implmente en c++ ..
-
-
0下载:
模糊C均值聚类算法实现数据挖掘的matlab源代码-Fuzzy C-Means clustering algorithm for data mining matlab source code
-
-
0下载:
运用遗传优化算法优化模糊C均值聚类,通过全局自适应寻优,寻找出更为精确的模糊聚类中心-Using genetic optimization algorithm to optimize the fuzzy C-means clustering, global adaptive optimization to find a more precise fuzzy clustering center
-
-
0下载:
k-均值聚类算法C语言源码,k-均值聚类算法C语言源码-k-means clustering algorithm C language source code
-
-
0下载:
模糊C均值聚类算法,在C均值的基础上加入隶属度。-Fuzzy C-means clustering algorithm, on the basis of the C mean join the membership.
-
-
0下载:
FCMTHRESH Thresholding by 3-class fuzzy c-means clustering
[bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of
image IM using a 3-class fuzzy c-means clustering. It often works better
than Otsu s methold which outp
-
-
0下载:
FCM Data set clustering using fuzzy c-means clustering.
[CENTER, U, OBJ_FCN] = FCM(DATA, N_CLUSTER) finds N_CLUSTER number of
clusters in the data set DATA. DATA is size M-by-N, where M is the number of
data points and N is the number of coor
-
-
0下载:
采用MFC编程,进行c均值法聚类,比较简单明了,供大家参考。-MFC programming, c-means clustering, is relatively simple to understand, for your reference.
-
-
0下载:
将文本文件中数据按照C均值聚类算法进行聚类-The text file data according to C-means clustering algorithm for clustering
-
-
0下载:
fuzzy c-means clustering
-
-
0下载:
K-means聚类算法的简单实现,内有点集文件以后缀.dat文件形式保存,我将整个C++工程文件打包上传-Simple implementation of K-means clustering algorithm, the set of point file is saved in the form of .dat, I will upload the entire package C++ project file
-
-
0下载:
模糊C均值聚类算法 可直接运行-Fuzzy C-means clustering algorithm can be run directly. . .
-
-
1下载:
该算法引入遗传算法对模糊c均值算法进行改进,并在iris数据集中进行实验验证,得到很高的正确率。-The algorithm genetic algorithm fuzzy c-means algorithm is improved, and focus on experiments in the iris data to obtain a high accuracy.
-