CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - k means 聚类

搜索资源列表

  1. kmeans

    0下载:
  2. C# 聚类k-means 建立tf*idf的聚类过程-C# cluster for every one
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:15966
    • 提供者:jian huang
  1. 2299

    0下载:
  2. 解决了基于核函数的模式聚类划分问题,K均值算法是一种很经典算法-Solve the clustering based on kernel mode partition problems, K means algorithm is a classic algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:郝强
  1. Ikmeanssm

    0下载:
  2. 改进的k-means方法,对聚类的实例节能型加权 少数类多数类的函数-Improved k-means clustering instance, energy-efficient weighted minority class and majority class of functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:8795
    • 提供者:清醒
  1. kmeans

    0下载:
  2. K均值算法,对三维坐标点进行K聚类,注释详细,适合初学者。-K-means classify
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1476
    • 提供者:zephyr
  1. dis_k

    0下载:
  2. k均值的聚类算法,用于实现聚类,非常好用-k-means clustering algorithm for clustering, and very easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1178
    • 提供者:xing shiyu
  1. pujulei

    0下载:
  2. 简单能运行的谱聚类,调用k均值算法,需要自行确定K值-Simple spectral clustering can run, call the k-means algorithm, needs to determine the value of K
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:3512
    • 提供者:xing shiyu
  1. kmeans

    0下载:
  2. 利用k-means算法进行聚类,K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最有分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。-Algorithm using k-means clustering, K-means algorithm Euclidean distance as a similarity measure, it is the pursuit of the vector V corresponding to a initial
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:626488
    • 提供者:陈陈
  1. cluster

    0下载:
  2. 实现聚类分析的几种典型算法,包括Greedy、K-Means、FCM、Xie-Beni等。可以对提供的几个数据库文件进行聚类操作,并显示和统计结果的各项数据。程序具有基于C#的图形界面,操作直观方便。-Cluster analysis of several typical algorithms, Greedy, K-Means, FCM, Xie-Beni, etc.. The cluster provides several database files, and display the da
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:367108
    • 提供者:colin
  1. Image-Classification-VCPP-Programme

    0下载:
  2. 用C++语言编写的MFC程序,用K均值和ISODATA算法实现BMP影像的自动分类。提供良好的交互接口,用户可在图像上选择初始聚类中心和设定分类相关参数。适合作为初学者学习分类算法和MFC编程的参考资料。提供了文档说明程序的操作过程。-MFC program with C++ language, K-means and ISODATA algorithm to achieve the automatic classification of BMP images. Provide a good i
  3. 所属分类:Menu control

    • 发布日期:2017-11-07
    • 文件大小:2474840
    • 提供者:罗晋
  1. rbf111222

    0下载:
  2. 几个RBF的matlab程序,聚类,k-均值,预测,建模-Several RBF matlab procedures, clustering, k-means, forecasting, modeling
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:8712
    • 提供者:高欢
  1. Kkmeans

    0下载:
  2. 使用数挖掘的K-Means算法实现聚类。-Use several mining K-Means clustering algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1308471
    • 提供者:李飞
  1. KMEANS

    0下载:
  2. K-means算法,一种典型的动态聚类算法,实现2维数据的聚类-K-means algorithm, a typical dynamic clustering algorithm to achieve two-dimensional clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:18909
    • 提供者:aier
  1. K_KMeans

    0下载:
  2. 使用k-means算法对未知协议帧的聚类-use kmeans algorithm to cluster
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:21975040
    • 提供者:yueyang
  1. fun_traindic_kmeans

    0下载:
  2. kmeans 聚类算法,主要用来对一堆数据形成他们的码本-k-means clustering is a method of vector quantization originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which ea
  3. 所属分类:其他小程序

    • 发布日期:2018-11-14
    • 文件大小:127
    • 提供者:程小青
  1. Classifacation

    0下载:
  2. qt程序,k均值系统聚类分析,模式识别第二章作业-qt program, k-means clustering analysis, pattern recognition chapter jobs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:59655
    • 提供者:gangwhu
  1. kmeans

    0下载:
  2. K均值程序,能正常运行,是聚类算法的一个典型示例-K-means the program can run normally, is a typical example of clustering algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:31421
    • 提供者:陈俊
  1. clustering-algorithm

    1下载:
  2. K-Means动态聚类算法源程序,K-means算法进行了重点分析,K-means算法是最为经典的根据聚类中的均值进行聚类划分的聚类算法-Source dynamic clustering algorithm K-Means program, K-means algorithm are analyzed, K-means algorithm is the most classic based on K-means clustering in the clustering algorithm fo
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:91432
    • 提供者:孙王
  1. k_meansMethod

    0下载:
  2. 聚类分析中的划分聚类算法的k-means算法(随机选取矩阵数据)-Partition clustering algorithm in clustering analysis of k- means algorithm (random matrix data)
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1011
    • 提供者:张晓薇
  1. MachineLearning

    0下载:
  2. 用来对鲍鱼进行聚类的K均值算法,聚类结果以平行坐标系方式显示。-K-means clustering algorithm is used for abalone, the clustering results in a parallel coordinates display mode.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:88217
    • 提供者:santongwei
  1. cluster-test-VO.2

    1下载:
  2. 基于C++语言,利用K均值及其改进方法实现短文本的聚类,其中利用最远距离法实现的聚类中心初始化-Based on the C++ language, the use of K-means clustering and improved methods to achieve short text clustering centers which use the law to achieve the most remote initialization
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:6988657
    • 提供者:张扬
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com