CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - clustering algorithm

搜索资源列表

  1. k均值聚类算法分析

    1下载:
  2. k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-07-01
    • 文件大小:30.28kb
    • 提供者:chu na
  1. enclus.tar

    1下载:
  2. 聚类算法Enclus的源程序,是一种基于网格的方法-clustering algorithm Enclus source, is a grid-based approach
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:71.15kb
    • 提供者:
  1. jj

    0下载:
  2. 这个程序是实现了一个聚类CMI算法,对给定一个数据集,按要求将其划分为 三个类,并计算其分类的效率,并给出一定的结果比较及输出-This procedure is to achieve a CMI clustering algorithm, given a data set, in accordance with the requirements will be divided into three categories, and calculate the efficiency of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:zhangzhengjiang
  1. engdemo

    0下载:
  2. the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.67kb
    • 提供者:jntu
  1. k

    0下载:
  2. k均值聚类算法源码,比较经典,无解压密码-k means clustering algorithm source code, more classic, without extracting passwords
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:黄永
  1. DBSCAN

    0下载:
  2. 数据挖掘中聚类算发中基于密度的算法DBSCAN-Hair count data mining clustering algorithm DBSCAN density-based
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.83kb
    • 提供者:王有为
  1. K-means

    1下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。这是一本介绍K-means算法的英文书籍 -K-means algorithm is very typical distance-based clustering algorithm, using distance as the similarity evaluation, that the closer the two objects, the greater the s
  3. 所属分类:Data structs

    • 发布日期:2015-05-17
    • 文件大小:761kb
    • 提供者:
  1. k-means.zip

    0下载:
  2. K值聚类算法的c语言源程序,很容易理解,有待进一步改进,The K value clustering algorithm c language source code, it is easy to understand, needs to be further improved
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:689.91kb
    • 提供者:时丹
  1. ID3

    0下载:
  2. 数据挖掘中的ID3聚类算法,是比较经典的聚类算法之一。-ID3 clustering algorithm in data mining is one of the classic clustering algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1.77kb
    • 提供者:周小波
  1. kmeans

    0下载:
  2. 数据挖掘中的聚类算法,为k均值算法,算比较经典的算法-Clustering algorithm in data mining, considered a classic algorithm for k-means algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:853byte
    • 提供者:周小波
  1. beyes

    0下载:
  2. 数据挖掘中的聚类算法,为朴素贝叶斯算法,算比较经典的算法-Clustering algorithm in data mining, Naive Bayes algorithm, considered classic algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:991byte
    • 提供者:周小波
  1. Skin-disease

    0下载:
  2. 基于聚类算法的皮肤病实例,利用k均值算法对皮肤病进行聚类-Based clustering algorithm skin instance using the k-means algorithm clustering of skin diseases
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1.63kb
    • 提供者:周小波
  1. CMeans

    0下载:
  2. C均值聚类算法,用visual studio C++写的。程序包含TEX文件中的数据。可以更换数据。本人亲自运行通过。-C-means clustering algorithm, using visual studio C++ written. TEX program contains data file. You can replace the data. I personally run through.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:无双
  1. k-juleijunzhisuanfa

    0下载:
  2. 数据挖掘k-均值聚类算法 VC6.0测试通过-Data mining k-means clustering algorithm VC6.0 test
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:209.04kb
    • 提供者:郭郭
  1. k-means

    0下载:
  2. k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:
  1. Program1

    0下载:
  2. 这是中文信息处理的分词算法实现,具有很高的正确率和使用价值!这是分词算法的核心内容!具有很高的参考价值。-The text clustering algorithm based on text similarity computing research and implementation, this is an important branch of Chinese information processing.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5.42mb
    • 提供者:张明
  1. kohonen

    0下载:
  2. kohonen网络的聚类算法—网络入侵聚类案例29 kohonen网络的聚类算法—网络入侵聚类-kohonen network clustering algorithm- Network Intrusion Clustering kohonen network clustering algorithm- Network Intrusion Clustering
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:86.26kb
    • 提供者:Ya Zhi song
  1. k-means-2d-rand-point

    0下载:
  2. K_means经典聚类算法,用点阵可视化 通过产生随机点,不断更改中心点实现聚类-K Means classic clustering algorithm, with lattice visualization By generating random points, and constantly change the center point to achieve clustering
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:27.18kb
    • 提供者:吕重辛
  1. FCM

    0下载:
  2. 用MATLAB实现的关于模糊聚类的算法,实验效果良好。-Using MATLAB to achieve the fuzzy clustering algorithm, the experimental results are good.
  3. 所属分类:Data structs

    • 发布日期:2017-12-12
    • 文件大小:2.46kb
    • 提供者:杨跞
  1. cnnytructor

    0下载:
  2. 公司分拆问题 聚类算法与图论算法 matlab 的实现,不错的-Company spin-off clustering algorithm and graph theory algorithm matlab implementation, good
  3. 所属分类:Data structs

    • 发布日期:2017-12-11
    • 文件大小:15.49kb
    • 提供者:collision
« 12 »
搜珍网 www.dssz.com