CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K-means

搜索资源列表

  1. k-means-cl266639182001

    1下载:
  2. K-means算法的聚类分析 Visual basic版本-K-means Clustering
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:171922
    • 提供者:王筱羽
  1. K-Means-JavaSwing

    0下载:
  2. java实现的K-means聚类算法,结合swing,带有界面功能,操作简单直观-java implementation of K-means clustering algorithm, combined with the swing, with interface features simple, intuitive operation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:49452
    • 提供者:
  1. k-means

    0下载:
  2. 简单的k-means算法 简单的实现简单数据的分类。-Simple k-means algorithm is simple to achieve the classification of simple data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1567
    • 提供者:王彬彬
  1. k-means-

    0下载:
  2. 这个文档提供了几种k-means算法的改进流程图与思路-This document provides an improvement of several k-means algorithm flowchart and ideas
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:454776
    • 提供者:刘新
  1. k-means-php

    0下载:
  2. k-means algorithm using php
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:2035
    • 提供者:Galih
  1. K-means

    1下载:
  2. 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:李若
  1. k-means

    0下载:
  2. k均值算法,一种聚类算法,用来实现网络上相近节点的映射。-k-means algorithm, a clustering algorithm, used to achieve similar nodes in the network mapping.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16938
    • 提供者:yangliu
  1. K-means

    1下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。这是一本介绍K-means算法的英文书籍 -K-means algorithm is very typical distance-based clustering algorithm, using distance as the similarity evaluation, that the closer the two objects, the greater the s
  3. 所属分类:Data structs

    • 发布日期:2015-05-17
    • 文件大小:779264
    • 提供者:
  1. K-MEANS

    0下载:
  2. 简单的K均值聚类函数,用于求算重心的函数,算法高效快速-Simple K-means clustering function for calculating the center of gravity function, the algorithm is fast and efficient
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1127
    • 提供者:bob
  1. k-means

    0下载:
  2. 数据挖掘-聚类分析:k-平均(k-Means)算法实现(C++) -Data Mining- Cluster Analysis: k-average (k-Means) algorithm (C++)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:5878
    • 提供者:tang
  1. K-means-and-Perceptron

    1下载:
  2. 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2956
    • 提供者:阿书
  1. K-means

    1下载:
  2. k均值聚类算法,初始随机给定k个簇中心,根据邻近原则,把待分类的样本点分到各个簇。-k-means clustering algorithm,which is applied in RBF neural network.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:620
    • 提供者:吴元元
  1. k-means-algorithm-

    0下载:
  2. 在matlab开发环境下用k均值算法实现数据的分类,以及得到数据的聚类中心- realizingthe data classification With k-means algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:8796
    • 提供者:赵子岩
  1. K-means

    0下载:
  2. 我自己写的K-means,算法希望对大家有帮助-I wrote it myself K-means, we want to help algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:17032
    • 提供者:sixh
  1. weighted_kmeans

    0下载:
  2. 用于实现weighted k-means算法,可以运行-It is used to perform weighted k-means clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1481
    • 提供者:ninhan
  1. K-means

    0下载:
  2. K-means 算法的实现,以及介绍。运行过了-Realization of the K-means algorithm, as well as the introduction. Run-off
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:22418
    • 提供者:金浩强
  1. K-means

    0下载:
  2. 修改参数可以实现任意样本总数,任意维数,任意聚类中心个数的K-Means Algorithm-The modify parameters can achieve any total number of samples, any dimension, any number of cluster centers K-Means Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:5136
    • 提供者:yaoyanjie
  1. K-means

    1下载:
  2. K均值算法,适合于初学者。包括matlab源代码,测试数据等。-K-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:2048
    • 提供者:ys
  1. K-means

    0下载:
  2. 模式识别算法程序 K均值算法 主要是实现了K均值聚类分析算法,能够实现对图像的自动分类和识别。-Pattern recognition algorithm K-means algorithm K-means clustering analysis algorithms can achieve automatic image classification and identification.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-07
    • 文件大小:8451
    • 提供者:吴程序
  1. k-means

    1下载:
  2. 在Hadoop下实现k-means,一共提供了三种描述,具体实现了第三种,可根据自己需要实现其他两种,最后一种附了源码。-K-means source code
  3. 所属分类:software engineering

    • 发布日期:2014-04-29
    • 文件大小:33792
    • 提供者:emily
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com