CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - K-means

搜索资源列表

  1. KmeansClustring

    0下载:
  2. k means clustring algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:15541
    • 提供者:amin
  1. cluster

    0下载:
  2. k means cluster for clustering analysis and code implementation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:78698
    • 提供者:kazim
  1. K-Means(140312)

    0下载:
  2. java file galih wasis wicaksono java file yang baik untuk aktifitas sehari hari
  3. 所属分类:Java Develop

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

    0下载:
  2. 文本聚类算法包含 tfidf的实现 k-means算法的实现-Text clustering algorithm contains tfidf implementation of the k-means algorithm to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1664559
    • 提供者:Katarl
  1. kmeans

    0下载:
  2. phan cụ m cứ ng trong phan đ oạ n ả nh. thuậ t toán K-means
  3. 所属分类:JavaScript

    • 发布日期:2017-11-23
    • 文件大小:1903790
    • 提供者:Huong
  1. userClustering1021

    0下载:
  2. 使用k均值对用户进行聚类,有很强的实用性。-Using k-means clustering, and practicality.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:211631
    • 提供者:you
  1. sourcearesult

    0下载:
  2. 用JAVA实现k-means算法,其中聚类方法使用余弦相似度-Using JAVA k-means algorithm, clustering method using the cosine similarity
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:43357
    • 提供者:sinan
  1. Kmeans

    0下载:
  2. K MEANS ALGO JAVA for assignments
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:23774
    • 提供者:kailash.bhange
  1. asd

    0下载:
  2. matlap code for k means
  3. 所属分类:JavaScript

    • 发布日期:2017-12-10
    • 文件大小:1479
    • 提供者:Hussein
  1. Kmeans

    0下载:
  2. 用java实现的K-Means算法,里面主要是一个具体实现的例子。-An example of K-Means algorithm implemented by java language.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:5121
    • 提供者:盛权
  1. kmeans

    0下载:
  2. Hadoop的k-means算法,分布式K-means-Hadoop-k-means algorithm, distributed K-means
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:22426
    • 提供者:姚继涛
  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. Fk-menas

    0下载:
  2. 基于Hadoop的模糊K-Means算法,在MapReduce框架下编写,经集群测试成功运行。压缩包中包含源码和实验数据-Hadoop-based fuzzy K-Means algorithm, written in the MapReduce framework, through the cluster test run successfully. Compressed package contains the source code and experimental data
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:12936
    • 提供者:王梦
  1. src

    0下载:
  2. 聚类算法,包括ISOdata以及K-Means。在实验报告中详细分析了一下实验的结果-Clustering algorithms, including ISOdata and K-Means. In a detailed analysis of the experimental report about the results of the experiment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:35995
    • 提供者:赵坤
  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. Kmeans

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

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

    0下载:
  2. K-means聚类算法 用于图像处理 JAVA语言编写,聚类中值算法可运行-k-means clustering algorithm image processing
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:5337
    • 提供者:刘伊达
  1. CBIR

    0下载:
  2. Content based image retrieval in java using k-means clustering and haar wavelet transform
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5441407
    • 提供者:hsaka
« 1 2 3 45 6 »
搜珍网 www.dssz.com