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

搜索资源列表

  1. K_means

    0下载:
  2. 模式识别中的聚类算法,读取文件,实现K均值的分类。-Pattern Recognition in the clustering algorithm to ensure that you can run the
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2434
    • 提供者:李静
  1. k_means

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1534
    • 提供者:zhanguo
  1. k_means

    0下载:
  2. K-means algorithm in C++ user pre-defined cluster number input file of data points output file of final best centroids
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3818
    • 提供者:lawrence
  1. DataMingAlgorithm

    2下载:
  2. 本压缩包中包括了几个常用的经典的数据挖掘算法,有k_means,CART,fuzzy_k_means,id3,SVM,很有实用性-The compressed package includes several commonly used classical data mining algorithms, there are k_means, CART, fuzzy_k_means, id3, SVM, is very practical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-10
    • 文件大小:36511
    • 提供者:王丽娅
  1. cluster

    0下载:
  2. 经典K_MEANS聚类算法,代码详细,编程风格良好-Classic K_MEANS clustering algorithm, the code in detail, good programming style
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:5868079
    • 提供者:李丽
  1. K_Means

    0下载:
  2. K均值算法,实现一种动态聚类法--迭代自组织数据分析算法,这是一种较为简单的K均值算法-K means algorithm, to achieve a dynamic clustering method- iterative self organizing data analysis algorithm, which is a relatively simple K-means algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1648
    • 提供者:xiaohu
  1. k_means

    0下载:
  2. 杜达的《模式分类》第二版的配套的Matlab源代码杜
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1204
    • 提供者:gfqin
  1. K_Means

    0下载:
  2. K-Means(java)算法 有界面,可从文本中读取数据-K-Means (java) algorithm has interface to read data from text
  3. 所属分类:Java Develop

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

    0下载:
  2. 简单的k-means算法代码,交流学习 -Simple k-means algorithm code, exchange learning to learn
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:837
    • 提供者:linny
  1. DigitalImageprocessing2

    0下载:
  2. lesson4 讲解kmeans cluster algorithm 1. C++程序名 pointCluster 2. 数据文件 non 3. PowerPoint 文件 K_means -lesson4 explain kmeans cluster algorithm 1. C++ program name pointCluster 2. data file non 3. PowerPoint file K_means
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2571668
    • 提供者:zhang
  1. K_means

    0下载:
  2. 用于实现K-means算法以至于解决这类问题-hello,we can realize the problem
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:9795
    • 提供者:hong
  1. k_means

    0下载:
  2. In statistics and machine learning, 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. It is similar to the expectation-max
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3144
    • 提供者:Lee Sangmin
  1. k_means-matlab

    0下载:
  2. matlab语言实现的k-means算法,用于对数据对象进行分类。-matlab language of the k-means algorithm to classify the data objects.
  3. 所属分类:matlab

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

    0下载:
  2. 使用k-means算法对样本空间中的未分类的点进行聚类。-K-means algorithm using the sample space clustering unclassified points.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1063
    • 提供者:王剑亭
  1. k_means

    0下载:
  2. k means techniques de classification non supervisée (clustering) les plus utilisées. Etant donné un entier K, K-means partitionne les données en K groupes, ou "clusters", ou "classes" ne se chevauchant pas. Ce résultat est obtenu en positionnant
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:578
    • 提供者:faiza
  1. K_Means

    0下载:
  2. k均值聚类程序,本算法广泛用于模式识别、人工智能等项目,采用标准C编写而成。-kmeans program mainly used for mode recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:845
    • 提供者:李一
  1. em

    0下载:
  2. 有k_means和em算法,k_means算法用来减少结点数目-There k_means and em algorithms, Reduce the number of data points using the k-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2790
    • 提供者:candhll
  1. k-means

    0下载:
  2. 对BMP图像进行K_MEANS分类,效果较好,对初学者学习k_means分类算法很有帮助。-K_MEANS image classification of BMP, effect is better, K_MEANS classification algorithm for beginners helpful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:135207
    • 提供者:防御
  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. FCM_algorithm_based_K_means_clustering_algorithm_a

    0下载:
  2. 基于K_means算法和FCM算法的聚类研究-FCM algorithm based K_means clustering algorithm and study
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:395714
    • 提供者:peter
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com