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

搜索资源列表

  1. Fast-K-means-clustering

    0下载:
  2. Fast mex K-means clustering algorithm with possibility of K-mean++ initialization (mex-interface modified from the original yael package https://gforge.inria.fr/projects/yael) - Accept single/double precision input - Support of BLAS/OpenMP
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:118.28kb
    • 提供者:zfhou
  1. rbf_Kmeans

    0下载:
  2. Matlab环境下实现的RBF神经网络K均值聚类算法-Matlab environment to achieve the RBF neural network K-means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2.35kb
    • 提供者:心心
  1. ClusterBasics-V1.0

    0下载:
  2. 各类聚类算法程序包,包含各种经典的聚类算法,例如:k-mean聚类等-Various types of clustering algorithm package, contains a variety of classic clustering algorithms, such as: k-mean clustering, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:197.18kb
    • 提供者:王朝霞
  1. cluster

    1下载:
  2. k均值聚类算法源码(matlab) k均值聚类算法源码(matlab)-k-means clustering algorithm source code (matlab) k-means clustering algorithm source code (matlab)
  3. 所属分类:matlab

    • 发布日期:2014-04-29
    • 文件大小:1.58kb
    • 提供者:刘玉平
  1. K-Means-Color-Reduction

    1下载:
  2. 基于K-MEANS的图像退色算法。平台为MATLAB6.5及以上。-Based on the K-MEANS algorithm image fade
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:187.29kb
    • 提供者:臧超
  1. k-means_ColorImage_Segmentation

    0下载:
  2. This program written in MATLAB will find the clusters centriods using the K-Means algorithm for color images
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:44.62kb
    • 提供者:ramudu
  1. CP2_PNN_dataset3

    0下载:
  2. PNN and K-mean algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:jimmy huang
  1. vqsplit

    0下载:
  2. K-mean均值算法是给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类 之间的相似性最小。 Kmean处理图像的matlab文件 -K-mean algorithm is given class means the number of K, K to N objects assigned to a class, making class similarity between objects within the maximum, while the similari
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3.79kb
    • 提供者:huan
  1. RBF-k

    0下载:
  2. RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值-RBF (radial basis function neural network) network is an important neural network, RBF network training is divided into two steps, first step is to get through the initial clus
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6.96kb
    • 提供者:小龙
  1. kmeanalgorithm

    0下载:
  2. this code is for k-mean algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:968byte
    • 提供者:ketan chaudhari
  1. K-means520

    0下载:
  2. K-mean算法介绍用matlab实现,很有用啊-K-mean algorithm is described by matlab implementation, useful ah
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:13.37kb
    • 提供者:赵林
  1. kmeans-program

    0下载:
  2. k-mean algorithm for clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:599byte
    • 提供者:svc
  1. ideal_k_means

    0下载:
  2. matlab的k_means(k均值)算法的例子的实现。-the matlab k_means (k mean) algorithm example implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:924byte
    • 提供者:Boyu Hong
  1. fuzme_matlab

    0下载:
  2. fuzzy k mean algorithm by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:18.23kb
    • 提供者:Daniel Sohn
  1. K-Mean-Clustering-Code-in-Matlab

    0下载:
  2. k 均值聚类算法 ,能有效的将数据分成k类 但是具有k参数难以确定的缺点。 -k-means algorithm can cluster data into K class but, the parameter K can not be selected easily.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.73kb
    • 提供者:cluster
  1. k_mean

    0下载:
  2. k-mean算法实现,总要是完成数据的聚类,寻找中心点的程序!-k-mean algorithm, if the completion of the total clustering of data, find the center of the program!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:652byte
    • 提供者:紫川
  1. k-mean

    0下载:
  2. 简单的K均值算法,使用matlab平台编程,两个文件一个是数据文件,一个是算法文件-Simple K-means algorithm, using matlab platform programming, one file is a data file, and the other is a algorithm file.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.34kb
    • 提供者:Jiamin Bao
  1. color-segment-by-k-means

    0下载:
  2. Here we use k-mean algorithm to fuse the colorspace for segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:195.2kb
    • 提供者:michael
  1. k mean clustering

    0下载:
  2. k mean clustering algorithm
  3. 所属分类:matlab例程

    • 发布日期:2014-09-06
    • 文件大小:1.56kb
    • 提供者:balhari
  1. K-mean

    0下载:
  2. 关于运用K均值算法进行简单的图像分割的代码(On the use of K-means algorithm for simple image segmentation code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:44kb
    • 提供者:Xs_55555
« 12 3 »
搜珍网 www.dssz.com