搜索资源列表
-
1下载:
实现数据挖掘的几个算法,包括模糊聚类,K均值,以及K近邻等聚类算法-Some of the implementation of data mining algorithms, including fuzzy clustering, K-means, as well as neighbors, such as clustering algorithm K
-
-
1下载:
K-MEANS算法Matlab实现方法,试过,能用,简单易读-K-MEANS algorithm Matlab implementation methods, tried, use, easy accessibility
-
-
0下载:
实现了K均值算法,可以对movielens上的数据进行自动分类,给出推荐值,是数据挖掘中的信息推介必要的算法工具。可以直接对movelens的数据进行聚类-Implementation of the K-means algorithm, can movielens on automatic classification of data, recommend give the value of data mining are to promote the necessary information
-
-
0下载:
the C++ implementation of k-means for clustering
-
-
1下载:
Cint(C/C++ interpreter, C-int)是一个C++解释器,顾名思义,和GCC、VC等编译器不同,它是解释执行C++代码的。它具有的能力有:
支持 K&R-C, ANSI-C, ANSI-C++
可处理大规模C/C++源码
动态C++
内置的Debugger和Class Browser
Cint可以在不少操作系统上工作
-Cint (C/C++ interpreter, C-int) is a C++ interpreter, by definit
-
-
1下载:
聚类方法中的K-means实现,用matlab语言实现的聚类-Clustering of K-means implementation of the cluster with matlab language
-
-
0下载:
基于K-Means的纹理图像分割,利用k-means方法实现对于纹理的图像分割-K-Means-based texture image segmentation using the k-means method implementation for texture image segmentation
-
-
0下载:
实现了k-means极其改良算法,提高了聚类的精度。内附详细文字说明及源代码,配有图形界面演示。-The implementation of k-means algorithm and its plus.Improve the accuration of clustering.The document and source are both added.
-
-
0下载:
k-means MPI implementation for sparse matrixes
-
-
0下载:
k-means算法的c++实现,写的比较不错,传上来加加分-k-means algorithm c++ implementation, written in relatively good transfer points up Gaga
-
-
0下载:
基于c++对模式识别中K均值算法进行实现,可以读取不同波段数,并且实现对地物的分类效果。代码简单易行。-K-means algorithm in pattern recognition based on the c++ implementation, can read the band number and classification of surface features. The code is simple.
-
-
0下载:
K-means分类器,java实现,可以自己设定类别数目。已做成jar-K-means classifier, java implementation, you can set the number of categories. Has made jar
-
-
0下载:
java实现的K-means聚类算法,结合swing,带有界面功能,操作简单直观-java implementation of K-means clustering algorithm, combined with the swing, with interface features simple, intuitive operation
-
-
0下载:
simple k-means implementation with Persian comments
-
-
0下载:
用matlab实现k均值算法,不用库函数(Implementation of K mean algorithm)
-
-
0下载:
k-means以空间中k个点为中心进行聚类,对最靠近他们的对象归类
c++实现代码(C++ implementation code of k-means)
-
-
0下载:
K-means的简单实现,期中例子是实现了几组,程序简单,缺陷比较明显(Simple implementation of K-means)
-
-
0下载:
just a silly k-means implementation in MATLAB.
简单的用MATLAB实现的kmeans算法(just a silly k-means implementation in MATLAB.)
-
-
5下载:
k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)
-
-
0下载:
通过python实现了k-means分类。(The python implementation of the K-means classification.)
-