CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - clustering

搜索资源列表

  1. cluster

    0下载:
  2. 聚类分析 Clustering 可以用来做聚类分析图,有实例-Clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2354
    • 提供者:胜冬
  1. K-means

    0下载:
  2. K-means聚类算法实现代码,在VC++环境下开发的,令附有实验样本集。-K-means clustering algorithm code, in the VC++ development environment, so that experiments with sample set.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:10016
    • 提供者:张敏
  1. DMcureandan

    0下载:
  2. 很详细的数据挖掘聚类算法源代码,供大家学习,很有用-Very detailed data mining clustering algorithm source code for all to learn, very useful
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:315804
    • 提供者:李明
  1. AGNESHierarchicalDataMining

    0下载:
  2. 层次AGNES聚类挖掘,本程序用MFC强力打造经典算法,程序附有要处理的数据集,程序源代码有很详细的注释,功能基本实现,但是也有部分BUG,望广大用户斧正 。-AGNES clustering Hierarchical mining, the program uses MFC to create a strong classical algorithm, the program to deal with data sets, the program source code with very d
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:100097
    • 提供者:shelleyhacker
  1. fcm

    0下载:
  2. fcm聚类算法,功能函数大全,希望对大家有很好的帮助,这样就值了,-fcm clustering algorithm, performance function Daquan, hope you have a good help, so that the value of, thank you
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:5882
    • 提供者:张杰
  1. JuLei

    0下载:
  2. c语言编写的 C均值 聚类算法源程序,速度很快-c language source code of the C-means clustering algorithm, very fast
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:741744
    • 提供者:李春生
  1. AntClustering

    0下载:
  2. 实现蚁群聚类的C++程序,调试可用。输出聚类结果以及聚类图-ant Clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:469896
    • 提供者:华丹
  1. ClusteringAlgorithm

    0下载:
  2. 模式识别的两个重要的聚类算法。包括简单聚类算法和谱系聚类算法。C语言实现。-Pattern recognition are two important clustering algorithm. Including a simple clustering algorithm and hierarchical clustering algorithms. C language.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6204
    • 提供者:hrain
  1. fcm

    0下载:
  2. 采用模糊C均值对数据集完成聚类,并得到较好的结果-Using fuzzy C means clustering on the complete data set, and get better results
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:cjy
  1. ordinary_algorithm_for_pattern_recognition

    1下载:
  2. 使用C语言实现的一些简单模式识别聚类算法,用于简单的二维坐标系点的聚类。有最短距离算法、K均值算法、近邻算法、fcm算法、最大最小距离算法。-Using the C language implementation of some simple pattern recognition clustering algorithm for a simple two-dimensional coordinate system point of clustering. Has the shortest di
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4983
    • 提供者:lee
  1. shujuwajue

    0下载:
  2. 算法描述: K均值聚类算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小-Algorithm Descr iption: K-means clustering algorithm: Given the number of classes K, the N objects assigned to a class K to go, making within-class similarity between objects
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1783
    • 提供者:魏志鹏
  1. ants_arithgom

    1下载:
  2. aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建 mcl是马尔科夫聚类算法 nmf是矩阵的非负分解 Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:41468
    • 提供者:颜利平
  1. DBSCAN

    0下载:
  2. Usefule ways of clustering using DBSCAN Matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4675
    • 提供者:Zangaha
  1. categoricalrock

    0下载:
  2. Robust Categorical clustering using no of neigbour for clustering
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:843533
    • 提供者:Zangaha
  1. VCfcm

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on division, and its thinking that it is making is divided into the same cluster of the bigge
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:77888
    • 提供者:samari
  1. VisualizationApproachBasedonMultimediaClustering.

    0下载:
  2. Visualization Approach Based on Multimedia Clustering
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-02
    • 文件大小:765096
    • 提供者:balu
  1. three_color

    0下载:
  2. 在omnet++平台下仿真实现无线传感器网络三色成簇算法-In omnet++ simulation platform for wireless sensor networks under the three-color clustering algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:108212
    • 提供者:lifer_007
  1. meimei

    0下载:
  2. matlab聚类分析方法,利用c均值方法对IRIS数据进行聚类分析-matlab cluster analysis methods using c mean clustering analysis of IRIS data
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:5357
    • 提供者:梅凯珍
  1. FastKmeansSourceCodeCpp

    0下载:
  2. 快速K-Means聚类:ENNS PDS 添加到搜索过程中,速度降至FS的10 左右-Fast K-Means Clustering: ENNS PDS to the search process
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3303160
    • 提供者:yudaxia
  1. IntroductiontoInformationRetrieval

    0下载:
  2. Introduction to Information Retrieval is the first textbook with a coherent treatment of classical and web information retrieval, including web search and the related areas of text classification and text clustering. Written from a computer sci
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-16
    • 文件大小:3818287
    • 提供者:ahmed
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com