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

搜索资源列表

  1. Kmeanjulei

    0下载:
  2. k均值聚类分析,比较简单,只适合学习使用个,不适合数据处理。-k-means clustering analysis, relatively simple, only suitable for learning to use one, not suitable for data processing.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:31312
    • 提供者:宋家勇
  1. k

    0下载:
  2. 使用神经网络的K算法来对数据进行分类,有具体的实验要求和图-K using the neural network algorithm to classify the data, there is a specific test requirements and plans
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:16695
    • 提供者:张肖
  1. k_means_Gray

    0下载:
  2. 对于灰度图的 k均值算法实现 matlab代码-Gray graphics k-means matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:957
    • 提供者:Leo
  1. a

    0下载:
  2. 对于彩色图像的 k均值算法的matlab代码 文件置于c盘根目录-Colored graphics k-means algorithm matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:823
    • 提供者:Leo
  1. Colorimage_segmentation

    1下载:
  2. 利用K均值聚类实现彩色图像分割,效果不错-Color Image segmentation using K-means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:862780
    • 提供者:王成
  1. Kmeans_grayimage

    0下载:
  2. 简单的灰度图像的K均值聚类分割,Matlab实现-gray image segmentation using K-means clustering by matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1027
    • 提供者:王成
  1. kp_harrislaplace

    0下载:
  2. K. Mikolajczyk的尺度不变harris-laplace keypoint检测-K. Mikolajczyk of the scale-invariant harris-laplace keypoint detection
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1422
    • 提供者:杨森泉
  1. ClassifyHomework

    0下载:
  2. 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2335
    • 提供者:youxia
  1. cluster

    0下载:
  2. k均值聚类算法 c语言实现的!!!!! -k-means clustering algorithm c language to achieve! ! ! ! !
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:328425
    • 提供者:jianying059
  1. m

    1下载:
  2. 该程序试图考察一组数据服从哪种分布(正态,指数或双边指数),并利用K-S检验对各种分布作了检验。-The program attempts to examine a set of data subject to which distribution (normal, exponential or bilateral index), and use KS test has been tested in a variety of distributions.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:260786
    • 提供者:姚益武
  1. matlab-code

    1下载:
  2. 模式识别c均值聚类,也陈k均值,是模式识别中最最要的聚类方法之一。-Pattern Recognition, c-means clustering, and Chen k means, is far the most to the clustering pattern recognition methods.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:118405
    • 提供者:
  1. KMEANS

    0下载:
  2. K-Means动态聚类算法源程序。可以用来发现社团结构。-Dynamic K-Means clustering algorithm source code. The structure can be used to find associations.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:252199
    • 提供者:刘长棕
  1. K-means

    0下载:
  2. k-means 算法的实现,提供数据,且能够顺畅运行-K-means,method,which is a famous method to cluster data. This package also give you the data to do experiment. It can run frequently
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:48112
    • 提供者:qian8768
  1. SIRP

    4下载:
  2. 基于SIRP方法的相干相关K分布雷达杂波的建模与仿真程序,包含三个文件。主文件为K_distribution.m,两个函数文件nonline_eq_sirp.m,fseries.m。-K-distribution radar clutter simulation code based on SIRP method,including three files. The main file is K_distribution.m, the two function files are nonline
  3. 所属分类:matlab

    • 发布日期:2016-04-24
    • 文件大小:3405
    • 提供者:张晓斌
  1. Parking

    0下载:
  2. 有一个停车场,有m个进口,n个出口,k个空车位。要求每一刻只能有一个进口有车进入。停车场内没有一个集中的管理者,采用分布式的算法实现。能够动态的增加一个进口节点。-There is a parking lot, there are m-imported, n outlet, k empty parking spaces. Requires that every moment there can be only one import a car to enter. Car park does no
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:28891
    • 提供者:秦佳佳
  1. kmean

    0下载:
  2. k mean clustering in matlab
  3. 所属分类:matlab

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

    0下载:
  2. C++版,简单的实现k-均值算法。-C++ version, a simple realization of k-means algorithm. .............
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:919140
    • 提供者:李胜杰
  1. kspace

    0下载:
  2. this file describes that how to construct the k-space.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1258
    • 提供者:李英愛
  1. K_mean_Clustering

    0下载:
  2. k-mean clustering explained in pdf document.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:147006
    • 提供者:Arturo
  1. kmean_zmx_try

    0下载:
  2. k-means Cluster,kmean_zmx_try.rar,k均值聚类算法的matlab源代码-k-means Cluster,kmean_zmx_try.rar
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1331
    • 提供者:zmx
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com