CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - k-means clustering java

搜索资源列表

  1. kmeans_java

    0下载:
  2. k-means聚类算法的java代码实现,良好的代码风格,适合扩充-k-means clustering algorithm to achieve the java code, the code of good style, suitable for expansion
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4690
    • 提供者:谭锋
  1. Clustering

    2下载:
  2. 数据挖掘算法。K-Means聚类数据挖掘算法。该算法是用Java语言编写的。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:42211
    • 提供者:张志娟
  1. k_means.rar

    0下载:
  2. 基于K均值聚类的图像分割算法 java源代码 十分好用 希望大家喜欢,K-means clustering-based image segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:105752
    • 提供者:焦焦
  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. TestK

    0下载:
  2. java的k-means聚类算法实现,使用了2维的聚类算法,在数据统计以及图像识别方面不错-java of the k-means clustering algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:9308
    • 提供者:
  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. kmeangeneral

    0下载:
  2. k means clustering algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1780
    • 提供者:godlovesamerica
  1. cluster

    0下载:
  2. The package aims at providing an implementation of k-means Clustering Algorithm in Java. The package does not provide for any UI and it is up to the user to display the output in the required format.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:3235
    • 提供者:ganesh
  1. kmeans

    0下载:
  2. 用VC或Java实现K-means聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码。-K-means clustering algorithm for algorithm termination conditions, with a picture (their choice) as a data set to compare the running
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:8127710
    • 提供者:郭跃龙
  1. kmeans_report

    0下载:
  2. 数据挖掘kmeans图像聚类实验报告 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。 -Data mining to achieve the k-means clustering algorithm the kmeans image clustering experiment report wit
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:3671339
    • 提供者:周生勇
  1. kmeans

    0下载:
  2. 数据挖掘kmeans图像聚类实验代码 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。-VC or Java k-means clustering algorithm, were no longer change the number of iterations and the allocation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1643892
    • 提供者:周生勇
  1. kmeans_report

    0下载:
  2. 数据挖掘kmeans图像聚类实验,用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码-Data mining kmeans image clustering experiments, using VC or Java implementation of k-means clustering algorith
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4152903
    • 提供者:吴娟
  1. kmeans_report

    0下载:
  2. Java 实现k-means 聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片作为数据集,比较运行时间-Java implementation of k-means clustering algorithm, respectively, and the distribution of the number of iterations of the algorithm terminates no change in the conditions, with a picture (o
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5145600
    • 提供者:郑鹏
  1. K-meansjava_v1

    0下载:
  2. 用k-means算法进行聚类分析(java)。已运行成功。-By k-means clustering analysis algorithm(java). Has been running successfully.
  3. 所属分类:Ajax

    • 发布日期:2017-03-28
    • 文件大小:64912
    • 提供者:刘文龙
  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. k-means

    0下载:
  2. k means clustering algorithm implementation in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:16704
    • 提供者:Many
  1. k-means-Java

    0下载:
  2. 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity
  3. 所属分类:Data Mining

    • 发布日期:2016-08-08
    • 文件大小:988160
    • 提供者:张瑞雪
  1. attachments

    0下载:
  2. K Means clustering with multiple attributes taken differently
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:54272
    • 提供者:rahulp
  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. Kmeans_java

    0下载:
  2. 使用Java语言实现了简单的K-Means聚类算法(A simple K-Means clustering algorithm is implemented in Java language.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-07
    • 文件大小:8192
    • 提供者:iconuncle
« 1 23 »
搜珍网 www.dssz.com