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

搜索资源列表

  1. wawatextcluster

    0下载:
  2. 蛙蛙的中文文本聚类,主要采用k-means算法。wawa s text cluster using C#.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17173
    • 提供者:陈石
  1. KMeansClusterConsole

    0下载:
  2. K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:26510
    • 提供者:pyb
  1. kmean2

    0下载:
  2. 用VC写的关于k-mean聚类算法的程序。-Written by VC on the k-mean clustering algorithm procedure.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:997
    • 提供者:Calvin Chen
  1. clustering

    0下载:
  2. 一种聚类算法的源代码,用的是k-means,很好用的,我试过-a kind of algorithm for clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:104704
    • 提供者:蔡青青
  1. kmeans

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

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

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

    • 发布日期:2017-04-06
    • 文件大小:2476
    • 提供者:tom
  1. k_means

    0下载:
  2. k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:26511
    • 提供者:lazyshi
  1. K-means

    1下载:
  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 step3 step4 update no us
  3. 所属分类:C#编程

    • 发布日期:2013-04-10
    • 文件大小:44372
    • 提供者:vince
  1. TextClusteringKmeans

    0下载:
  2. 从文本文件读入文本,分词,去停顿词,然后利用kmeans进行文本聚类-Text Clustering with K means
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:5019
    • 提供者:xiaoguang
  1. K-Means

    0下载:
  2. K-means 算法的一种C# 实现,数据挖掘聚类算法-K-MEANS ALGORITHM
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4133
    • 提供者:wanghu
  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. New-Revised-K-means

    0下载:
  2. New revised K-means聚类算法,为matlab函数,需要调用才能使用-New revised K-means clustering algorithm for matlab function, you need to call in order to use
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1997
    • 提供者:秦天柱
  1. K-means_C

    0下载:
  2. K均值聚类算法,由C语言编写,可以自己调整迭代次数,超级好用-K-means clustering algorithm, the C language, you can adjust their iterations, super easy to use
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:10405
    • 提供者:zhaomengkun
  1. KMeans

    0下载:
  2. vs2013实现的k-means聚类算法,是一个2维点集的聚类演示程序-Vs2013 implementation of the K-means clustering algorithm, is a 2 dimensional point set of the clustering demonstration program
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:129570
    • 提供者:LuYong
  1. KMeans-Picture

    0下载:
  2. Vs2013实现的K-Means聚类算法,把256^3颜色进行聚类,用少量颜色进行替换-Vs2013 implementation of the K-Means clustering algorithm, the 256^3 color clustering, with a small number of colors to replace
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:69547
    • 提供者:LuYong
  1. K_means

    0下载:
  2. 一种聚类方法,K均值聚类。一种简单的聚类方法-K means
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:杨斌
  1. KMeansClusterConsole

    0下载:
  2. K-means聚类。Windows窗体程序,生成随机点,并显示聚类过程及结果。-K-means clustering. Windows Forms program that generates random points, and displays the clustering process and results.
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:48016
    • 提供者:dym
  1. alg

    0下载:
  2. 基改进的K-means聚类算法对已知初始聚类中心,对质心点进行求解,并考虑到不同点的权重问题。-Base Improved K-means clustering algorithm known initial cluster centers, centroid point is solved, taking into account the different points of the right to re-issue.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:50800
    • 提供者:wk
  1. accord-machinelearning-clustering-(k-means)

    0下载:
  2. Accord.NET环境下的Kmeans聚类实例。(Kmeans clustering example under the Accord.NET environment.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:2653184
    • 提供者:sososober
  1. K均值聚类

    0下载:
  2. k均值聚类。肩膀哭鬼股滚厉害话句句巨坑了你(k-means fyyggk kjb ghfch hjgkjb jknk knk klnb ugg hih hihk klhk khji.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-08
    • 文件大小:25600
    • 提供者:悲伤
« 12 »
搜珍网 www.dssz.com