搜索资源列表

  1. K-mean

    0下载:
  2. 基于纹理度量的图像分割,适用于遥感图像,主要利用到K-mean算法。-Image segmentation based on texture measurement for remote sensing image, the main advantage of K-mean algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:445440
    • 提供者:葛宏
  1. K-MEANS

    0下载:
  2. 该文档主要讲述的是K-means算法分析Iris数据集-The document covers the K-means algorithm for Iris data set
  3. 所属分类:数据库系统

    • 发布日期:2024-05-20
    • 文件大小:87040
    • 提供者:jjj
  1. k-means

    0下载:
  2. k-means算法 通过c++来实现,编译已通过,簇的分类 -acheive k-means
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:peter
  1. k-means

    0下载:
  2. 本文详细地介绍了k-means算法和一种改进的K-means算法,即基于成对约束的Cop-kmeans算法。该算法结合了Must-Link和Cannot-Link约束,数据对象在这两类约束的“监督”下进行划分。-This paper introduces the k-means algorithm and an improved K-means algorithm, which is based on pairwise constrai
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:李呈利
  1. km

    0下载:
  2. KMEANS源代码:k-means 聚类算法 图像处理分割-KMEANS源代码:k-means clustering algorithm for image processing segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:给自己
  1. K-means-althogrim

    0下载:
  2. K-Means算法的并行化研究,划分聚类的算法,K-Means算法及改进算法。并行策略,PVM系统简介。-Parallel K-Means algorithm research, by clustering algorithm, K-Means algorithm and improved algorithm. Parallel strategy, PVM Introduction.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1953792
    • 提供者:火麒麟
  1. k-means--source-code

    0下载:
  2. k-means算法,已附数据文件。其中文件第一行的3个数字分别为数据数量、数据维度和所需聚类数-k-means algorithm, is attached data files. Which documents the first line of three figures were the amount of data, data dimension and the required number of clusters
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:sakura
  1. K-Means

    0下载:
  2. 这个目录包含了K - means算法的代码实现。源代码可以发现在KMEANS.CPP。样本数据isfound在KM2.DAT。 KMEANS程序接受输入向量的组成和计算使用K - means算法的集群中心。输出被定向到屏幕上。 -This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:秋西西
  1. k-means

    0下载:
  2. k-means算法,用于聚类,是一种机器学习的典型算法- k-means, used to clustering
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:ares
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Huang Shanshan
  1. 11

    0下载:
  2. K均值,随机产生一组数据并加以聚类,是学习图像处理的基础-K-means, random values, and clustering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:范志强
  1. k-means

    0下载:
  2. k-means算法的c++实现,写的比较不错,传上来加加分-k-means algorithm c++ implementation, written in relatively good transfer points up Gaga
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:wangchangbin
  1. K-Means

    0下载:
  2. 数据挖掘K-means算法实现,源码,是大家学习的好资源啊-DM(data mining)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:刘小丽
  1. K-means

    0下载:
  2. k-means算法实现,对于要聚类的数据,可以对代码进行更改,读入自己的数据-This code implentents the K-means algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:196608
    • 提供者:lixu
  1. k-means-in-java

    0下载:
  2. k-means算法的java描述,用java语言编写的k-means算法,用于聚类和分类-K-means algorithm java is described, using java language k-means algorithm, for clustering and classification
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:胡建华
  1. K-means-clustering-experiments

    0下载:
  2. k-means算法实现,数据挖掘中经常用到的聚类分析算法。是最经典的常用算法。-k-means algorithm, cluster analysis algorithm often used in data mining. Is the most classic of common algorithms.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:魏建东
  1. k-means-cl266639182001

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

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:王筱羽
  1. k-means

    0下载:
  2. 简单的k-means算法 简单的实现简单数据的分类。-Simple k-means algorithm is simple to achieve the classification of simple data.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王彬彬
  1. k-means-

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

    • 发布日期:2024-05-20
    • 文件大小:454656
    • 提供者:刘新
  1. K-means

    0下载:
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:779264
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org