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

搜索资源列表

  1. kMeansCluster

    0下载:
  2. K-均值聚类,比较好的聚类方法,应用广泛-K-means clustering, a better clustering method, widely used
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1526
    • 提供者:王娆芬
  1. extract_document

    0下载:
  2. 这是一个提取 Reuter-21578 的程序, 用做自然语言处理, 文本分类聚类,和信息检索的测试集!-This is an extract of the Reuter-21578 procedure, used for natural language processing, text classification clustering, and information retrieval test collection!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:11928072
    • 提供者:李成华
  1. kmeans

    0下载:
  2. 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:3567
    • 提供者:huang
  1. KmeanCluster

    1下载:
  2. 数据挖掘中的聚类算法简单实例,实现对数字的聚类分析,可以帮助初学者理解聚类算法-Data mining clustering algorithm simple example of the realization of the cluster analysis of the figures that can help beginners understand the clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5918
    • 提供者:卓琳 瑞格
  1. txt2wav

    0下载:
  2. 一个模式识别中聚类算法的实现,可用于语音识别的-Clustering of a pattern recognition algorithm can be used for speech recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:11717
    • 提供者:顾鸿虹
  1. 20080229123745538

    0下载:
  2. 一个模式识别中聚类算法的实现,可用于语音识别的-Clustering of a pattern recognition algorithm can be used for speech recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-16
    • 文件大小:27726
    • 提供者:顾鸿虹
  1. midujuli

    2下载:
  2. 本算法是基于一种密度和距离混合聚类算法的研究-The algorithm is based on the density and distance of a Hybrid Clustering Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-04-30
    • 文件大小:560522
    • 提供者:栾丽
  1. Kmeans

    0下载:
  2. 基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割-Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the original algorithm Kmeans spots for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:84651
    • 提供者:蚂蚁
  1. RBFjulei

    0下载:
  2. 这是一个用RBF神经网络实现的一个聚类算法,希望能够有用-This is a RBF neural network using a clustering algorithm to achieve the hope of useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1517
    • 提供者:lyulong
  1. MatlabK-means

    0下载:
  2. 用matlab语言实现K-MEANS聚类算法-Matlab language used K-MEANS CLUSTERING ALGORITHM
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6633
    • 提供者:刘年
  1. program

    0下载:
  2. 其中有五个程序,详细地说明了五种基于模糊数据的模糊聚类的方法与实现步骤。其中五种程序分别来自五个权威外文论文-Among them, five procedures, detailed descr iption of five based on fuzzy data fuzzy clustering methods and implementation steps. Five procedures in which the authority of a foreign language from
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:9782
    • 提供者:
  1. julei

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:123706
    • 提供者:alexandar
  1. GetDistance

    1下载:
  2. 用聚类分析算法计算样本之间的距离,函数形式为: GetDistance(pattern1,pattern2,type)-Cluster analysis algorithm using the distance between samples, function form: GetDistance (pattern1, pattern2, type)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:967
    • 提供者:冷北雪
  1. MSClustering

    0下载:
  2. 使用MeanShift进行分割聚类的代码~-The use of segmentation MeanShift clustering code ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:37043
    • 提供者:Armstrong
  1. colorSignature

    0下载:
  2. 用openCV提取图片的象素值,用聚类进行分割,找出各个聚类的中心点,聚类个数是动态决定的,可重新设置个数最大上限。-OpenCV extract images using pixel value segmentation by clustering to identify the center of each cluster, clustering is a dynamic number of decisions can be re-set the upper limit of the num
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2432
    • 提供者:zzd
  1. k-means

    0下载:
  2. 聚类实现,k-means算法的一个MATLAB实现-Achieve clustering, k-means algorithm to achieve a MATLAB
  3. 所属分类:matlab

    • 发布日期:2016-10-17
    • 文件大小:2234
    • 提供者:军官
  1. julei

    0下载:
  2. 经典模糊聚类算法的matlab程序框架,简单容易理解。-Classical fuzzy clustering algorithm matlab Framework, a simple easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6373
    • 提供者:许翔
  1. ClusterBasics-V1.0

    0下载:
  2. 各类聚类算法程序包,包含各种经典的聚类算法,例如:k-mean聚类等-Various types of clustering algorithm package, contains a variety of classic clustering algorithms, such as: k-mean clustering, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:201914
    • 提供者:王朝霞
  1. my-keans

    0下载:
  2. 实现聚类算法中的K-MEANS算法,对随机生成的点进行了聚类。-Clustering algorithm to achieve the K-MEANS algorithm, on randomly generated points in the cluster.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:34156
    • 提供者:刘文
  1. FuzzyClusteringToolbox

    0下载:
  2. 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2136262
    • 提供者:王梦萍
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com