CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - k_means

搜索资源列表

  1. k_means

    0下载:
  2. 分类聚合算法k-means的实现,用matlab-polymerization classification algorithm k-means the realization of using Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:利军
  1. image_mva_0

    1下载:
  2. 一个利用Matlab实现PCA(主成分分析),k_means图像分割很好的例子。-using Matlab a PCA (Principal Component Analysis), k_means image segmentation good example.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:66.43kb
    • 提供者:高山
  1. my_kmeans

    0下载:
  2. 模式识别k_means聚类算法。-kmeans clutering algorithm for Pattern Recognition
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16.97kb
    • 提供者:李晓民
  1. iris

    0下载:
  2. 适合用来做K_Means 和K_NN的数据,一共150组,分成3个簇。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:Jim
  1. K_MEANS

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers u
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29.71kb
    • 提供者:王宏君
  1. K_Means

    1下载:
  2. k-means是一种经典的聚类算法,这是用java实现k-means的源码,其中包括了测试数据文件
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.41kb
    • 提供者:尹哲
  1. K_MEANS

    0下载:
  2. K-MEANS算法程序(MATLAB环境)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:liuwei
  1. K_means

    0下载:
  2. 在MATLAB上实现k_means算法,包含k_means算法的思想,和实现方法和程序-In the MATLAB algorithm to achieve k_maens
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:22.65kb
    • 提供者:
  1. k_means-algorithm

    0下载:
  2. k-means算法是模式识别十大算法之一 matlab仿真的k-means聚类算法-k-means algorithm for pattern recognition algorithm is one of the top ten k-means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:850byte
    • 提供者:WZY
  1. c-K_means

    0下载:
  2. K_means算法的c实现,以运行通过,很好!-The K_means algorithm implemented by c,already executed on vc++6.0.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1.3mb
    • 提供者:许鸿
  1. K_means

    0下载:
  2. K_means算法的matlab语言算法实现-Language algorithm K_means algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2016-06-30
    • 文件大小:163kb
    • 提供者:罗瑞
  1. K_means

    0下载:
  2. 这是K_means算法研究综述,对算法研究的科研人员有很*价值!-This Research K_means algorithm, the algorithm of researchers!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:169.01kb
    • 提供者:jeffsonfu
  1. k_means

    0下载:
  2. 采用matlab实现K_means聚类算法,可用于图像分类等-Using matlab realize K_means clustering algorithm, can be used for image classification
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:781byte
    • 提供者:sherry
  1. K_means

    0下载:
  2. K均值算法,有测试程序和测试数据。function [out1,out2] = k_means(X,w)-K-means algorithm, test procedures and test data.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:skies6
  1. k_means

    0下载:
  2. 模式识别与人工智能中k均值算法的matlab源码-Compute k means for the data using the k_means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:828byte
    • 提供者:whx
  1. k_means

    0下载:
  2. 用matlab实现的简单的k_means聚类算法,简单有效,已测试通过-K_means with a simple clustering algorithm matlab realized, simple and effective, have been tested
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:917byte
    • 提供者:jenny
  1. K_Means-algorithm

    0下载:
  2. very useful matlab code for K_Means Algorithm it can be use after change the given input data or use the original one that i provided with the code you can start by run K_Means_Clustering.m
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:27.26kb
    • 提供者:aaaaahmeeed
  1. K_means

    0下载:
  2. 采用K_means聚类,得到五个核,然后五个用data套进去,可以得到5个矩阵。这个五个矩阵就是根据聚类获得的。成功,且有效。首先运行K_means.m,然后再运行yanshi.m。可以得到效果图。data数据也一并给出-K_means use clustering to obtain nuclear five, then five with data sets in, you can get 5 matrix. This matrix is ​ ​ based on fiv
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:403.07kb
    • 提供者:wuhui
  1. K_Means

    0下载:
  2. K-Means是聚类算法中的一种,其中K表示类别数,Means表示均值。顾名思义K-Means是一种通过均值对数据点进行聚类的算法。K-Means算法通过预先设定的K值及每个类别的初始质心对相似的数据点进行划分。并通过划分后的均值迭代优化获得最优的聚类结果。(K-Means is one of the clustering algorithms, in which K represents the number of classes, and Means means the mean. As t
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-01
    • 文件大小:267kb
    • 提供者:DragonFZJ
  1. K_means

    0下载:
  2. function varargout = K_means(varargin) % K_MEANS M-file for K_means.fig % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ...
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:夕研
« 12 3 4 5 6 »
搜珍网 www.dssz.com