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

搜索资源列表

  1. K-medoids-with-the-analysis-

    1下载:
  2. 基于聚类的K中心点算法,附带说明文档,代码简单高效,很好的利用了矩阵的代数运算。数学思想较为高深,但通过仔细研读说明文档和动手操作,matlab数学分析能力可以得到有效的提高-K medoids clustering annotated document, the code is simple and efficient, good use of matrix algebra operations. Mathematical thinking is more profound, but by c
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:10741
    • 提供者:菜包
  1. Fusion-based-Sensor-Placement

    1下载:
  2. 论文 在使用无线传感器网络进行目标检测时,如何布置尽可能少的传感器节点而同时实现高的正确检测概率和 低的误警率,是关键问题之一。采用数据融合技术,能实现传感器节点之间的协同,从而大幅提高目标检测精度。提 出了用于目标检测的精度模型,分析了数据融合半径与传感器节点密度之间的关系,设计聚类方法将目标点组织成布 置单元,从高密度单元到低密度单元布置传感器节点覆盖目标区域。仿真结果表明,算法在保证检测精度的同时能有 效减少所使用的传感器节点数目。 - Sensor placeme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:238592
    • 提供者:子木
  1. K_means

    0下载:
  2. k均值算法实现聚类,利用数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则-k-means clustering algorithm, the use of the data points to the prototype of a distance as the objective function of optimization, the use of function extremum iteration adjustment rules
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:203237
    • 提供者:zhujiiang
  1. kmeans_with_outlier_eliminate

    1下载:
  2. 自己写的kmeans聚类并消除异常点的matlab代码。-kmeans clustering matlab code with outliers eliminate.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:720
    • 提供者:tangweicheng
  1. kmeans

    0下载:
  2. kmeans聚类,c++源代码,任意中心点选择,迭代到收敛-kmeans clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:2631
    • 提供者:irrisa
  1. em

    0下载:
  2. EM算法,用于实现数据集的聚类,这个是已经改进了的EM算法通过统计找到中心点再进行迭代。-EM algorithm for clustering data sets, this is the EM algorithm has been improved through the statistics to find the center of the re-iteration.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:7531
    • 提供者:辛欣
  1. ttt

    0下载:
  2. 寻找聚类的初始点的算法,先找到均值点然后选择距离最远的点为初始点-Looking clustering algorithm initial point, first find the mean point and then select the furthest point from the initial point
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1012
    • 提供者:lifengyin
  1. small-world-networks

    0下载:
  2. 1998年, Watts和Strogatz 提出了小世界网络这一概念,并建立了WS模型。 实证结果表明,大多数的真实网络都具有小世界特性(较小的最短路径) 和聚类特性(较大的聚类系数) 。 WS小世界模型构造算法 1、从规则图开始:考虑一个含有N个点的最近邻耦合网络,它们围成一个环,其中每个节点都与它左右相邻的各K/2节点相连,K是偶数。 2、随机化重连:以概率p随机地从新连接网络中的每个边,即将边的一个端点保持不变,而另一个端点取为网络中随机选择的一个节点。其中规定,任意两个不同的
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1140931
    • 提供者:李梅
  1. secai

    0下载:
  2. 简单的K均值聚类法,本文中选用了5个聚类中心点,具体的聚类中心个数可以参考灰度直方图来选取-Simple K-means clustering method, this paper has selected five cluster center, the specific number of cluster centers can refer to the histogram to select
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1337
    • 提供者:陈苏敏
  1. rs-rr-order

    0下载:
  2. 水文趋势、突变点分析的matlab相关程序:相关系数法、极差 标准差RS法、有序聚类法-Hydrological trends point mutation analysis matlab procedures: correlation coefficient method, very poor standard deviation RS method, sequential clustering method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1064
    • 提供者:何睿
  1. amend1

    0下载:
  2. 用C语言实现的K均值聚类算法,一共有3个类,并且给出了150个样本点,样本点为四维数据-Those files implements the function of classifying the four dimensional data by using the K-mean algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:944548
    • 提供者:
  1. kmeans_report

    0下载:
  2. 数据挖掘kmeans图像聚类实验,用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码-Data mining kmeans image clustering experiments, using VC or Java implementation of k-means clustering algorith
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4152903
    • 提供者:吴娟
  1. kmeans_report

    0下载:
  2. 数据挖掘kmeans图像聚类实验,用 VC实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码-Kmeans image clustering data mining experiments with VC k-means clustering algorithm, respectively, the number of itera
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6629533
    • 提供者:熊京
  1. fuzzy_cluster1

    0下载:
  2. fuzzy_cluster模糊聚类分析,本函数使用的是直接聚类法,直接输出聚类信息,无返回值 输入参数data是需要分类的数据,将会对data的列分类,请输入数据前把需要分类的向量按列保存到矩阵data 输入参数numda是分类的分类点,如果不知道可以先省略,系统默认1-0依次减小用以方便判断分割点,然后用户再细分- Fuzzy_cluster fuzzy clustering analysis, the function uses the clustering method i
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:905
    • 提供者:何亮
  1. k_mean

    0下载:
  2. k-mean算法实现,总要是完成数据的聚类,寻找中心点的程序!-k-mean algorithm, if the completion of the total clustering of data, find the center of the program!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:652
    • 提供者:紫川
  1. k_mean

    0下载:
  2. 运用k_mean算法,实现对指标点的聚类分析,然后找出其中的中心点。-Use of k_mean algorithm, realize the index point of clustering analysis, and find out the center.
  3. 所属分类:matlab

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

    0下载:
  2. k-means 算法用java实现对二维点集合的分类 输入相应的类别数 选择聚类中心-k-means algorithm to classify the input using java-dimensional set of points corresponding to the number of categories to select the cluster centers
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2419
    • 提供者:xiaohui
  1. dbscan

    0下载:
  2. DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类。 -DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a more represent
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:8187302
    • 提供者:王恩浩
  1. julei

    0下载:
  2. 根据要划分的聚类的群数选择原始数据的索引位置点随机选取簇类中心-Divided according to the number of clusters to select the original data clustering index position of the center point of the class were randomly selected clusters
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1232
    • 提供者:闫志超
  1. matlab-bgl-master

    1下载:
  2. matlab-bgl工具包,包含matlab图论里边大部分的文件,点度数、边介数、最短距离、聚类系数-matlab-bgl toolkit contains matlab graph theory inside most of the file, click degrees, while the number of referrals, the shortest distance, clustering coefficient Denden
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1004962
    • 提供者:helen
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com