搜索资源列表

  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:阿兜
  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:阿兜
  1. mykmeans

    0下载:
  2. matlab code for k-means for neural net RBF
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:Mary
  1. MyKmeans

    0下载:
  2. 使用java实现了数据挖掘中的K-mean算法,并进行了适当的改进,代码清晰,支持多维,可以方便修改代码接口。-Java implementation of data mining using the K-mean algorithm, and make the appropriate improvements, code clarity, support multi-dimensional, you can easily modify
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:7kb
    • 提供者:颜超
  1. mykmeans

    0下载:
  2. k-means算法 算法算法 算法算法 算法 -k-means algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:赵翔
  1. myKmeans

    0下载:
  2. matlab implementation of k-means classification algorithm to classify images.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:Xiaoyang
  1. myKmeans

    0下载:
  2. k_means algorithm with matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:poor
  1. mykmeans

    0下载:
  2. 我写的一个带权重的kmeans算法,在计算中心点的位置时考虑到了每个点的权重-I wrote a kmeans algorithm with weights in the calculation of the position of the center point to take into account the weight of each point
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:yxy
  1. mykmeans

    0下载:
  2. Image Segmentation is vital role in nowadays. The K-means algorithm usually the initial centroids for the K-means clustering are determined randomly so that the determined centroids may reach the nearest local minima,
  3. 所属分类:matlab例程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:Satya
  1. Mykmeans

    0下载:
  2. 改进的K-means算法,速度快,输入是样本的特征向量和聚类类别数,每一行代表一个样本,每一列代表一个特征,输出聚类标签-Improved K-means algorithm, fast, is a sample of the input feature vectors and cluster number of categories, each row represents a sample, and each column repr
  3. 所属分类:图形图象

    • 发布日期:2024-11-27
    • 文件大小:3kb
    • 提供者:guo kuan
  1. mykmeans

    0下载:
  2. 适合初学者学习kmeans聚类算法的简单的MATLAB程序,可以直接调用实现聚类结果-it is useful for beginners to learn about kmeans algorithm
  3. 所属分类:汇编语言

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:贺佳妮
  1. myKmeans

    0下载:
  2. k均值 kmeans算法java 可直接调用-kmeans java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:10kb
    • 提供者:王梦佳
  1. myKmeans.m

    0下载:
  2. 模式识别学习中使用matlab编写的Kmeans算法实现的小程序-Learning to use pattern recognition matlab prepared Kmeans algorithm small program
  3. 所属分类:数据挖掘

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:zhouzhou_yu

源码中国 www.ymcn.org