搜索资源列表
kmeans
- k均值聚类方法。 在给定一个有n个对象的数据集,划分聚类技术将构造数据进行k个划分,每一个划分代表一个簇,k小于等于n。-k-means clustering method. Given a set of n objects data, dividing the data clustering techniques to construct k partitions, each partition represents a cluster, k less than or equal n.
kmeans
- k-means算法是文本聚类经典算法,也是数据挖掘十大经典算法之一。k-means算法Java实现。-k-means algorithm is a classical algorithm text clustering, data mining is one of the ten classic algorithms. k-means algorithm is implemented in Java.
Kmeans2_k2
- 对给定的一组数据点采用k均值进行划分,并用散点图表示了出来-A set of data points in a given using k-means partition, and a scatter diagram
k-means
- K均值算法,将数据矩阵命名为data,设置聚类簇个数k,可对多维数据进行聚类。-K mean algorithm, the data matrix is named data, set the number of clusters K, can be used to cluster the multi-dimensional data.
Desktop
- K均值聚类算法,对风电机组功率数据进行聚类分析,包括详细的程序说明。 只要把这两个文件放入一个空文件夹下,在MATLAB中执行m文件,就可得到聚类结果。-K-means clustering algorithm, the wind turbine power data clustering analysis, including a detailed descr iption of the procedures. As long as these two files into an empt
kernel-kmeans
- 实现kernel k-means 聚类,可以处理非线性数据-Implement kernel k-means clustering, can handle nonlinear data
xin-k-means
- 此程序中直接是关于具体数据的聚类划分,直接给出相应的数据。-This program is directly of clustering on specific data directly gives the corresponding data
K-means
- K-means算法,一种聚类方法,其每个类别均用该类中所有数据的平均值(或加权平均值)来表-K-means Algorithm
k--means-
- k-means算法的解释,采用txt中的数据进行分类-explanation of k-means algorithm, using the data in the classification txt
dimensionality-reduction-and-k-means
- 1.使用k-svd对数据进行稀疏表示,降维 2.使用k-means对上述数据聚类-1.use k-svd to reduce the dimensions of data 2.clster the data by k-means
K-Means
- matlab kmeans 程序说明与数据源代码-matlab kmeans source
k-means-by-LR
- 标准的数据挖掘聚类算法 k均值聚类 k-means聚类 严格按照标准算法执行 简单高效-Standard data mining clustering algorithm k-means clustering In strict accordance with the standard algorithm is simple and efficient execution
K-Means-master
- 模糊C均值聚类算法的PYTHON实现,在UCI的IRIS数据集上实现-Fuzzy C-means clustering algorithm PYTHON realization, implemented on UCI s IRIS data set
K-MEANS
- k-means聚类算法 用C++实现 聚类采用数据为二维数据 保存在当前目录下的data.txt文件中-K-means clustering algorithm C++ implementation
k-means
- java实现kmeans算法,方便数据挖掘相关人员更直观了解整个算法的思想及实现过程-java achieve kmeans algorithm to facilitate data relevant personnel more intuitive understanding of the whole idea of mining algorithms and implementation process
k-means
- 简单实现聚类算法中的经典k-menans算法,实现数据是二维数据- U7B80 u5B5 u5B9 u7B0 u803A u7R09 u7B09 u7B09
遗传k-means
- 数据挖掘经典算法,遗传算法与K_means算法结合(Data mining classic algorithm)
zolam
- KMEANS Trains a k means cluster model CENTRES KMEANS(CENTRES,()
cbindynbremlection
- K-Means动态聚类算法源程序c++()
k-means-for-iris
- 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)