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

搜索资源列表

  1. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
  1. K-

    0下载:
  2. 给出了一种基于距离的模糊隶属度定义形式,通过这种定义来改进K-近邻算法,得到一种自己定义的模糊K-近邻算法。同时本文中给出编程流程,编程思想以及实验结果。-A distance-based definition of fuzzy membership form, by this definition to improve K-nearest neighbor algorithm to obtain a defined fuzzy K-nearest neighbor algorithm. The
  3. 所属分类:Special Effects

    • 发布日期:2015-06-04
    • 文件大小:1024
    • 提供者:xujingxue
  1. K-Means

    0下载:
  2. K-means algorithm code matlab
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:92648
    • 提供者:mahran omairy
  1. k-mean

    0下载:
  2. 快速K均值分类方法,该方法简单准确,是一个很好的参考程序-Fast K-means classification method, the method is simple and accurate, is a good reference
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:1165
    • 提供者:shuijing
  1. face-detection-for-K-L-transform

    0下载:
  2. 基于K-L变换的人脸识别技术主要思想是:提取输入人脸图像矩阵的特征向量,并与图像数据库中样本特征的向量求欧氏距离,距离小于阈值时便认为识别成功。本程序即为利用K-L原理实现人脸检测的实例。-The main idea of ​ ​ the face recognition technology based on KL transform is: extract the matrix of the input face image feature vectors and Euc
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:3775
    • 提供者:guocheng
  1. K-medoids-with-the-analysis-

    1下载:
  2. 基于聚类的K中心点算法,附带说明文档,代码简单高效,很好的利用了矩阵的代数运算。数学思想较为高深,但通过仔细研读说明文档和动手操作,matlab数学分析能力可以得到有效的提高-K medoids clustering annotated document, the code is simple and efficient, good use of matrix algebra operations. Mathematical thinking is more profound, but by c
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:10741
    • 提供者:菜包
  1. K-means

    0下载:
  2. K均值算法描述: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。-K-means algorithm described: a given number of classes K and N objects assigned to the K-th class, so that objects within the class of the similarity between the maximum, while the simi
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:123517
    • 提供者:吴光辉
  1. K-means.tar

    0下载:
  2. K-Means for clustering
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:492160
    • 提供者:MD
  1. K-MEANS1

    0下载:
  2. K-MEANS for clistering by in C-K-MEANS for clistering by in C++
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:1567922
    • 提供者:MD
  1. K-Means

    1下载:
  2. efficient clustering by using k-means
  3. 所属分类:Other systems

    • 发布日期:2017-07-19
    • 文件大小:536576
    • 提供者:MD
  1. K-means-color-segmentation

    0下载:
  2. K均值图像检测,GUI界面,可对彩色图像分割-K-means image detection, the GUI interface, color image segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:1090
    • 提供者:mhx_nx
  1. K-means

    0下载:
  2. 模式识别中的k-means算法程序,用来分类,查看了一个Kradi Teknomo博士的程序,自己理解了一下,加了中文的解释-K-means algorithm in pattern recognition procedures used to classify。 the algorithm file is almost made by Kradi Teknomo Dr. procedure, and i understand it, plus the Chinese interpretatio
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:2214
    • 提供者:张雷
  1. K-MEANS

    0下载:
  2. k均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。-k-means clustering is one of the most famous partition clustering algorithm, due to the simplicity and efficiency so that he became the most widely used i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2695
    • 提供者:SmileHF
  1. k-meas

    1下载:
  2. k近邻法分类iris数据。iris数据共分三类,每一类50个数据,这里把每一类前20个作为训练样本,后30个作为测试样本-k-nearest-neighbor classification iris data. iris data is divided into three categories, each category of data from 50, as the training samples in each category of the top 20 after 30 as th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:717
    • 提供者:张亚为
  1. K---nearest-neighbour-classifier

    0下载:
  2. 采用快速K近邻与Kmeans聚类算法来计算前K个近邻,舍弃了一部分不可能成为待测样本的前K个近邻的训练样本,从而减少了计算量,提高了分类速度-Fast K-nearest neighbor Kmeans clustering algorithm to calculate the K nearest neighbors, abandoning the training samples of the part can not become the first K neighbors of the t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:3608
    • 提供者:houying
  1. K-Means-Matlab

    0下载:
  2. k-means聚类算法的matlab代码 截图的 想用还是自己手打吧-k-means clustering algorithm matlab code screenshot or their own hands to fight it.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:5484
    • 提供者:胡爹
  1. K-means

    0下载:
  2. java语言编写的k-means算法希望会对你有帮助 适合初学者-this is a k-means algorithm。this is a k-means algorithm。this is a k-means algorithm。this is a k-means algorithm。
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:8354
    • 提供者:adam
  1. K-L-change

    0下载:
  2. 不考虑类别信息对整个样本集进行K-L变换 利用类平均向量提取判别信息-Does not consider the category information for the entire sample set KL transform the use of mean vector to extract discriminant information
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:30308
    • 提供者:
  1. k-means

    0下载:
  2. k—均值算法opencv代码实现。 k-Means 算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1681
    • 提供者:陈宇
  1. k-means

    0下载:
  2. 利用k-means聚类对图像进行分割,在MFC中实现。-k-means image segmentation by c++
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:100847
    • 提供者:chenhua
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com