CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - kmeans clustering

搜索资源列表

  1. KMEANS

    0下载:
  2. C++版本的kmeans算法,可以实现任意维度,任意数量的聚类,输出信息非常完整。-C++ version of the kmeans algorithm can achieve any dimension, any number of clustering, the output information is complete.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:54033
    • 提供者:yantao
  1. KMEANS

    0下载:
  2. 实现k均值聚类算,输出聚类中心和聚类后的分组结果-To achieve k-means clustering calculation, the output cluster centers and cluster grouping of the results of post-
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2652
    • 提供者:常伟
  1. kmeans

    0下载:
  2. 这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2716060
    • 提供者:柯安滨
  1. kmeans-in-statistics

    0下载:
  2. 这是K-means聚类算法的源代码,可实现任意多统计数据的归类处理。代码为原创,用途主要在数理统计方面,而不是常见的图像处理等方面。内附详细的使用说明。-This is the K-means clustering algorithm source code, enabling the classification of any number of statistical data processing. Code for my original, uses mainly in mathemat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5353
    • 提供者:邹洪斌
  1. FB_DataMing_kmeans

    0下载:
  2. k-means数据挖掘算法,基于kmeans聚类算法工艺参数基准值的挖掘-mining data mining of the k-means algorithm, based on the kmeans clustering algorithms process parameters reference value
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:10897
    • 提供者:
  1. kmeans

    1下载:
  2. kmeans聚类,用于时间序列无监督聚类-kmeans clustering for unsupervised clustering time series
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:211632
    • 提供者:胡铁梁
  1. kmeans

    0下载:
  2. kmeans methode (k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean)
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:1596
    • 提供者:
  1. kmeans

    0下载:
  2. k_means方法的聚类算法,多维数据可用-clustering algorithm k_means methods, multidimensional data is available
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1946683
    • 提供者:连云
  1. KMeans

    1下载:
  2. K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2018
    • 提供者:iihaozl
  1. kmeans-al-math

    0下载:
  2. C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm 29111
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2675
    • 提供者:mjay90
  1. Kmeans

    0下载:
  2. 该算法是实现Kmean聚类算法。包含初始聚类中心,聚类成员列表,最终聚类中心,最终聚类中心的距离,方差分析表,每个聚类中的案例数。-The algorithm is a clustering algorithm to achieve Kmean. Contains the initial cluster centers, cluster membership list, the final cluster centers the final cluster centers, ANOVA tab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:9227
    • 提供者:肖皇
  1. Kmeans

    0下载:
  2. 利用java实现了k-means聚类,数据集是由Math.random函数产生的。-K-means clustering was achieved with Java.The data set was created by Math.random.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2393
    • 提供者:李洪成
  1. kmeans-and-DBSCAN

    0下载:
  2. K_means and DBSCAN algorithm for clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1077
    • 提供者:hanif
  1. kmeans

    0下载:
  2. c++编写的聚类程序,功能实现:kmeans聚类方法-c++ clustering procedure, function realization: kmeans clustering method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3321486
    • 提供者:ysr
  1. kmeans

    0下载:
  2. K-means的聚类算法,比较有用的代码,希望对大家有用。-K-means clustering algorithm, more useful code, we hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1195387
    • 提供者:chen
  1. kMeans

    2下载:
  2. 用python实现k-means算法。随机生成二位可视化数据集 然后进行可视化聚类(The k-means algorithm is implemented with Python. Randomly generate two bit visual data set and visualize clustering.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:朵朵联盟
搜珍网 www.dssz.com