搜索资源列表
kmeans-output-result-document
- Kmeans algorithm in C++,output a result.txt containing clustering result.-Kmeans algorithm in C, output a result.txt containing clustering res ult.
k-means c++源码
- 社团结构划分中 k-means算法 C++源码
KMEANS
- C++版本的kmeans算法,可以实现任意维度,任意数量的聚类,输出信息非常完整。-C++ version of the kmeans algorithm can achieve any dimension, any number of clustering, the output information is complete.
Kmeans
- 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
KMEANS
- K-Means动态聚类算法源程序 在数据挖掘中的应用-K-Means dynamic algorithm source data mining application
KMEANS
- 基于c++的k-means聚类分析算法,实用性很强-Cluster analysis algorithm
Kmeans
- 使用C语言实现kmeans算法,K=3。-Kmeans algorithm using the C language implementation, K = 3.
kmeans
- kmeans.c from opencv
kmeans
- 这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
KMEANS
- 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
kmeans
- C# 聚类k-means 建立tf*idf的聚类过程-C# cluster for every one
KMEANS
- k-means C++ 源代码, 修正原来的错误, 增加的新功能 1、用vector实现其存储 2、直接在程序中读取数据集 3、结果可以保存到文件中 4、用户可以输入聚类个数 5、初始聚类中心随机选择(代码自动随机)-k-means C++ source code, fixes the original error, the increase in new features 1, 2, with the vector to achieve its store dire
KMEANS
- k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
kmeans
- function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers
kmeans--C---
- 这是kmeans算法的c语言实现,区分c-Kmeans algorithm c language, distinguish c++
KMeans
- kmeans的算法,利用欧氏距离来算,c-kmeans c++
Kmeans图像分类C++代码
- Kmeans图像分类C++代码,直接把输入图像的路径修改一下即可使用!!!(Kmeans image classification C++ code)
Kmeans
- 采用C#语言完成了Kmeans 聚类算法的聚类过程。(The clustering process of Kmeans clustering algorithm is completed by C# language.)
kmeans
- C#实现Kmeans聚类算法,同时解决了C#里面深度复制的问题,对占比少于一定比例的类剔除(C# for Kmeans algorithm)
KMEANS
- C++编程实现数据挖掘中的聚类分析 使用K均值算法(C++ programming to achieve data mining clustering analysis using k-means algorithm)