搜索资源列表

  1. k-means

    0下载:
  2. 实现了K均值算法,可以对movielens上的数据进行自动分类,给出推荐值,是数据挖掘中的信息推介必要的算法工具。可以直接对movelens的数据进行聚类-Implementation of the K-means algorithm, can movielens on automatic classification of data, recommend give the value of data mining are to pro
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:张安站
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:173056
    • 提供者:李浩
  1. K-means.m

    0下载:
  2. K-mean均值算法的matlab功能实现-K-means to achieve the matlab function
  3. 所属分类:图形图象

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

    0下载:
  2. K_Means(java)算法的实现,有界面,灵活性强,交互性强。-K_Means (java) algorithm, there are interfaces, flexibility, and strong interaction.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:maomy
  1. K-Means-Color-Reduction

    0下载:
  2. 基于K-MEANS的图像退色算法。平台为MATLAB6.5及以上。-Based on the K-MEANS algorithm image fade
  3. 所属分类:matlab例程

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

    0下载:
  2. 这个文件实现了一维数据的K-均值聚类算法,可以直接运行,但不能处理多维的-This file implements a one-dimensional data, K-means clustering algorithm can be directly run, but you can not deal with multidimensional
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 用MATLAB编写的层次-K-MEANS算法,简单实用,希望对您有帮助-Written using MATLAB level-K-MEANS algorithm is simple, practical, hope you find this helpful
  3. 所属分类:matlab例程

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

    0下载:
  2. 数据挖掘算法源代码 k-means聚类算法的C#代码-Source code data mining algorithms k-means clustering algorithm C# code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:102400
    • 提供者:张健飞
  1. k-means

    0下载:
  2. 基于K-means聚类算法的社团发现方法 先定义了网络中节点关联度,并构建了节点关联度矩阵, 在此基础上给出了一种基于 K-means聚类算法的复杂网络社团发现方法。 以最小关联度原则选取新的聚类中心, 以最大关联度原则进行模式归类,直到所有的节点都划分完为止, 最后根据模块度来确定理想的社团数-K-means clustering algorithm based on the association discovery T
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. K-means 算法的一种C# 实现,数据挖掘聚类算法-K-MEANS ALGORITHM
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:wanghu
  1. K-MEANS-MATLAB

    0下载:
  2. 用matlab7.0编写的k均值算法,参数可调节,很好用-K-MEANS MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:ghw
  1. K-mean

    0下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distanc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:venshow
  1. K均值对iris数据集聚类

    0下载:
  2. k-means算法对irisdata数据集进行聚类(The k-means algorithm clustering the irisdata datasets)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:redeemer
  1. K均值对图像进行聚类分析

    0下载:
  2. 用k-means算法对图像进行聚类,适合于初学者(K-means algorithm for clustering images, suitable for beginners)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:221184
    • 提供者:redeemer
  1. k-means-image-segmentation-master

    0下载:
  2. k-means 聚类和分割的图像处理方法(k-means and segement image process)
  3. 所属分类:图形图象

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

    0下载:
  2. 用matlab实现k均值算法,不用库函数(Implementation of K mean algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:胡果
  1. K-means聚类

    1下载:
  2. K-means聚类程序,可用于聚类问题,自动产生大量数据,生成聚类图片(K-means clustering program, can be used for clustering problems, automatically generate large amounts of data, generate clustering images)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:黄老狗
  1. k-means

    0下载:
  2. 实现k-means聚类算法,里面有数据可以作为测试(This file is use to achieve k-means clustering algorithm.There are data can be used as a test.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:峰谷
  1. K-means&DBSCAN

    0下载:
  2. python实现K-means聚类算法和DBSCAN算法,都是最简单的聚类(Python implements k-means clustering algorithm and DBSCAN algorithm, which are the simplest clustering)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:JLjljl
  1. Kmeans

    0下载:
  2. 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theo
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:startrek
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org