搜索资源列表

  1. k-means

    0下载:
  2. k-均值聚类算法c语言版,经验证测试是可以运行
  3. 所属分类:其他小程序

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

    0下载:
  2. 聚类方法中的K-means实现,用matlab语言实现的聚类-Clustering of K-means implementation of the cluster with matlab language
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:153600
    • 提供者:收到回复
  1. k-means_Program

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 -k-means algorithm to accept input k then n-k of data objects into a cluster in order to make th
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-05
    • 文件大小:929792
    • 提供者:Chenguang
  1. k-meams(sourcecode)

    0下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:37888
    • 提供者:康卫
  1. K-meansclusteringalgorithmmatlabprogram

    0下载:
  2. 模式识别课上的大作业,要求用K-均值算法对150个样本进行分类。-Pattern Recognition course the big job, asked to use K-means algorithm to classify 150 samples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:46080
    • 提供者:yu
  1. k-means(java)

    4下载:
  2. k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:聂风
  1. K-means

    1下载:
  2. 典型的K均值聚类方法,用matlab编写,有几个文件,大家可以参考参考。-K-means clustering methods typically used matlab write, there are several files, you can refer to the reference.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:郑馨
  1. k-nearests-neighbour

    0下载:
  2. k-近邻算法 m文件 及其excel示范-this package invulved a m-file example of k-nearest neighbour and its corresponding excel file
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:38912
    • 提供者:guoguozhong
  1. K-Mean

    0下载:
  2. K-mean 算法 用Java实现的算法 从别人那看的 -k-mean
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 模式识别中的K均值聚类分析方法,该方法力偶那个迭代过程来进行处理,一步步逼近结果-Pattern Recognition Analysis of K-means clustering method Couple iterative process to deal with that, step by step approach results
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:Beth Lee
  1. k-center

    0下载:
  2. 这是一个K中心算法的Matlab程序,很多用-This is a Matlab algorithm K center procedures, many with
  3. 所属分类:matlab例程

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

    0下载:
  2. 名为k-means的MATLAB函数,实现k均值算法。输入矩阵X,w,输出最终估计值和聚类的标识数字。-Called the k-means of the MATLAB function, to achieve k means algorithm. Input matrix X, w, the output value of the final estimates and cluster identification number.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:menghang
  1. K-MEANS

    0下载:
  2. 基于K-MEAN的图像分割,方便实用,对于图像处理的研究生很有参考价值的-watershed segmentation on matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:34816
    • 提供者:jin
  1. K-MeansClusteringusing

    0下载:
  2. K均值聚类的一个实例,附上.dat文件和程序以及运行结果,和大家一起讨论,-K means clustering of an example, attached. Dat files and programs, and operating results, and we can discuss, Oh
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:王子涵
  1. K-Means

    0下载:
  2. k-means 聚类方法,用c++实现。-k-means,a method of clustering, implemented in c plus plus language.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:707584
    • 提供者:暮霭楚天
  1. K-means

    0下载:
  2. k-means 算法 step1 初始化K个质心 step2 将所有的点分配给最近的质心 step3 更新质心 step4 若质心都没用变化,则停止,否则返回step2 -k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid
  3. 所属分类:C#编程

    • 发布日期:2024-05-05
    • 文件大小:44032
    • 提供者:vince
  1. K-Fold_CV_Tool

    0下载:
  2. MATLAB cross-validation tool for classification and regression v0.1 FEATURES: + K-fold cross validation. + Arbitrary train and prediction functions with parameters can be used. + Arbitrary loss function
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:milk
  1. KWP2000--K-LINE

    2下载:
  2. KWP2000,K-Line开发;基于k线的电控诊断系统平台开发-KWP2000,K-Line development;Development of electronically-controled Diagnosis platform Based on K-Line.
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:48128
    • 提供者:sunjianqing
  1. k-rbf

    0下载:
  2. 程序是基于K均值聚类的RBF代码,很好的一个例子。-K means clustering procedure is based on the RBF code, a good example.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:唐毅
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org