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

搜索资源列表

  1. means

    0下载:
  2. 一个基于类的k-means算法的实现。学习这个算法的一个好例子-a category based on the k-means algorithm. By studying the algorithm a good example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:小朱
  1. k-means.c++

    0下载:
  2. k-means算法 C++实现-k-means algorithm to achieve C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:孔明
  1. anotherKMEANS

    0下载:
  2. k-means算法-k-means algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:58.41kb
    • 提供者:孔明
  1. Simple-K-means

    0下载:
  2. 2个举类的简单k-means算法,非常简单,新手给大家提供参考了-two categories give a simple k-means algorithm is very simple, and newcomers to provide a reference to the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.91kb
    • 提供者:姜珏
  1. k-means-and-cure-in-Iris-Data-Set

    2下载:
  2. 聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:185.38kb
    • 提供者:牛魔王
  1. Ckmedoids

    0下载:
  2. K-mean算法,并通过了IRIS数据的测试。-K-mean algorithm, and through the IRIS data testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3.06kb
    • 提供者:雅双
  1. K-mean

    0下载:
  2. K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小-K-means algorithm: the number of a given type of K, will be assigned to N objects of category K go, making the object category similarity between the largest, while the category of the simi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:sss
  1. kmean

    0下载:
  2. k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:lining
  1. kmeans_worksheet

    0下载:
  2. k means algorithm for speech coding
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:122.72kb
    • 提供者:meysam
  1. tutorial_on_spectral_clustering

    0下载:
  2. In recent years, spectral clustering has become one of the most popular modern clustering algorithms. It is simple to implement, can be solved efficiently by standard linear algebra software, and very often outperforms traditional clustering algo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:344.89kb
    • 提供者:cc
  1. K-means-algorithm-source-code

    0下载:
  2. K-means算法源码,一个牛人给的,挺经典的,值得学习。-K-means algorithm source code, a person to cattle, and very classic, it is worth learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3.31kb
    • 提供者:Huang Shanshan
  1. K-means

    0下载:
  2. 修改参数可以实现任意样本总数,任意维数,任意聚类中心个数的K-Means Algorithm-The modify parameters can achieve any total number of samples, any dimension, any number of cluster centers K-Means Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:5.02kb
    • 提供者:yaoyanjie
  1. k-means

    0下载:
  2. Descr iption of k means algorithm, with matrix explanation and code example
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:146.26kb
    • 提供者:runaway54
  1. k-means

    0下载:
  2. Efficient K-Means Clustering Using Accelerated Graphics Processors. Good knowledge about k-means clustering algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:316.81kb
    • 提供者:David
  1. EXAMPLE-K-MEANS-MEDICATION

    0下载:
  2. Using The basic k-means algorithm in Pharmacology
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:5.86kb
    • 提供者:emran
  1. k-means

    0下载:
  2. This k means algorithm for clustering. Each cluster contains a center point called centroid. the algorithm converges early. this is a commonly used clustering algorithm.-This is k means algorithm for clustering. Each cluster contains a center point c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:775byte
    • 提供者:Mehr
  1. k-means-2-kinds-of-K-means-algorithm

    0下载:
  2. 2种K-means算法程序,一种简单的是自己编写的,一种复杂的是原来网上有的。运行后2种程序结果差不多。-2 kinds of K-means algorithm, a simple is to write their own, a complex is the original online. The results of the 2 programs are almost the same.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.4kb
    • 提供者:快乐
  1. K-means

    0下载:
  2. K Means Algorithm Calculated by Euclidean distance and Manhattan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:Carlos
  1. clustering-index

    0下载:
  2. 欢迎使用和评述此工具箱,您的意见是对我们工作的支持。 此工具适合于不同有效性指标的性能比较,改进代码用于不同的应用问题等等。 (1) NCT的内容 NCT包括4个外部有效性指标和8种内部有效性指标,编制的程序文件"validity_Index.m"用于调用它们 (2) 主文件 "mainClusterValidationNC.m" 的内容 主文件设计为如何使用PAM聚类算法、如何使用有效性指标和方法来估计聚类个数。(H
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:37kb
    • 提供者:CCGC
  1. k-means算法2

    0下载:
  2. 使用该算法可以实现数据的聚类分析,非常适合初学者。(The algorithm can be used to achieve clustering analysis of data, ideal for beginners.)
  3. 所属分类:数学计算

« 12 3 4 5 6 »
搜珍网 www.dssz.com