CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 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. Clustering

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

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

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

    • 发布日期:2017-04-01
    • 文件大小:9308
    • 提供者:
  1. kmeangeneral

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

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

    0下载:
  2. 简单易懂的k-means聚类算法,可运行!有详细注释说明。-Straightforward k-means clustering algorithm, run! Detailed explanatory notes.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:202275
    • 提供者:mlopen
  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. doeCluster

    0下载:
  2. PHP Class to do K-Means clustering.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:551
    • 提供者:Alexander
  1. userClustering1021

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

    • 发布日期:2017-12-07
    • 文件大小:211631
    • 提供者:you
  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_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. kmeans

    0下载:
  2. k-means clustering is a method of vector quantization, originally signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the clu
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:22887
    • 提供者:mouny
  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. dlib-18.14.tar

    0下载:
  2. 机器学习的范畴,包括SVMs (based on libsvm), k-NN, random forests, decision trees。可以对任意的数据操作-Its focus is on supervised classification with several classifiers available: SVMs (based on libsvm), k-NN, random forests, decision trees. It also performs feature sel
  3. 所属分类:JavaScript

    • 发布日期:2017-05-22
    • 文件大小:7042794
    • 提供者:王哲
  1. julei

    0下载:
  2. TFIDF产生文本权重,在用K-means算法进行聚类。方法简单,可供相关人员参考继续深入学习-TFIDF generated text weights in with K-means clustering algorithm. The method is simple, the relevant officers for further study
  3. 所属分类:Java Develop

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