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

搜索资源列表

  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. JAVA实现文本聚类,用到TF/IDF权重

    7下载:
  2. JAVA实现文本聚类,用到TF/IDF权重,用余弦夹角计算文本相似度,用k-means进行数据聚类等数学和统计 知识。,JAVA realization of text clustering, using TF/IDF weight, calculated using cosine angle between the text of similarity, using k-means clustering for data such as mathematical and statistical
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-10-22
    • 文件大小:1491
    • 提供者:优优
  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

    0下载:
  2. this is a very good code for k means clustering. works quite fast. can download for school assignments.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:8411
    • 提供者:tangytan
  1. cluster1

    0下载:
  2. it is java code for k means clustering algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:8960
    • 提供者:Nagaraj
  1. kMeans

    0下载:
  2. k-mean image clustering source code developed using java
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:2214
    • 提供者:deepak
  1. 83390049kmeans_clustering

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

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

    0下载:
  2. This code is K-means clustering code written in java.
  3. 所属分类:Java Develop

  1. ClusteringKMeans

    0下载:
  2. this code of clustering with k-means algorithm with java-this is code of clustering with k-means algorithm with java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:23724
    • 提供者:linuxarna
  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. ClusteringAnalysis

    0下载:
  2. java实现的K-Means文本聚类文章,采用英文撰写,需要源码的可以发邮件lixinle@yahoo.cn。-java realize the K-Means Text Clustering articles written in English to the source code can email lixinle@yahoo.cn.
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:215275
    • 提供者:李新乐
  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. clusterTest

    0下载:
  2. 用java语言实现k均值聚类的代码demo,可直接运行,无需调试。-Using java language k-means clustering code demo, it can be run directly without debugging.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-05
    • 文件大小:9954
    • 提供者:YANYANYEAH
  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
搜珍网 www.dssz.com