搜索资源列表

  1. isodata_iris

    0下载:
  2. 聚类分析isodata算法的C程序,实现对iris数据集分类的功能
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2.77kb
    • 提供者:王璐瑶
  1. isodata_iris

    0下载:
  2. 聚类分析isodata算法的C程序,实现对iris数据集分类的功能-ISODATA cluster analysis algorithm C procedures, to achieve the classification of iris data set features
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-19
    • 文件大小:3kb
    • 提供者:王璐瑶
  1. Cmeansclusteringmethods

    0下载:
  2. 本算法在vc++6.0中进行实验。分别就分解聚类和C-均值聚类两种方法在IRIS数据集上进行操作。分类前先将数据集中的样本顺序打乱形成混合数据。分解聚类中,采用前100个样本用对分法编制程序将数据分为两类。C-均值聚类采用全部的150个样本,将类别参数K设为3,将数据分为三类。-The algorithm in vc++6.0 in the experiment. Separate cluster and decomposition o
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:2kb
    • 提供者:万鹏程
  1. isodata

    0下载:
  2. ISODATA聚类算法,内附详细注解,使用了Iris数据集。ISODATA是一种常用的聚类算法之一。-ISODATA clustering algorithm, containing detailed notes, using the Iris data set. ISODATA clustering algorithm is a common one.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-19
    • 文件大小:3kb
    • 提供者:xiaocai
  1. k-means-and-cure-in-Iris-Data-Set

    0下载:
  2. 聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-ba
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-19
    • 文件大小:185kb
    • 提供者:牛魔王
  1. KMeans

    0下载:
  2. 采用C++实现Kmeans聚类算法,距离的计算采用的是欧氏距离。数据集是weka自带的data里面的iris.arff数据集。假设样本所有属性都是数值属性,不考虑分类属性。-C++ implementation Kmeans classic clustering algorithm, the distance is calculated using the Euclidean distance. Data set is data tha
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-19
    • 文件大小:1.47mb
    • 提供者:李倩
  1. FCM_iris

    0下载:
  2. 2. iris鸢尾植物数据 a) 数据集描述:该数据集包含150个实例,属性个数为4,已知分为3类。 b) 参数选择:  聚类数为3  加权指数m=2  最大迭代次数为1000,隶属度最小变化量1e-5 -1. Iris iris plant data A) data set descr iption: the data set contains 150 exa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:电子develop
  1. BFO-cluster

    0下载:
  2. 基本的细菌觅食聚类程序,测试数据集为IRIS数据集。-The basic bacterial foraging clustering procedure, the test data set for the IRIS data set.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-19
    • 文件大小:3kb
    • 提供者:skin
  1. DM_YeDan

    0下载:
  2. KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two
  3. 所属分类:易语言编程

    • 发布日期:2024-11-19
    • 文件大小:7.82mb
    • 提供者:dancy88927
  1. Cluster

    0下载:
  2. 使用k-means、k-media、层次聚类方法,并通过iris数据集测试-Using k-means, k-media, hierarchical clustering method, and through the iris data set test
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:3kb
    • 提供者:
  1. kmeans

    0下载:
  2. 基于mailab iris数据集的kmeans聚类,适于matlab及聚类分析的入门学习-failed to translate
  3. 所属分类:图形图象

    • 发布日期:2024-11-19
    • 文件大小:9kb
    • 提供者:武峥
  1. FCM

    0下载:
  2. 基于matlab iris数据集的FCM(模糊C)聚类,适于matlab和聚类分析的入门学习。-failed to translate
  3. 所属分类:绘图程序

    • 发布日期:2024-11-19
    • 文件大小:6kb
    • 提供者:武峥
  1. DataSet

    0下载:
  2. 这是在机器学习、人工智能、数据挖掘中经常用到的数据集,聚类分析也经常用,包括:UCI的数据集wine,yeast,iris等,还有USPS数据集,4k2_far,leuk72_3k数据集等。-This is in machine learning, artificial intelligence, data mining frequently used data sets, cluster analysis are often used
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-19
    • 文件大小:6.95mb
    • 提供者:huisu
  1. k-means-iris

    0下载:
  2. 运用k-means算法对IRIS数据集进行聚类分析-K-means algorithm is appliled to do cluster analysis for IRIS dataset.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-19
    • 文件大小:9kb
    • 提供者:李玉红
  1. K均值对iris数据集聚类

    0下载:
  2. k-means算法对irisdata数据集进行聚类(The k-means algorithm clustering the irisdata datasets)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:3kb
    • 提供者:redeemer
  1. iris

    0下载:
  2. 对鸢尾花数据集进行模糊聚类,将模拟退火算法及遗传算法分别与模糊聚类算法结合,使聚类效果更好。(Fuzzy clustering of the Iris Dataset)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:47kb
    • 提供者:Ingrid0302
  1. 模式识别代码

    0下载:
  2. 基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implemen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-19
    • 文件大小:6kb
    • 提供者:张小明12345
  1. irisdata

    0下载:
  2. 用于聚类的数据集。。。。。。。。。。。。。(Data sets for clustering)
  3. 所属分类:Windows编程

    • 发布日期:2024-11-19
    • 文件大小:3kb
    • 提供者:chen717
  1. K-means聚类

    0下载:
  2. 应用K-means聚类算法,实现对iris数据集的分类(Using K-means clustering algorithm to realize the Classification of iris dataset)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:8kb
    • 提供者:salleyye
  1. k_means

    0下载:
  2. 利用K均值算法对Iris数据集进行聚类,实现Iris数据集的无监督学习。(K-means algorithm is used to cluster iris data set to realize unsupervised learning.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:Tcareer
« 12 »

源码中国 www.ymcn.org