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

搜索资源列表

  1. k-means-algorithm-

    0下载:
  2. 在matlab开发环境下用k均值算法实现数据的分类,以及得到数据的聚类中心- realizingthe data classification With k-means algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:8796
    • 提供者:赵子岩
  1. K-Line-search-system

    0下载:
  2. stock股票K线图查询系统,根据数据生成一个K线图和L线图-stock stock K line graph query system
  3. 所属分类:android

    • 发布日期:2017-11-05
    • 文件大小:372308
    • 提供者:士大夫
  1. K-means

    0下载:
  2. 我自己写的K-means,算法希望对大家有帮助-I wrote it myself K-means, we want to help algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:17032
    • 提供者:sixh
  1. 1

    0下载:
  2. 对彩色图像进行K均值的图像分割,可用于模式识别-K on the mean color image segmentation, can be used for pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3486
    • 提供者:qing
  1. K-seg

    0下载:
  2. 一种K值聚类算法,用来分割彩色图像,提取出目标物体-A K value of the clustering algorithm, used to separate the color image, extracting the target object
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:848
    • 提供者:王军婷
  1. weighted_kmeans

    0下载:
  2. 用于实现weighted k-means算法,可以运行-It is used to perform weighted k-means clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1481
    • 提供者:ninhan
  1. K-LtrasformFisherregulation

    0下载:
  2. 基于K-L变换和Fisher 线性判别的人脸图像识别-the face recognition based on K-L trasformation and Fisher regulation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:419313
    • 提供者:小王
  1. k-means-clustering

    0下载:
  2. 用C语言程序通过先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。-C Programming Language by first randomly selected the K object as initial cluster centers. And then calculate the distan
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:13305
    • 提供者:刘平
  1. k

    2下载:
  2. K型热电偶校验仪,基于MSP430F149,使用MAX6675补偿芯片,在IAR上的程序-K-type thermocouple calibrator, MSP430F149, MAX6675
  3. 所属分类:SCM

    • 发布日期:2016-04-26
    • 文件大小:54272
    • 提供者:刘银
  1. K-means

    0下载:
  2. K-means 算法的实现,以及介绍。运行过了-Realization of the K-means algorithm, as well as the introduction. Run-off
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:22418
    • 提供者:金浩强
  1. k-matlab

    0下载:
  2. k均值的现代模式识别的作业,包括实验报告,对学习这门课的同学很有用-k-means modern pattern recognition operations, including the lab report, students learning this course useful
  3. 所属分类:Graph program

    • 发布日期:2017-11-17
    • 文件大小:9915
    • 提供者:暮之
  1. K-means

    0下载:
  2. 修改参数可以实现任意样本总数,任意维数,任意聚类中心个数的K-Means Algorithm-The modify parameters can achieve any total number of samples, any dimension, any number of cluster centers K-Means Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:5136
    • 提供者:yaoyanjie
  1. K-means

    1下载:
  2. K均值算法,适合于初学者。包括matlab源代码,测试数据等。-K-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:2048
    • 提供者:ys
  1. K-matrixe-of-FEM

    1下载:
  2. Matlab计算有限元软件刚度矩阵的生成-it can be used to calculate the K matrixe calculation
  3. 所属分类:matlab

    • 发布日期:2015-04-13
    • 文件大小:3072
    • 提供者:付甲
  1. K-SVD-english

    1下载:
  2. 主要介绍K-SVD的功能,通过PPT的形式,详细地介绍了字典的训练,还有BP,MP的步骤-Introduces K-SVD dictionary training, as well as BP, MP steps in detail the form of the PPT
  3. 所属分类:Document

    • 发布日期:2015-06-02
    • 文件大小:6114304
    • 提供者:冯彬
  1. K-means

    0下载:
  2. 模式识别算法程序 K均值算法 主要是实现了K均值聚类分析算法,能够实现对图像的自动分类和识别。-Pattern recognition algorithm K-means algorithm K-means clustering analysis algorithms can achieve automatic image classification and identification.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-07
    • 文件大小:8451
    • 提供者:吴程序
  1. k-means

    1下载:
  2. 在Hadoop下实现k-means,一共提供了三种描述,具体实现了第三种,可根据自己需要实现其他两种,最后一种附了源码。-K-means source code
  3. 所属分类:software engineering

    • 发布日期:2014-04-29
    • 文件大小:33792
    • 提供者:emily
  1. Matlab-image-K-means-

    0下载:
  2. 基于matlab的图像K均值聚类算法程序-Matlab image K-means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1186
    • 提供者:zhaoxinyan
  1. K

    0下载:
  2. 最近在学习一些数据挖掘的算法,看到了这个算法,也许k-均值算法对你来说很简单,但对我来说,是自己编写的一个算法。-Learn some data mining algorithms, see this algorithm, perhaps the k-means algorithm for you is very simple, but for me, I have written an algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:2072
    • 提供者:lincengxi
  1. K-Means

    0下载:
  2. K均值,二维算法程序,visual c++ 环境下运行-K-means Algorithm routine in two dimension。It can run in visual c++ environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:7158478
    • 提供者:范兴利
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com