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

搜索资源列表

  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. K_Means(java)

    0下载:
  2. 聚类算法(java)语言实现,大家有问题的话可以联系我,一起讨论啊,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6857
    • 提供者:刘磊
  1. k派系聚类算法的java实现

    5下载:
  2. 复杂网络存在许多相互重叠的社团结构,利用k派系算法能够分析出社区之间的交错情况,得到社区的划分
  3. 所属分类:源码下载

  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. Kmeans_FCM

    1下载:
  2. java写的模糊c均值聚类算法和k均值聚类算法-fuzzy c means clustering algorithm and K means cluster in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1973
    • 提供者:june
  1. ClusterAlgorithm

    1下载:
  2. 模式识别的聚类算法 包括欧氏(Euclidean)距离,绝对值距离,切式距离,明氏距离,马氏距离-Clustering algorithm of pattern recognition, including Euclidean (Euclidean) distance, absolute distance, the distance-cut, Ming' s distance, Mahalanobis distance
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10474
    • 提供者:shenshendaodao
  1. GOFuzzyv1.0

    0下载:
  2. 数据挖掘,多种聚类算法.FCM, HCM, SVM, 等各种柔性聚类方法。-Data mining, a variety of clustering algorithms. FCM, HCM, SVM, such as flexible clustering method.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8274498
    • 提供者:xuchen
  1. weka-src

    0下载:
  2. Java 编写的多种数据挖掘算法 包括聚类、分类、预处理等-Java to prepare a variety of data mining algorithms, including clustering, classification, preprocessing, etc.
  3. 所属分类:Applet

    • 发布日期:2017-05-15
    • 文件大小:3964046
    • 提供者:闫珍
  1. K-Means

    0下载:
  2. 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:30168
    • 提供者:zhaohuiqin
  1. bayes

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

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

    0下载:
  2. 该算法是对weka算法包功能的拓展,是聚类算法中的随机聚类分析。需要weka算法包支持。-The algorithm is a function of the weka package expansion algorithm is stochastic clustering algorithm in cluster analysis. Package to support the needs of weka algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1539
    • 提供者:zhangrui
  1. weka

    0下载:
  2. 经典的数据挖掘算法的源代码,包括分类、聚类、关联规则等,非常有用。-Classical data mining algorithms of source code, including classification, clustering, association rules and so on, very useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1104179
    • 提供者:xq
  1. 83390049kmeans_clustering

    0下载:
  2. k-means聚类算法的java代码实现-k-means clustering algorithm java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4640
    • 提供者:arron
  1. textclusterr

    0下载:
  2. 文档分类,用K均值,加入了K的选择算法,不用人为设定聚类个数-Document classification, using K-means, joined the K of the selection algorithm, not the number of artificial clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:20780
    • 提供者:
  1. DBSCAN

    0下载:
  2. 基于密度的聚类算法 DBSCAN java-Density-based clustering algorithm DBSCAN java
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:262795
    • 提供者:李夏婕
  1. MR

    0下载:
  2. 模式识别,距离计算,聚类分析,判别函数,判断准则等的算法实现-Pattern recognition, distance calculation, cluster analysis, discriminant function, the algorithm to determine criteria
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:138911
    • 提供者:王胜
  1. kmeans

    0下载:
  2. java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8449
    • 提供者:徐廷
  1. suanfashixian

    0下载:
  2. 通过聚类分析算法实现可以得到想要的聚类结果-Clustering algorithm to use java analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1131
    • 提供者:苏照
  1. DBscan

    1下载:
  2. 基于密度的聚类算法 JAVA实现 能发现任何形状的聚类-JAVA-based density clustering algorithm can be found in any shape to achieve the clustering
  3. 所属分类:Java Develop

    • 发布日期:2015-05-25
    • 文件大小:2021
    • 提供者:龙君
  1. java-kmeans

    0下载:
  2. 用java实现的聚类算法kmeans,可以用eclipse直接运行。-Clustering algorithm implemented with java
  3. 所属分类:Java Develop

    • 发布日期:2014-07-03
    • 文件大小:19456
    • 提供者:andy
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com