搜索资源列表
-
0下载:
K-means一个用C++实现的聚类算法
-K-C means to achieve a clustering algorithm
-
-
0下载:
该软件是基于C均值算法的聚类软件,能对数值型数据集进行合理的聚类。-The software is based on the C - Means clustering algorithm software, capable of numerical data sets reasonable clustering.
-
-
0下载:
经典cure聚类算法,实现用c++语言.大家-classic cure clustering algorithm, and using the c language. We look at
-
-
0下载:
C++版本的kmeans算法,可以实现任意维度,任意数量的聚类,输出信息非常完整。-C++ version of the kmeans algorithm can achieve any dimension, any number of clustering, the output information is complete.
-
-
0下载:
K-Means Clustering Algorithm implemented in C
-
-
0下载:
这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
-
-
0下载:
k-means聚类算法的C++实现程序,简单好理解。-k-means clustering algorithm to achieve C++ program, a simple easy to understand.
-
-
0下载:
熟悉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. Dyn
-
-
0下载:
fcm模糊C均值聚类算法的详细程序及其解释,程序可以运行-fcm detailed procedures and their interpretation of fuzzy C-means clustering algorithm, the program can run
-
-
0下载:
KMEAN C#
In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data sp
-
-
0下载:
一种高效的聚类算法给定要聚类的N的对象以及N*N的距离矩阵(或者是相似性矩阵), 层次式聚类方法的基本步骤(参看S.C. Johnson in 1967)-An efficient clustering algorithm given the object of the clustering N and N* N matrix of distances (or similarity matrix), the basic steps of the hierarchical clustering m
-
-
0下载:
K-MEANS算法,聚类数值分析,C++源代码,值得学习。-K-MEANS algorithm, clustering the numerical analysis C++ source code, it is worth learning.
-
-
0下载:
模糊C均值聚类,实现数据聚类算法!来源于网络,经过修改,可用于数据聚类!-Fuzzy C-Means clustering, data clustering algorithm! From the network, without modification, can be used for data clustering!
-
-
0下载:
聚类算法中的C均值聚类算法,课自己设定数值和分类数,输出聚类结果-Clustering algorithm C-means clustering algorithm, set their own values and lessons classification number, the output clustering results
-
-
0下载:
基于MFC框架实现了C均值聚类算法,感知器训练。-Based on the MFC framework implements the c-means clustering algorithm, perceptron training.
-
-
0下载:
C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29111
-
-
0下载:
In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing M
-
-
0下载:
模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means algorithm (FCMA) or FCM. Among many fuzzy clustering algorithms, the fuzzy C-means (FCM) algor
-