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

搜索资源列表

  1. KMeans

    0下载:
  2. 用java实现的k means算法,搞过数据挖掘的人应该都知道的~-k means algorithm implement in java, the basic method of clustering in data mining
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:38.75kb
    • 提供者:郑刚
  1. Weka

    0下载:
  2. clustering, clussification,kmeans,
  3. 所属分类:Java Develop

    • 发布日期:2017-05-29
    • 文件大小:11.49mb
    • 提供者:parast
  1. kmeans

    0下载:
  2. 改进的k-means方法,对聚类的实例节能型加权 少数类多数类的函数-Improved k-means method for clustering a small number of examples of energy-saving type of weighted majority of types of function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:8.79kb
    • 提供者:zhangwen0927
  1. kmeansclustering

    0下载:
  2. this is java program which can be used for cluster the data using kmeans clustering
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3.17kb
    • 提供者:hrushi
  1. kmeans

    0下载:
  2. k means clustering for large amount of data
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-19
    • 文件大小:4.98mb
    • 提供者:viralborisagar
  1. textcluster

    0下载:
  2. 文本聚类 预处理+KMeans的Java程序-Clustering preprocessing+ KMeans the Java program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:8.54kb
    • 提供者:yueyue
  1. kmeandm

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

    • 发布日期:2017-04-14
    • 文件大小:4.74kb
    • 提供者:jammy
  1. java-kmeans

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

    • 发布日期:2014-07-03
    • 文件大小:19kb
    • 提供者:andy
  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
    • 文件大小:22.26kb
    • 提供者:shiyulong
  1. KMEANS

    0下载:
  2. 输入:聚类个数k,以及包含 n个数据对象的数据库。输出:满足方差最小标准的k个聚类。处理流程: (1)从 n个数据对象任意选择 k 个对象作为初始聚类中心. (2)根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分;(3)重新计算每个(有变化)聚类的均值(中心对象) (4)循环(2)到(3)直到每个聚类不再发生变化为止-Input: number of clusters k, and n data object contains a
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:1.74kb
    • 提供者:liyu
  1. Kmeans

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

    • 发布日期:2017-04-04
    • 文件大小:3.58kb
    • 提供者: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
    • 文件大小:1.24kb
    • 提供者:jcy
  1. Kmeans

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

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

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

    • 发布日期:2017-04-08
    • 文件大小:1.28kb
    • 提供者:易灿
  1. kmeans

    0下载:
  2. 这是一个kmeans算法 实现了聚合分类功能-Kmeans algorithm for clustering
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:18.48kb
    • 提供者:gujian
  1. textcluster

    0下载:
  2. 基于KMeans的文本聚类算法,支持文本输入,简单易懂-KMeans clustering algorithm based on text, support for text input, easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:20.46kb
    • 提供者:sean
  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
    • 文件大小:22.35kb
    • 提供者:mouny
  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
    • 文件大小:1.78kb
    • 提供者: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
    • 文件大小:4.41kb
    • 提供者:泡晓芙
  1. Kmeans.ipynb

    0下载:
  2. K means CLustering algorithm
  3. 所属分类:Java编程

    • 发布日期:2017-12-29
    • 文件大小:62kb
    • 提供者:williamgomex
« 12 »
搜珍网 www.dssz.com