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

搜索资源列表

  1. cluster-extraction

    0下载:
  2. 利用Kinect获取点云并利用PC显示进行L聚类提取-Kinect obtain point cloud using PC display L clustering extraction
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2253
    • 提供者:euphy
  1. K_means

    0下载:
  2. 用C语言实现的K均值聚类,用于数据挖掘数据间的聚类-K-means clustering C language for data mining data clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1015
    • 提供者:陈晓
  1. optics_cos

    0下载:
  2. 基于余弦聚类的OPTICS聚类算法,能够用于文本聚类-This is the OPTICS clustering algorithm based on cosine distance which can be used in text clustering.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:1185
    • 提供者:liguoyin
  1. julei

    0下载:
  2. 这是模式识别中的最大最小聚类算法,并且求出了类内距离、类间距离,中间步骤很详细的-This is the maximum and minimum clustering algorithm for pattern recognition, and calculated the within-class distance, the distance between the class, an intermediate step is detailed
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:37303
    • 提供者:宋芳
  1. k-means

    0下载:
  2. k-均值聚类算法C语言源码,k-均值聚类算法C语言源码-k-means clustering algorithm C language source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:10585
    • 提供者:林凯
  1. Classifier

    0下载:
  2. 一个半监督数据流集合分类器程序,其中每个单分类器采用k均值聚类算法。-A semi-supervised data flow classifier using k-means clustering algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:11706505
    • 提供者:Jane
  1. code

    0下载:
  2. Using the nearest neighbor algorithm for clustering and classification of random samples and calculate the classification rate, compared to the algorithm including modified versions
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2499
    • 提供者:mina
  1. wine

    0下载:
  2. 这两个程序实现对大数据集进行排序,然后根据排序后的结果对聚类参数的选择提供帮助。里边附带有红酒分类数据集。-These two procedures to achieve the sort of large data sets, and then sorted the results of the clustering parameter selection help. Inside with wine classification data sets.
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:5525
    • 提供者:luoyi
  1. kmeans

    0下载:
  2. 数据挖掘kmeans图像聚类实验代码 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。-VC or Java k-means clustering algorithm, were no longer change the number of iterations and the allocation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1643892
    • 提供者:周生勇
  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. FCM

    0下载:
  2. FCM模糊聚类算方法的matlab实现,实现其基本功能-FCM fuzzy clustering algorithm method matlab to achieve, to achieve its basic function
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2119163
    • 提供者:彭智明
  1. WakeOnLan

    0下载:
  2. 通过网卡MAC地址唤醒电脑这是一个通过网卡MAC地址远程唤醒电脑的示例,支持群集唤醒。因为条件有限,没有全部测试过。还有能不能远程开机,如果远程开机可能前提需要在被唤醒的电脑的主板CMOS里设置唤醒功能。-Wake the computer through the network card MAC address is an example of a wake up the computer' s network card MAC address remote support cluste
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:10508
    • 提供者:119
  1. cPPfcmsf

    0下载:
  2. VC++实现的fcm算法演示程序,FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最校FCM算法需要两个参数一个是聚类数目C,另一个是参数m。一般来讲C要远远小于聚类样本的总个数,同时要保证C>1。对于m,它是一个控制算法的柔性的参数,如果m过大,则聚类效果会很次,而如果m过小则算法会接近HCM聚类算法。-VC++ to achieve the fcm algorithm demo program, FCM algorithm i
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:50086
    • 提供者:肖敬帅
  1. fuzzy-c-means

    0下载:
  2. 模糊C均值聚类算法,在C均值的基础上加入隶属度。-Fuzzy C-means clustering algorithm, on the basis of the C mean join the membership.
  3. 所属分类:Other systems

    • 发布日期:2015-11-07
    • 文件大小:3072
    • 提供者:寻仙问道
  1. cluster

    0下载:
  2. clustering approach in wsn
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:8759
    • 提供者:geetha
  1. KNSC

    0下载:
  2. 聚类算法,最近邻系统聚类。 聚类算法,最近邻系统聚类。-Clustering algorithm, the nearest neighbor system clustering
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:926
    • 提供者:寻仙问道
  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. LEAWSN001

    0下载:
  2. 无线传感器网络中低能耗自适应成簇算法(leach算法)的matlab语言实现,国外大学的-Low-power wireless sensor networks in the adaptive clustering algorithm (leach algorithm) of the matlab
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:2513
    • 提供者:azou
  1. mynewkmedoids

    0下载:
  2. 自己写的k_medoids方法 实现中心聚类-The own written k_medoids center clustering
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-17
    • 文件大小:9673
    • 提供者:游钊
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com