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

搜索资源列表

  1. cluster-3.6.5

    0下载:
  2. 一种数据聚类算法的源码,可以在模式识别和图像处理中试用。 -a data clustering algorithm source code, in pattern recognition and image processing trial.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:461.62kb
    • 提供者:刘中华
  1. Data-Mining-PPT

    0下载:
  2. 这是一个数据挖掘PPT的详细介绍,包括分析预测,聚类分析,挖掘频繁模式、关联和相关等-PPT is a detailed descr iption of data mining, including the analysis and forecasting, cluster analysis, mining frequent patterns, association and correlation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:sam
  1. kmean

    0下载:
  2. 使用k-means算法对150个数据集进行分簇。-K-means algorithm using 150 data sets to carry out sub-cluster.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:13.68kb
    • 提供者:朱东阁
  1. k-means-iris

    0下载:
  2. 针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性-For the well-known UCI machine learning repository of the iris data of kmeans cluster analysis procedure, a representative
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:8.25kb
    • 提供者:hannychen
  1. optics-VCPP

    1下载:
  2. Optics聚类算法 OPTICS没有显示地产生一个数据集合簇,它为自动和交互地聚类分析计算一个簇次序。这个次序代表了数据基于密度地聚类结构。它包含地信息,等同于从一个宽广地参数设置范围所获得的基于密度的聚类-Optics do not show clustering algorithm OPTICS to produce a collection of data clusters, it is automatically and interactively computing cluster
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:638.11kb
    • 提供者:winfrey
  1. Cluster

    3下载:
  2. 使用分解聚类算法在IRIS数据上进行聚类分析,IRIS数据是由鸢尾属植物的三种单独的花的测量结果所组成,模式类别数为3,特征维数是4,每类各有50个模式样本,总共有150个样本。-The use of decomposition in the IRIS data clustering algorithm on the cluster analysis, IRIS data are from the iris flower three separate components of the meas
  3. 所属分类:matlab

    • 发布日期:2015-03-25
    • 文件大小:3.4kb
    • 提供者:liz
  1. Cmeansalgorithmmatlabprocessprocedures

    0下载:
  2. C均值法的程序算法matlab 程序,本程序用MATLAB实现了聚类分析的功能,保存tex文件中,无数据-C-means algorithm matlab process procedures, the procedures used MATLAB implementation of the cluster analysis function, preservation of tex file, no data
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.34kb
    • 提供者:郭子中
  1. RepeatFCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on the division, which makes the idea is to be divided into clusters with the greatest simila
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:colin
  1. k-centers

    0下载:
  2. 不同于k均值聚类的k中心聚类,2007年SCIENCE文章Clustering by Passing Messages Between Data Points 中的方法-Unlike k-means clustering of the k cluster centers, in 2007 SCIENCE article, Clustering by Passing Messages Between Data Points of the Method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:15.85kb
    • 提供者:puguji
  1. fuz

    0下载:
  2. 使用Fuzzy Cluster Mean (FCM)與Principal component analysis (PCA)分類Yeast Data-Yeast data will be classified by means of Fuzzy Cluster Mean (FCM)and Principal component analysis (PCA) based on matlab.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-30
    • 文件大小:11.69kb
    • 提供者:Peter
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:168.85kb
    • 提供者:李浩
  1. automatic-classification-cluster

    0下载:
  2. 一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:668.15kb
    • 提供者:赵婧
  1. LEACH

    0下载:
  2. this paper develops and analyzes low-energy adaptive clustering hierarchy (LEACH), a protocol architecture for microsensor networks that combines the ideas of energy-efficient cluster-based routing and media access together with application-specifi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:338.94kb
    • 提供者:arvind
  1. Cluster

    0下载:
  2. clustering data at matlab
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:990byte
    • 提供者:lutfi
  1. EMAlgorithm

    0下载:
  2. 上数据挖掘课的课件,是EM算法的,其中还包括最大似然值,最大似然估计,以及cluster-data mining,EM Algorithm ,Likelihood, Mixture Models and Clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:501.76kb
    • 提供者:Erin
  1. SOFM

    0下载:
  2. Cluster data for image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:Joe
  1. General_neural_network_of_clustering_algorithm

    0下载:
  2. 模糊聚类虽然能够对数据聚类挖掘,但是由于网络入侵特征数据维数较多,不同入侵类别间的数据差别较小,不少入侵模式不能被准确分类。本案例采用结合模糊聚类和广义神经网络回归的聚类算法对入侵数据进行分类。 -Although fuzzy clustering to cluster the data mining, but the characteristics of the network intrusion data more dimensions, different invasion was l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:25.15kb
    • 提供者:si
  1. cluster-analysis

    0下载:
  2. 聚类分析的matlab源代码,文件中5种方法方法,每种方法都有测试数据-Cluster analysis matlab source code, documentation methods, 5 methods, each method has the test data
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:17.41kb
    • 提供者:yumingwei
  1. cluster

    0下载:
  2. 聚类算法,对数据集进行聚类,得出训练后的胜出权值和所有权值-Clustering algorithm to cluster data sets, to win the right to come to training value and ownership of values
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:323.96kb
    • 提供者:邓评
  1. icp

    0下载:
  2. cluster data using iterative scheme
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:13kb
    • 提供者:Aaronfeng
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com