当前位置:
首页 资源下载
搜索资源 - K-means implementation
搜索资源列表
-
0下载:
利用Java实现的K-均值算法,K-Mean 分群法是一种分割式分群方法,其主要目标是要在大量高纬的资料点中找出 具有代表性的资料点;这些资料点可以称为群中心,代表点;然后再根据这些群中心,进行后续的处理,可用于数据挖掘中的聚类分析-Java implementation using K-means algorithm, K-Mean grouping method is a fragmented grouping method, whose main goal is to a large nu
-
-
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下载:
java实现的k-means算法,具有可视化界面,可以作为数据挖掘的作业处理。-java implementation of the k-means algorithm with a visual interface that can handle a data mining operation.
-
-
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 Clustering implementation
-
-
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下载:
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.)
-