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

搜索资源列表

  1. k-meanss

    1下载:
  2. 模式识别作业,C程序编写的K-均值算法.-pattern recognition work, the C programming K-means algorithm.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1601
    • 提供者:曹猗宣
  1. wawatextcluster

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

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

    3下载:
  2. 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现。-k-means
  3. 所属分类:C#编程

    • 发布日期:2016-11-21
    • 文件大小:5308
    • 提供者:李梦
  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. KMeans

    0下载:
  2. k-means clustering algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:17820
    • 提供者:mary
  1. KMeansDemo

    0下载:
  2. A k-means demo ! Hope you can enjoy it !
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:29622
    • 提供者:Tuan
  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. Kmean

    0下载:
  2. K - MEANS CLUSTERING-K - MEANS CLUSTERING
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:5595097
    • 提供者:Tri Phuc
  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. accord-kmeans-source

    0下载:
  2. K-Mean clustering source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:154928
    • 提供者:Hong Thai Le
  1. K-means-cSharp--code

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5243
    • 提供者:lihang
  1. K-Means

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

    • 发布日期:2017-04-04
    • 文件大小:4133
    • 提供者:wanghu
  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. 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 3 »
搜珍网 www.dssz.com