搜索资源列表

  1. kmeans

    0下载:
  2. 一种改进的均值聚类算法,能很好的利用与图像分割技术-k-means cluster
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:张先生
  1. K_mean_clustering

    0下载:
  2. k-mean clustering Matlab M-file
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:Sam
  1. K-means

    0下载:
  2. the whole source code for this example using the k=3 and the initial means are (2, 10) (5 ,8) and (1, 2) and the the following are the points. piont A1 (2, 10) A2 (2, 5) A3 (8, 4) A4 (5, 8)
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:hammam
  1. rbf_Kmeans

    0下载:
  2. 基于k均值聚类方法的rbf网络源程序,有需要的就下载吧,-K means clustering method based on rbf network source, there is need to download it,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:
  1. k-means

    0下载:
  2. 用C++实现k-mean聚类算法并进行初级的数据挖掘,-Using C++, k-mean clustering algorithm and a preliminary data mining,
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:tom
  1. junzhi

    0下载:
  2. k-均值算法,主要进行在matlab中的程序实现,进行图像的分割处理-k-means algorithm, mainly for the program in the matlab implementation for image segmentation
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:sara
  1. proje

    0下载:
  2. applied k means clustering for vector quanta and used huffman for image compression matlab code
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:alperen_colak
  1. Knearest

    0下载:
  2. K近邻方法实现0到9数字的模式识别问题。可扩展性很强,方面实现训练和识别。-K nearest neighbor method to achieve 0 to 9 digit pattern recognition problem. Highly scalable, achieving training and recognition.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:kevin
  1. DBSCAN

    0下载:
  2. Matlab --- --- --- --- --- --- --- --- --- --- --- --- - Function: [class,type]=dbscan(x,k,Eps) ------------------------------------------------------------------------- Aim: Clustering the data with Density
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Fouad Jasser
  1. knear

    0下载:
  2. K均值算法,用于聚类,程序写得比较好,容量读-K means algorithm for clustering, procedures written better, capacity Reading
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-14
    • 文件大小:808960
    • 提供者:Spring
  1. Kmeans-image-segmentation

    0下载:
  2. matlab图像分割实例,K均值用于图像分割,割调用库函数实现,带注释,简单易懂-matlab image segmentation examples, K means for image segmentation, cutting calls library functions, with comments, easy to understand
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2419712
    • 提供者:王银虎
  1. K-meansclusteringalgorithmprogram

    0下载:
  2. 模式识别课程上用C++语言编写的K-均值算法对150个样本进行分类。-Course on pattern recognition using C++ language of the K-means algorithm to classify the 150 samples.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:79872
    • 提供者:yu
  1. GMM

    0下载:
  2. this another gmm training matlab source code. it use k-means for initialization of parameter before trainig, not LBG algirhtm. so it is very helpful for GMM training-this is another gmm training matlab source code. i
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:whchoi/GodDog
  1. Kmeans_FCM

    0下载:
  2. java写的模糊c均值聚类算法和k均值聚类算法-fuzzy c means clustering algorithm and K means cluster in java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:june
  1. K-means_java_report

    0下载:
  2. 对k-means算法的一次java报告,包括了问题描述、设计要求、需求分析、详细设计、测试及运行结果、程序源码及注释、课程设计心得体会等几方面,比较详尽。-On the k-means algorithm is a java reporting, including the problem descr iption, design requirements, needs analysis, detailed design, testin
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:15360
    • 提供者:dglx
  1. k_means

    0下载:
  2. k means techniques de classification non supervisée (clustering) les plus utilisées. Etant donné un entier K, K-means partitionne les données en K groupes, ou "clusters", ou "classes" ne se chevauchant pas. Ce résul
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:faiza
  1. K_MeansSeg

    0下载:
  2. KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。-KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Env
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2835456
    • 提供者:chenwenlue
  1. CodeBook

    0下载:
  2. Code MATLAB in S. Theodoridis, A. Pikrakis, K. Koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1081344
    • 提供者:Jan
  1. kMeansCluster

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:bubun
  1. CP2_PNN_dataset3

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:jimmy huang
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org