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

搜索资源列表

  1. cengcijulei

    0下载:
  2. 层次聚类算法与之前所讲的顺序聚类有很大不同,它不再产生单一聚类,而是产生一个聚类层次。-Hierarchical clustering algorithms and sequence clustering before talking about is very different, it is no longer produce a single cluster, but does generate a cluster level.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5529
    • 提供者:BruceSatan
  1. textcluster

    0下载:
  2. 基于KMeans的文本聚类算法,支持文本输入,简单易懂-KMeans clustering algorithm based on text, support for text input, easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:20948
    • 提供者:sean
  1. SCAN

    0下载:
  2. SCAN算法,从超大图中分割出密集的结构聚类算法-SCAN algorithm, split a dense structure from large graph clustering algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-28
    • 文件大小:61737
    • 提供者:regin
  1. K_average

    0下载:
  2. 数据挖掘中聚类算法的K_均值算法,采用文件输入数据形式,找到相关聚类-Data mining clustering algorithm K_ means algorithm, using the form input data file, find the relevant clustering
  3. 所属分类:Java Develop

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

    1下载:
  2. 基于密度的密度聚类算法,该算法的结果可以聚成任意的形状。-Density clustering algorithm based on density, the result of the algorithm can be clustered into arbitrary shape.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4062525
    • 提供者:张芳
  1. k-Means

    0下载:
  2. k-means算法的java实现,自动聚类算法。是基于距离来进行聚类-k-means algorithm to achieve the java automatic clustering algorithm. Based on the distance to the cluster
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-17
    • 文件大小:113675
    • 提供者:hxzzhy
  1. KmeanProject

    0下载:
  2. 利用k均值聚类算法对词进行聚类,基于最大最小原则初始化质心-cluster word by kmeans
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:2745655
    • 提供者:于文峰
  1. CanopyExm

    1下载:
  2. Canopy聚类算法是一个将对象分组到类的简单、快速、精确地方法。每个对象用多维特征空间里的一个点来表示。这个算法使用一个快速近似距离度量和两个距离阈值 T1>T2来处理。 Canopy聚类算法能快速找出应该选择多少个簇,同时找到簇的中心,这样可以大大优化 K均值聚类算法的效率 。-Canopy is a clustering algorithm to group objects into simple categories, fast, accurate method. Each obj
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:11458
    • 提供者:曹德娟
  1. Kmeans-java

    0下载:
  2. Kmeans算法的java实现,能实现大数据集的Kmeans聚类算法的实现-Achieve Kmeans algorithm to achieve the java can achieve large datasets Kmeans clustering algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1825
    • 提供者:wxl
  1. KMeans

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。-K-means clustering algorithm is hard, is a typical prototype-based clustering method on behalf of the objective function, it is a method of data points to a certain di
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4519
    • 提供者:泡晓芙
  1. iris_php_mean

    0下载:
  2. iris采用聚类算法分类,php代码实现。iris_train2.php用于训练数据,iris_test.php用于测试数据。-a kind of k-means,php programming
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-14
    • 文件大小:2770
    • 提供者:kenbob
  1. Cluster

    0下载:
  2. 聚类算法的java实现,包括K-means(基于划分聚类),DBSCAN(基于密度聚类)-Clustering algorithm , achieved by java, including K-means (based on the division clustering), DBSCAN (density-based clustering)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:20551
    • 提供者:weizhijie
  1. dbscan

    0下载:
  2. 基于DBSCAN聚类算法的java源码,可以用于dbscan聚类-DBSCAN clustering algorithm based on the Java source code, can be used for DBSCAN clustering
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3442
    • 提供者:潘俊
  1. WawaKMeans

    0下载:
  2. WawaKMeans的算法实现,用Wawa实现K-means聚类算法与MapReduce实现的算法进行对比-WawaKMeans algorithm implementation, using K-means to achieve Wawa clustering algorithm and MapReduce implementation of the algorithm to compare
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:文武双全
  1. Hello

    0下载:
  2. 聚类算法的Java实现代码(包括运行文件)-Clustering Algorithm Java implementation code
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:61005
    • 提供者:
  1. Cluster

    1下载:
  2. 用Java语言实现isodata的模式识别聚类算法--Java language used to achieve the pattern recognition ISODATA clustering algorith
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:10457
    • 提供者:公子
  1. Cluster---A

    0下载:
  2. FCMDD聚类算法 Java实现 可处理时间序列数据集,和普通数据集-Quot uMc
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:1082517
    • 提供者:吴帅
  1. FCM_2

    0下载:
  2. FCM聚类算法,Java实现,对普通数据集进行聚类操作-FCM u802A u7C7B u7B97 u6CD2 uFF0CJava u5B9E u73B0 uFF0C u5BF9 u666E u901A u6570 u636E u96C6 u8FDB u884C u805A u7C7B u64CD u4F5C
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:9126778
    • 提供者:吴帅
  1. Kmeans

    1下载:
  2. 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:15360
    • 提供者:startrek
  1. clique

    0下载:
  2. 使用java为开发语言,基于高维空间网格聚类算法CLIQUE(Use java as the development language, based on high dimensional space grid clustering algorithm CLIQUE)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:左左1111
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com