搜索资源列表
fk-means
- 数据挖掘中模糊k均值算法,matlab工具编写。-data mining fuzzy k-means algorithm, Matlab tool for the preparation.
K-means
- 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现。-k-means
dsisoftv3
- :DSISoft是由加拿大地质调查局发布的用于垂直地震剖面(VSP)数据处理的免费软件包,其在MATLAB5.0或更高版本下运行。该软件包含有不同标准地震数据的读写、编辑、排序、滤波和其他标准的处理模块。利用MATLAB 图形用户界面编辑器可设计出具有地震剖面显示、频谱分析、F—K滤波、道头信息绘制等功能的交互界面。-DSISoft is published by the Geological Survey of Canada for use in vertical seismic profil
k-MeansJava
- k-Means算法Java实现 数据挖掘中经典的Kmeans算法设计与实现-k-Means Algorithm for Data Mining Java implementation of the classic algorithm design and implementation Kmeans
sujuwajue
- 数据挖掘考试准备的算法源码,包含Aporio算法,K均值算法,层次分类算法,内含有使用说明,经过考试和实验通过。-Examination of data mining algorithms to prepare the source, including Aporio algorithm, K-means algorithm, hierarchical classification algorithm, after the adoption of examination and experime
k
- k平均聚类所谓k均值聚类方法是一种无监督的学习算法,它能用已知类数的数据聚类和预测。-k-average clustter
K-means
- k-means 算法的实现,提供数据,且能够顺畅运行-K-means,method,which is a famous method to cluster data. This package also give you the data to do experiment. It can run frequently
k-means
- k-means算法实现WEB搜索,用模拟退火,对K-means聚类算法进行数据挖掘-k-means algorithm WEB search
K-MEANS
- 数据挖掘,K-means源码,数据集为iris-Data mining, K-means source code for the iris data set
1
- k均值算法,用matlab实现的,数据挖掘-k-means
K-Means
- K-means 算法的一种C# 实现,数据挖掘聚类算法-K-MEANS ALGORITHM
k-means-algorithm-
- 在matlab开发环境下用k均值算法实现数据的分类,以及得到数据的聚类中心- realizingthe data classification With k-means algorithm
K-means
- k-means算法K-MEANS算法是输入聚类个数k,以及包含 n个数据对象的数据库,输出满足方差最小标准的k个聚类-k-means data
k-means
- 数据挖掘,k类聚算法,C++实现的-k-means algorithm
K-Means
- K-Means算法matlab实现,使用自己生成的数据文本-K-Means Alogrithm
k-means
- k-means分类测试,通过自己建造数据集测试分类方法使用效果-K- means classification test, by building their test data set classification method using effect
K-means
- 经典的K均值聚类,源码加利用三维高斯简单数据的实现对三类数据的聚类-Achieve the effect of classical K-means clustering, plus simple data
k-means
- k均值聚类算法,模式识别大作业,适用于数据挖掘学习-k-means clustering algorithm, pattern recognition big job learning for data mining
k-means.py
- k-means算法的python直接通过word2vec生成的向量空间数据放入,可直接获得所需要的聚类结果。可以自己设定输出的类别数目。-K-means algorithm directly into the vector space data generated by word2vec, you can directly obtain the desired clustering results. You can set the number of output categories.
K-means
- 在里面的的是一些关于k-means的东西,用的mnist数据(I try the Mnits data and use K-means to doing the clustering)