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

搜索资源列表

  1. a

    0下载:
  2. 图像分割 模糊聚类分割算法 通过MATLAB实现的C聚类分割算法,输入分割类别数。可以得到分割后的图像对比-Image segmentation algorithm based on fuzzy clustering partition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:
  1. juleihefenlei

    0下载:
  2. 对一组样本通过C-means算法进行聚类分析,然后对聚类结果用感知器算法进行分类,是模式识别课程的实验。-Samples of a group through the C-means cluster analysis algorithm, and then the results of the clustering algorithm used to classify perceptron is a pattern recognition course experiment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:韩梅
  1. c_mean

    0下载:
  2. 用matlab实现的c均值聚类算法,用于图像分割,分割效果很好-Matlab achieved with c-means clustering algorithm for image segmentation, segmentation well
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1527
    • 提供者:赵伟
  1. cluster-2.9

    0下载:
  2. 图聚类算法工具包源代码,可对vector类型数据实现聚类。C++代码-Clustering algorithm source code kit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:34770
    • 提供者:lxg
  1. ISODATA

    0下载:
  2. C++中的ISODATA算法示例,ISODATA算法是一种基于统计模式识别、经典的动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。 -C++ examples of ISODATA algorithm, ISODATA algorithm is based on statistical pattern recognition, a classic of the dynami
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:10832
    • 提供者:994
  1. FCMandCFCM

    1下载:
  2. FCM算法是应用最广泛的聚类分析方法之一,CFCM也是模糊数学中的一种聚类分析算法。 现在给出的这两个算法是C++代码实现的。 -FCM algorithm is the most widely used method of cluster analysis, CFCM is a kind of fuzzy clustering analysis in the algorithm. Now given by the two algorithms is the C++ code to achi
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:58484
    • 提供者:蒋雯倩
  1. COMPACT

    1下载:
  2. k-means clustering algorithm, C means Fuzzy clustering algorithm-k-means clustering algorithm, C means Fuzzy clustering algorithm...
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2013-01-15
    • 文件大小:119360
    • 提供者:mihee
  1. C__julei

    0下载:
  2. 一种非常实用的C均值聚类算法,可以用于数据挖掘、图像分割等领域-A very useful C-means clustering algorithm can be used for data mining, image segmentation and other areas of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1762
    • 提供者:hanguang
  1. kmeanC

    0下载:
  2. k均值聚类算法的C++实现,在VC2003下调试通过。-k-means clustering algorithm C++ implementation, the VC2003 debug through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1052071
    • 提供者:logor
  1. kmean

    0下载:
  2. K-Means Clustering Algorithm implemented in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3071
    • 提供者:Alak Roy
  1. k_mean

    0下载:
  2. 简单的k均值聚类算法,C++实现,将若干点聚类为两类-A simple k-means clustering algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1354
    • 提供者:gao x.y.
  1. DBSCAN

    1下载:
  2. DBSCAN 简单来说就是一种基于密度的聚类算法。 数据输入支持weka数据格式,里面有一个例子数据,结果与weka比较过,是相同的。 网上有一个DBSCAN的C#的源码,但是错的。-DBSCAN is simply a kind of density-based clustering algorithm. Data entry support weka data format, which is an example of data, results and weka comparis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:57057
    • 提供者:孙甲申
  1. Cluster

    1下载:
  2. 一个用VC编写的聚类案例,可以实现C聚类、模糊聚类和应用遗传算法对样品进行聚类分析 -Written in a cluster with VC cases, can be achieved C clustering, fuzzy clustering and genetic algorithm for cluster analysis of samples
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-24
    • 文件大小:7714933
    • 提供者:刘钢
  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. 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. kmlocal-1.7.2

    0下载:
  2. C实现的kmeans聚类算法 根据输入数据,进行kmeans聚类 -C to achieve kmeans clustering algorithm based on the input data, kmeans clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:435908
    • 提供者:Cindy
  1. LEGCluster

    0下载:
  2. LEGcluster聚类算法的c++实现,对研究生及本科生有帮助!-LEGcluster clustering algorithm c++ implementation of the graduate students and undergraduate students help!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2103050
    • 提供者:严小刚
  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. cluster

    0下载:
  2. 这是关于数据挖掘技术中的聚类算法的一个源代码,用c++编的-tihs is about clustering algorithm of data mining field writing by c++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:373411
    • 提供者:jd
  1. kmeans

    0下载:
  2. 这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2716060
    • 提供者:柯安滨
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com