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

搜索资源列表

  1. 03121

    0下载:
  2. 模糊数学聚类分析C语言源程序,,用于优化设计-fuzzy clustering analysis C language source files, for the optimum design
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1906
    • 提供者:杨海涛
  1. 2104447020059221533543559466

    1下载:
  2. IOSDATA算法的源码,聚类分析中自组织动态聚类-IOSDATA algorithm source code, clustering analysis self-organizing dynamic clustering
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:80714
    • 提供者:xiaorui
  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. jl

    0下载:
  2. 对数据进行聚类,方便进行下一步的计算,如20个数,分为四类,就会根据其数字特性按照最小二乘进行分类,并计算出质心-Clustering of the data to facilitate the next step of the calculation, such as the number 20 is divided into four categories according to their number of properties will be classified according
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1875
    • 提供者:马乐
  1. clustering

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

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

    0下载:
  2. 很详细的数据挖掘聚类算法源代码,供大家学习,很有用-Very detailed data mining clustering algorithm source code for all to learn, very useful
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:315804
    • 提供者:李明
  1. cvkmeans2

    0下载:
  2. good example about kmean clustering in csharp opencv
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:1165
    • 提供者:ane
  1. Birchcode

    0下载:
  2. BIRCH算法c语言实现,数据挖掘,数据聚类分析-BIRCH algorithm c language, data mining, clustering analysis
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:263330
    • 提供者:penny
  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. SimpleKMeans

    0下载:
  2. 简单的空间聚类,C#项目,有源码及可执行文件-Simple spatial clustering, C# project, with source and executable files
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:513045
    • 提供者:ziyoufeng
  1. NeuralNetworkOCR

    0下载:
  2. Neural Network OCR. There are many different approaches to optical character recognition problem. One of the most common and popular approaches is based on neural networks, which can be applied to different tasks, such as pattern recognition, time
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:367801
    • 提供者:reyjav
  1. FuzzyCMeansClustering

    0下载:
  2. 使用C#语言实现了模糊C均值聚类,可以在特征提取中使用。-This code performs a fuzzy C-means clustering and segmentation of color images, can be used for feature extraction.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:139923
    • 提供者:Costas
  1. DocumentClustering

    0下载:
  2. 可以实现大批文档的聚类 代码实效性 有利于很长一篇文档的有效规整-Can achieve a large number of document clustering code effectiveness of a document is conducive to effective long regular
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2150400
    • 提供者:余果
  1. KMeans

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

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

    1下载:
  2. 基于密度聚类算法的实现,用c#语言实现功能比较全面。-Density-based clustering algorithm, with c# language features more comprehensive.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:35563
    • 提供者:唐智英
  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. 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. 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
« 12 3 »
搜珍网 www.dssz.com