CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 点聚类

搜索资源列表

  1. cmean

    0下载:
  2. 这个算法的基础是误差平方和准则,为了要得到最优结果,首先要对样本集进行划分,一般的做法是先选择一些代表性的点作为聚类的核心,然后把其余的点按照某种方法分到各类中去。-This algorithm is based on error sum of squares criterion, in order to get the optimal results, first of all to sample set division, the general practice is to choose
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:587527
    • 提供者:张鹏
  1. CH3Clustering

    0下载:
  2. 基于k-means的聚类编程,例如:随机选取k个中心点,经过计算每个点到k个中心距离的远近,将其归类。最后总的距离平方差最小,即停止。-Programmed based on k-means clustering, for example: randomly select k central point has been calculated for each point to the k center distances, will be classified. The final total
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:1548
    • 提供者:史丽军
  1. amend1

    0下载:
  2. 用C语言实现的K均值聚类算法,一共有3个类,并且给出了150个样本点,样本点为四维数据-Those files implements the function of classifying the four dimensional data by using the K-mean algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:944548
    • 提供者:
  1. dbscan

    0下载:
  2. DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类。 -DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a more represent
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:8187302
    • 提供者:王恩浩
  1. dbscan

    0下载:
  2. 数据挖掘算法 dbscan 基于密度的聚类算法 它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类-Data mining algorithms dbscan density-based clustering algorithm will cluster is defined as the density of points connected to the largest collection of regional divisi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:19764
    • 提供者:孙伟
  1. K-means

    0下载:
  2. 聚类算法 K-means 数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则 该代码针对图像的分类-Some distance K-means clustering algorithm to the data points as a prototype optimization objective function, using the function for extreme methods to adjust the rules to get the cod
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:112752
    • 提供者:孙伟
  1. Improved-Fuzzy-Clustering

    0下载:
  2. 模糊聚类的改进--先用减法聚类得到初始点,而后用模糊聚类得到聚类中心,能够提高聚类的速度和精度-Improved Fuzzy Clustering- first get the initial point subtraction clustering, and then get the cluster center with fuzzy clustering, clustering can improve the speed and accuracy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4279
    • 提供者:
  1. clustering

    5下载:
  2. 基于快速搜索数据密度峰值的聚类算法是一种基于聚类中心具有较近邻点有更高密度且其与更高密度点间有着较大的相对距离的一类算法。-Clustering by fast search and find of density peaks is based on the idea that cluster centers are characterized by a higher density than their neighbors and by a relatively large distance
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-05-21
    • 文件大小:6172785
    • 提供者:王志勇
  1. K-mean

    0下载:
  2. 聚类算法中的k-means算法,和k-medoids 肯定是非常相似的。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-means 中,我们将中心点取为当前 cluster 中所有数据点的平均值。-Clustering algorithm k-means algorithm, and k-medoids certainly very similar. k-medoids and k-means not the same place that the center o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:22155
    • 提供者:赵小娟
  1. Cluster_K-means

    1下载:
  2. k中心算法的基本过程是:首先为每个簇随意选择一个代表对象,剩余的对象根据其与每个代表对象的距离(此处距离不一定是欧氏距离,也可能是曼哈顿距离)分配给最近的代表对象所代表的簇;然后反复用非代表对象来代替代表对象,以优化聚类质量。聚类质量用一个代价函数来表示。当一个中心点被某个非中心点替代时,除了未被替换的中心点外,其余各点被重新分配。-The basic process k center algorithm is: First free to choose a delegate object fo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2896358
    • 提供者:闫鑫
  1. Cluster_DBSCAN

    0下载:
  2. DBSCAN(Density-Based Spatial Clustering of Applications with Noise,具有噪声的基于密度的聚类方法)是一种基于密度的空间聚类算法。该算法将具有足够密度的区域划分为簇,并在具有噪声的空间数据库中发现任意形状的簇,它将簇定义为密度相连的点的最大集合。 该算法利用基于密度的聚类的概念,即要求聚类空间中的一定区域内所包含对象(点或其他空间对象)的数目不小于某一给定阈值。DBSCAN算法的显著优点是聚类速度快且能够有效处理噪声点和发
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3276289
    • 提供者:闫鑫
  1. Desktop

    1下载:
  2. 传统的K-medoids聚类算法的聚类结果随初始中心点的 不同而波动,且计算复杂度较高不适宜处理大规模数据集; 快速K-medoids聚类算法通过选择合适的初始聚类中心改进 了传统K-medoids聚类算法,但是快速K-medoids聚类算法 的初始聚类中心有可能位于同一类簇。为了克服传统的K- medoids聚类算法和快速K-medoids聚类算法的缺陷,提出 一种基于粒计算的K-medoids聚类算法。-Traditional clustering K-m
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-26
    • 文件大小:2290
    • 提供者:问建丽
  1. fuzzy-c

    0下载:
  2. 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。-Fuzzy C- means algorithm is easy to converge to a local minimum, in order to overcome this drawback, the genetic algorithm is applied to the fuzzy C- means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:zhanglei
« 1 2 3»
搜珍网 www.dssz.com