搜索资源列表

  1. my_clustering

    0下载:
  2. 我自己编写的分层聚类算法,类内采用最大距离,类间采用最小距离实现-myself prepared by the Hierarchical clustering algorithm, the largest category within distance between categories of use to achieve minimum distance
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:张成
  1. isogroup032

    0下载:
  2. 两个聚类中心之间的最小距离,如小于此数,两个聚类进行-two cluster centers between the minimum distance, as tens of thousands of small, two Clustering
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:王华
  1. ShortestDistance

    0下载:
  2. java实现层次聚类最小距离算法,代码结构良好,具有复用性.-java achieve minimum distance hierarchical clustering algorithm, code structure and has a good reusability.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zyq
  1. highflybird-lisp

    0下载:
  2. 计算几何中的几种lisp语言的算法,包括凸包,最小包围圆,点集的最大直径,最小距离等。-computational geometry of several lisp language algorithms, including the convex hull, the smallest enclosing circle, Point Set diameter of the largest and the smallest distanc
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:30720
    • 提供者:highflybird
  1. Cjunzhi

    0下载:
  2. C均值 算法步骤 (1) 任选C个模式特征矢量作为出事聚类中心:Z1,Z2 (2) 将待分类的模式特征矢量集{Xi}中的模式逐个按最小距离原则分化给C类中的饿某一类 (3) 计算重新分类后的各类心 (4) 如果Zj=Zi则结束,否则K=K+1转至(2) -C means algorithm steps (1) choose C models feature vector as the incident clust
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:谢平
  1. ISODATA

    0下载:
  2. ISODATA算法 算法步骤: (1) 预置 a. 设定聚类分析控制参数: lc=预期的类数, lNc=初始聚类中心个数(可以不等于c), lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类), lθs =类内各分量分布的距离标准差上界(大于此数就分裂), lθD=两类中心间的最小距离下界(若小于此数,这两 -ISODATA algorithm algorithm steps: (1
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:谢平
  1. ISODATA

    0下载:
  2. 在各种聚类算法中,ISODATA可以说是应用最广泛的。以与代表点的最小距离作为样本聚类的依据,因此比较适合各类物体在特征空间以超球体分布的方式分布,对于分布形状较复杂的情况需要采用别的度量。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:陈东
  1. FaceRecognition

    0下载:
  2. 笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类 -The author of the Matlab environment to prepare the face recognition algorithm under small experiment using classical PCA alg
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:27648
    • 提供者:杨愚根
  1. zuidazuixiao

    0下载:
  2. 模式识别----模式识别中最大最小距离算法例子源码----- Pattern recognition pattern recognition algorithm for the largest example of a minimum distance between source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:啊德
  1. MaxMinDis-C

    0下载:
  2. 最大最小距离算法-C语言开发的,也称判定数归纳算法。-The largest minimum distance algorithm-C language development, also known as algorithms to determine the number of induction.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:180224
    • 提供者:
  1. pattern

    0下载:
  2. 模式识别的两种分类方法,一是基于最小距离法,另外一种是基于C-均值法.-Pattern recognition of two classification methods, one based on the minimum distance method, another is based on the C-mean method.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:47104
    • 提供者:原无星
  1. Distance

    0下载:
  2. 最小距离法进行模式识别的一类经典程序设计算法-Minimum distance method for a class of pattern recognition algorithm for classical programming
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:50176
    • 提供者:xiaoliu
  1. classify

    0下载:
  2. 分级聚类程序,可实现最小距离聚类法、最大距离聚类法、平均距离聚类法。-Hierarchical clustering procedure can achieve the minimum distance clustering, maximum distance clustering method, the average distance clustering method.
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:13514752
    • 提供者:Adolph
  1. pattenrecongition

    0下载:
  2. 通过用最小距离分类判别方法,用MATLAB程序找出最小距离分类判别时的识别界面,从而进行识别已知的两类训练样本,并分析其识别错误率。-By using minimum distance classifier discriminant method, using MATLAB program to find the minimum distance classifier recognition interface when the jud
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:lixue
  1. Classifier_min_dist_f

    0下载:
  2. 最小距离分类器,matlab环境下,可直接调用-Minimum distance classifier, matlab environment, can be directly invoked
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:vicky
  1. fenlei1

    0下载:
  2. 利用提出的纹理灰度值进行最小距离分类遥感图像-Using the proposed minimum distance of gray value texture classification of remote sensing image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:刘晓航
  1. code

    0下载:
  2. 利用最小距离分类器分类3种尾植物的完整实现代码-Minimum distance classifier using three kinds of classification of plants complete the end of the implementation code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:tianwenxu
  1. min——Classifier_dist_f

    0下载:
  2. 最小距离分类器,可以用于做对比算法,人脸识别中经常用(The minimum distance classifier can be used for comparison algorithms)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:16384
    • 提供者:caoyao
  1. BP神经网络+最小距离分类器

    0下载:
  2. BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:123456梦
  1. 距离最短路由

    0下载:
  2. 用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:lxta209
« 12 3 4 5 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org