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

搜索资源列表

  1. 聚类算法

    1下载:
  2. 谱聚类算法 VC6.0实现
  3. 所属分类:源码下载

    • 发布日期:2012-03-15
    • 文件大小:10708
    • 提供者:anan1205
  1. 11912900SpectralClustering

    1下载:
  2. 谱聚类算法进行图像分割,该算法应用MATLAB运行。-Spectral clustering algorithm for image segmentation, the algorithm is applied to run MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1358
    • 提供者:liulili
  1. NcutClustering

    2下载:
  2. 谱聚类和SVM相结合的图像分割程序,这是用matlab编的谱聚类程序,该方法能有效的用于数据分类。-This is a matlab procedures for the spectral clustering.The method is effective for data classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:301922
    • 提供者:liulili
  1. NJW

    0下载:
  2. njw谱聚类算法,读者可以参考用于科研用途,其中的参数需要自己设定-spectral clustering algorithm of NJW
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1207
    • 提供者:jianyuan
  1. Ncut

    0下载:
  2. 本文介绍了web文本聚类的流程,着重介绍了Normalized Cut谱聚类的原理和算法,提出以Minimum cut作为类内部的内聚强度作为衡量Normalized Cut的迭代停止条件
  3. 所属分类:Search Engine

    • 发布日期:2017-03-24
    • 文件大小:874733
    • 提供者:cc
  1. A_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 eciently by standard linear algebra software, and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:366905
    • 提供者:heyudi
  1. 用matlab实现谱聚类算法

    4下载:
  2. 用于数据挖掘学习,matlab实现机器学习领域的谱聚类算法。提供详细的代码。
  3. 所属分类:matlab例程

    • 发布日期:2013-04-22
    • 文件大小:421209
    • 提供者:23704351@qq.com
  1. 谱聚类程序

    0下载:
  2. 谱聚类熵值排列通过求n 个二次规划问题,就可以求得相似度矩阵W,降低了谱聚类算法对参数的敏感性,使算法更稳定(Clustering Entropy Ranking By finding n quadratic programming problems, we can obtain the similarity matrix W, which reduces the sensitivity of the spectral clustering algorithm to the parameters
  3. 所属分类:数值算法/人工智能

  1. 谱聚类11

    2下载:
  2. 进一步采用基于距离和曲线形态的双尺度相似性度量谱聚类算法进行聚类处理,通过求n 个二次规划问题,就可以求得相似度矩阵W,降低了谱聚类算法对参数的敏感性,使算法更稳定(Furthermore, we use the two-scale similarity measure spectrum clustering algorithm based on distance and curve shape to carry out clustering. By finding n quadratic pr
  3. 所属分类:matlab例程

  1. Spectral_ClusteringNJW

    1下载:
  2. 谱聚类能够识别任意形状的样本空间且收敛于全局最优解,其基本思想是利用样本数据相似矩阵的进行特征分解后得到的特征向量进行聚类,程序进行了几种不同聚类算法的比较,包括Q矩阵聚类,kmeans聚类,第一特征分量聚类,第二广义特征分量聚类,公用数据生成和近邻矩阵生成(Spectral clustering can distinguish arbitrary sample space and converge to the global optimal solution, the basic idea i
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:jadegem
  1. 5

    0下载:
  2. 5基于快速谱聚类的图像分割算法 5 image segmentation algorithm based on fast spectral clustering(5 image segmentation algorithm based on fast spectral clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:752640
    • 提供者:changsha15
  1. spectalCluster

    0下载:
  2. 谱聚类是从图论中演化出来的算法,后来在聚类中得到了广泛的应用。它的主要思想是把所有的数据看做空间中的点,这些点之间可以用边连接起来。距离较远的两个点之间的边权重值较低,而距离较近的两个点之间的边权重值较高,通过对所有数据点组成的图进行切图,让切图后不同的子图间边权重和尽可能的低,而子图内的边权重和尽可能的高,从而达到聚类的目的。(Spectral clustering is an algorithm evolved from graph theory, and has been widely u
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:Mr24
  1. 谱聚类

    3下载:
  2. 谱聚类matlab代码,聚类分析可用,内附简单实验及部分参考论文,代码可自行修改,精度可调(Matlab code for spectral clustering , enclosed a simple experiment, which can be modified. Accuracy of sigma is adjustable.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:2461696
    • 提供者:裴铮
  1. ncut

    1下载:
  2. ncut在图像分割中的应用及实现(基于谱聚类的理论)(Application and implementation of NCUT in image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:5320704
    • 提供者:quneenie
  1. SpectralClustering

    0下载:
  2. 谱聚类的matlab实现demo,有谱聚类实现代码,还附带简单的kmeans代码(The spectrum clustering matlab implements demo, with spectral clustering implementation code, with simple kmeans code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:11836416
    • 提供者:lwlei
  1. 语音聚类示例

    0下载:
  2. 实验示例是基于语音中的mfcc,语音倒谱特征来进行聚类,先利用训练样本来计算训练样本聚类中心(用到了lbg算法),之后再进行分类。 注意:使用代码时需要自己更改文件路径。(This example is based on the MFCC in speech and the feature of speech Cepstrum to cluster. First, the training sample is used to calculate the training sample clus
  3. 所属分类:语音合成与识别

    • 发布日期:2018-05-01
    • 文件大小:1129472
    • 提供者:啦丿啦
  1. matlab模糊聚类程序 动态聚类图程序

    0下载:
  2. 利用MATLAB做模糊聚类,并且画出系谱图(MATLAB fuzzy clustering dynamic graph)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-29
    • 文件大小:43008
    • 提供者:小123
  1. puju(yiwei)

    1下载:
  2. 使用谱聚类算法进行图像分割,提取目标区域(pujulei algorithm used to image cut)
  3. 所属分类:其他

    • 发布日期:2019-02-19
    • 文件大小:526336
    • 提供者:平儿
  1. 断面确定_谱聚类算法

    3下载:
  2. 能够递归实现输电断面的识别;功能强大;谱聚类算法,IEEE39,14节点测试通过。可以自由拓展,对电力系统研究方向的同学有用(It can recognize transmission section recursively, and has powerful function. The spectrum clustering algorithm has passed the test of IEEE39,14 nodes. It can be expanded freely and is us
  3. 所属分类:其他

    • 发布日期:2021-04-21
    • 文件大小:4096
    • 提供者:认真思考234
  1. 数据挖掘中聚类算法研究进展_周涛

    1下载:
  2. 聚类分析是数据挖掘中重要的研究内容之一,对聚类准则进行了总结,对五类传统的聚类算法的研究 现状和进展进行了较为全面的总结,就一些新的聚类算法进行了梳理,根据样本归属关系、样本数据预处理、 样本的相似性度量、样本的更新策略、样本的高维性和与其他学科的融合等六个方面对聚类中近 20多个新算 法,如粒度聚类、不确定聚类、量子聚类、核聚类、谱聚类、聚类集成、概念聚类、球壳聚类、仿射聚类、数据流聚 类等,分别进行了详细的概括。(Clustering analysis is one of the impor
  3. 所属分类:其他

    • 发布日期:2019-12-20
    • 文件大小:1589248
    • 提供者:mwlmwl
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com