CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 聚类算法 源代码

搜索资源列表

  1. DBSCANCode

    0下载:
  2. DBSCAN源代码,是一种典型的基于密度的聚类算法-DBSCAN source code, is a typical example of the density-based clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9464
    • 提供者:龙卑鄙
  1. FCM(java)

    2下载:
  2. 模糊聚类算法FCM的JAVA源代码。输入data_in.txt和parameters.txt文件,输出center.txt和matrix.txt文件-fuzzy clustering algorithm FCM Java source code. Parameters.txt data_in.txt and importation documents, center.txt output documents and matrix.txt
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:61786
    • 提供者:nicole
  1. KMA

    0下载:
  2. 用VC编写的K均值聚类算法的源代码,经调试可以使用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:52701
    • 提供者:朱振华
  1. Cindy

    0下载:
  2. 转载聚类源代码,用Java实现的 聚类的C聚类算法,希望对大家有帮助
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:23990
    • 提供者:caocao
  1. C_AntClusterKnown

    0下载:
  2. 该算法是有关于蚂蚁聚类算法的matlab源代码,是转载的。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:
  1. k_medoids

    1下载:
  2. 聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9669
    • 提供者:烈马
  1. k-means

    1下载:
  2. 数据挖掘算法源代码 k-means聚类算法的C#代码-Source code data mining algorithms k-means clustering algorithm C# code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:102791
    • 提供者:张健飞
  1. Data_Mining_SQL_2008

    1下载:
  2. 这是《数据挖掘原理与应用—SQL Server 2008数据库》的随书SQL语句、源代码和Excel范例文件,基于DMX,代码主要包括对SQL Server 2008和Excel 2007中已经集成好的数据挖掘算法的应用, 如贝叶斯聚类、决策树、时序、聚类、序列聚类、关联规则、神经网络、逻辑回归、OLAP立方体的等算法,具有极高的使用价值。-This is the " Principles and Applications of data mining-SQL Server 2008 d
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-06-17
    • 文件大小:27428837
    • 提供者:
  1. kmean

    4下载:
  2. 一个刚编出来的K—means 聚类算法的matlab源代码 适合多维数据-Just made out of a K-means clustering algorithm matlab source code for multi-dimensional data
  3. 所属分类:matlab例程

    • 发布日期:2012-11-01
    • 文件大小:1047
    • 提供者:吴立锋
  1. K-means_Matlab

    0下载:
  2. K-均值算法的Matlab源代码,比较简短-Matlab source code of K-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1428
    • 提供者:luo
  1. 20090501SleepingKoala

    0下载:
  2. 所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:20700917
    • 提供者:zhezhe
  1. bayes

    0下载:
  2. 数据挖掘聚类算法:bayes源代码,使用JAVA语言实现-data mining clustering algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:231164
    • 提供者:liuchunju
  1. cluster-2.9

    0下载:
  2. 图聚类算法工具包源代码,可对vector类型数据实现聚类。C++代码-Clustering algorithm source code kit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:34770
    • 提供者:lxg
  1. k-Means

    0下载:
  2. K-Means聚类算法程序实现……源代码-K-Means clustering algorithm to achieve ... ... the source code program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:812
    • 提供者:xinyi
  1. clustering

    0下载:
  2. 一种聚类算法的源代码,用的是k-means,很好用的,我试过-a kind of algorithm for clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:104704
    • 提供者:蔡青青
  1. cluster

    0下载:
  2. 这是关于数据挖掘技术中的聚类算法的一个源代码,用c++编的-tihs is about clustering algorithm of data mining field writing by c++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:373411
    • 提供者:jd
  1. kmeans-in-statistics

    0下载:
  2. 这是K-means聚类算法的源代码,可实现任意多统计数据的归类处理。代码为原创,用途主要在数理统计方面,而不是常见的图像处理等方面。内附详细的使用说明。-This is the K-means clustering algorithm source code, enabling the classification of any number of statistical data processing. Code for my original, uses mainly in mathemat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5353
    • 提供者:邹洪斌
  1. patternRecognitionAndcompute

    1下载:
  2. 模式识别与智能计算matlab实现的源代码 主要有聚类分析 手写数字分类的实现-pattern Recognition And intelligence computing
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:2007439
    • 提供者:lihao
  1. gak

    0下载:
  2. 给予遗传算法的k均值聚类算法的c++ 源代码 采用二进制编码方式-yichuan suan fa de c++ yuan daima
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2353
    • 提供者:jim green
  1. Affinity-propagation

    0下载:
  2. 07年发到Science上的关于聚类的文章《Clustering by passing messages between data points》的聚类算法--紧邻传播算法的源代码!-The source code of the clustering algorithm of <<Clustering by passing messages between data points>>
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4139
    • 提供者:duconghui
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com