CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - K means

搜索资源列表

  1. k-means.c++

    0下载:
  2. k-means算法 C++实现-k-means algorithm to achieve C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:孔明
  1. Simple-K-means

    0下载:
  2. 2个举类的简单k-means算法,非常简单,新手给大家提供参考了-two categories give a simple k-means algorithm is very simple, and newcomers to provide a reference to the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.91kb
    • 提供者:姜珏
  1. K-MEANS算法实现

    6下载:
  2. K-MEANS算法实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-11-17
    • 文件大小:178.03kb
    • 提供者:tlf577@qq.com
  1. K-MEANS 演算法

    0下载:
  2. K-MEANS 演算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-04
    • 文件大小:2.65mb
    • 提供者:denny10079
  1. k-means-and-cure-in-Iris-Data-Set

    2下载:
  2. 聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:185.38kb
    • 提供者:牛魔王
  1. kmeansclustering

    1下载:
  2. K means clustering using php.
  3. 所属分类:Algorithm

    • 发布日期:2014-12-24
    • 文件大小:3kb
    • 提供者:Nada
  1. K-mean

    0下载:
  2. K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小-K-means algorithm: the number of a given type of K, will be assigned to N objects of category K go, making the object category similarity between the largest, while the category of the simi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:sss
  1. K-means-algorithm-source-code

    0下载:
  2. K-means算法源码,一个牛人给的,挺经典的,值得学习。-K-means algorithm source code, a person to cattle, and very classic, it is worth learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3.31kb
    • 提供者:Huang Shanshan
  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
    • 文件大小:5.02kb
    • 提供者:yaoyanjie
  1. k-means

    0下载:
  2. Descr iption of k means algorithm, with matrix explanation and code example
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:146.26kb
    • 提供者:runaway54
  1. K-Means

    0下载:
  2. this project describes K means clustering of images in c# for k=2
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:218.33kb
    • 提供者:bsef11
  1. K-Means-Clustering

    0下载:
  2. This AI program K Means Clustering-This is AI program K Means Clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:Alief
  1. k-means

    0下载:
  2. Efficient K-Means Clustering Using Accelerated Graphics Processors. Good knowledge about k-means clustering algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:316.81kb
    • 提供者:David
  1. EXAMPLE-K-MEANS-MEDICATION

    0下载:
  2. Using The basic k-means algorithm in Pharmacology
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:5.86kb
    • 提供者:emran
  1. k-means

    0下载:
  2. This k means algorithm for clustering. Each cluster contains a center point called centroid. the algorithm converges early. this is a commonly used clustering algorithm.-This is k means algorithm for clustering. Each cluster contains a center point c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:775byte
    • 提供者:Mehr
  1. K-means-a-MLPNN

    0下载:
  2. EEG signals classification using the K-means clustering and a multilayer perceptron neural network model
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2.76mb
    • 提供者:ALi
  1. k-means-cluster

    0下载:
  2. 运用k均值的方法按照一定的规则将离散的数据进行聚类处理-Using k-means method in accordance with certain rules discrete data clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:31.15kb
    • 提供者:蓝田玉
  1. k-means-2-kinds-of-K-means-algorithm

    0下载:
  2. 2种K-means算法程序,一种简单的是自己编写的,一种复杂的是原来网上有的。运行后2种程序结果差不多。-2 kinds of K-means algorithm, a simple is to write their own, a complex is the original online. The results of the 2 programs are almost the same.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.4kb
    • 提供者:快乐
  1. K-means

    0下载:
  2. K Means Algorithm Calculated by Euclidean distance and Manhattan
  3. 所属分类:Algorithm

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

    0下载:
  2. K均值聚类方法,用于图像处理,图像分割,提取不同特征。-K-means clustering method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:421.24kb
    • 提供者:diewu
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com