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

搜索资源列表

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

    0下载:
  2. kmeans 聚类算法 实现对txt文件中的点内容的聚类-kmeans clustering algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4858
    • 提供者:jammy
  1. SimpleKMeans

    0下载:
  2. kmeans.java 代码。用于数据挖掘中的聚类算法。这个事weka中开源的代码。-failed to translate
  3. 所属分类:Applet

    • 发布日期:2017-04-05
    • 文件大小:7292
    • 提供者:li feng
  1. java-kmeans

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

    • 发布日期:2014-07-03
    • 文件大小:19456
    • 提供者:andy
  1. SimpleKMeans

    0下载:
  2. 数据挖掘中经典的k means聚类算法实现-kmeans cluster
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:8234
    • 提供者:
  1. K-means

    0下载:
  2. kmeans算法, K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果-kmeans algorithm, K-means algorithm is the most classic divide-based clustering method is one of the top ten classical data mi
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:1803
    • 提供者:wsp
  1. KDTree2Kmeans

    0下载:
  2. 基于kdtree的kmeans聚类算法,在选择最近邻中心点时使用kdtree的检索功能,提高了检索效率,特别是当k较大时,效果明显提升-kmeans clustering algorithm based on kdtree,used in selecting the center point of the nearest neighbor the kdtree retrieval function, and improve the retrieval efficiency has improve
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:22790
    • 提供者:shiyulong
  1. java实现Kmeans

    0下载:
  2. 机器学习中的聚类算法Kmeans用java实现,本资源提供完整详细代码,无bug,可运行。
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-04-22
    • 文件大小:10089
    • 提供者:23704351@qq.com
  1. java_kmeans

    0下载:
  2. java实现kmeans算法,可以处理任意维度的向量。并将聚类结果写入文本。-The kmeans algorithm java, and can handle any dimension vector. And write text clustering results.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:693490
    • 提供者:武夷河
  1. Kmeans

    0下载:
  2. 使用Java实现K-means(C均值)聚类算法-Using Java to achieve K-means (C mean) clustering algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3666
    • 提供者:dy
  1. Kmeans

    0下载:
  2. K-均值聚类算法,是一种随机选取数个数据中心进行点聚类处理进而生成分类的数据挖掘算法,具有很好的学习功能。-K-means clustering algorithm is a randomly selected number of data center point clustering process thereby generating classification data mining algorithms, with good learning function.
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:1270
    • 提供者:jcy
  1. Kmeans

    0下载:
  2. k均值聚类算法代码, k均值聚类算法代码-k-means clustering algorithm code, k-means clustering algorithm code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:2193
    • 提供者:张潇逸
  1. kmeans

    0下载:
  2. 简单的k_means聚类算法,用java语言编写实现,扩展性不强-simple kmeans clustering method
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1309
    • 提供者:易灿
  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. KmeanProject

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

    • 发布日期:2017-05-13
    • 文件大小:2745655
    • 提供者:于文峰
  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. Kmeans

    0下载:
  2. 用java语言实现的kmeans算法,将n个点分成k个聚类。-This is the code about kmeans.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:8930
    • 提供者:梁杨晓
  1. python-cure-implementation-master

    0下载:
  2. Python实现的cure聚类算法和K-means算法(python-cure-Kmeans-implementation)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-23
    • 文件大小:13312
    • 提供者:獭獭獭
  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
« 12 »
搜珍网 www.dssz.com