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

搜索资源列表

  1. kmeans

    0下载:
  2. k-means 算法用java实现对二维点集合的分类 输入相应的类别数 选择聚类中心-k-means algorithm to classify the input using java-dimensional set of points corresponding to the number of categories to select the cluster centers
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2419
    • 提供者:xiaohui
  1. improvedHough

    0下载:
  2. 首先检测图像中相邻的像素点并进行聚类, 形成一些相连的像素点的集合, 然后将聚类 后的像素点进行感知编组, 细分成比原聚类线段更接近直线的线段, 最后对每段近似直线用随机 Hough变换进行检测-First detection in adjacent pixels of the image and clustering, form some connected set of pixels, then clustering Pixels after perception marshalli
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:260820
    • 提供者:huangtingting
  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. julei

    0下载:
  2. 根据要划分的聚类的群数选择原始数据的索引位置点随机选取簇类中心-Divided according to the number of clusters to select the original data clustering index position of the center point of the class were randomly selected clusters
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1232
    • 提供者:闫志超
  1. matlab-bgl-master

    1下载:
  2. matlab-bgl工具包,包含matlab图论里边大部分的文件,点度数、边介数、最短距离、聚类系数-matlab-bgl toolkit contains matlab graph theory inside most of the file, click degrees, while the number of referrals, the shortest distance, clustering coefficient Denden
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1004962
    • 提供者:helen
  1. center_detection

    0下载:
  2. 本人刚刚做的数学建模比赛题目和求解程序,是图像中的“交叉点”检测问题。先是对图像去噪去模糊光照均匀后再二值化,然后利用角点检测方法得到图像中的角点,最后聚类分析,剔除不合格角点,最终得到交叉点的坐标。-I just do mathematical modeling and solving program title game, is the image of the "crossover point" detection. First, go to blur the image de-noisi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3548706
    • 提供者:niexiaoer
  1. dbscanPointcloud

    0下载:
  2. 用DBSCAN聚类算法实现的三维点云的聚类-using DBSCAN to realise 3d pointcloud clustering
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:3012205
    • 提供者:陈昭荣
  1. DBSCAN

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

    • 发布日期:2015-12-18
    • 文件大小:2048
    • 提供者:zcy
  1. density-based-clustering

    0下载:
  2. 基于密度的聚类算法是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类-density based clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:zcy
  1. DBC-for-big-data

    0下载:
  2. 基于密度的聚类算法是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类-density based clustering is a basic clustering algorithm in big data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1556
    • 提供者:zcy
  1. KMeans

    1下载:
  2. K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:iihaozl
  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. K

    0下载:
  2. k-means 聚类 有归一化和选择中心点函数-k-means cluster
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1463
    • 提供者:宋亚东
  1. CollectAnaly

    0下载:
  2. 5层的MATLAB聚类分析的算法,输入需要进行分析的数据,点击运行即可得出聚类结果-MATLAB cluster analysis of 5 layer algorithm, input the need for analysis of the data, click Run to get the clustering results
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:806
    • 提供者:刘博艺
  1. isodataPro

    0下载:
  2. 此程序为ISODATA聚类算法的改进,主要是优化了其初始化,其初始化为两类,一类质心为极值最大点,另一类质心为离该质心最远的质心-This procedure is a clustering algorithm for the ISODATA , The original method is improved by the initialization . let a maximum point as the center of the first class,and let the c
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2286
    • 提供者:xiaoxixi
  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. fcm-brain

    1下载:
  2. 利用matlab软件编写模糊聚类算法,将脑叶图片不同像素点分离-Software written using matlab fuzzy clustering algorithm, the lobe separation of different pixel images
  3. 所属分类:matlab

    • 发布日期:2015-10-12
    • 文件大小:98304
    • 提供者:jyl
  1. DBScan

    0下载:
  2. 这是一种改进的基于密度的聚类算法,其侧重点在于,点与线的分离-This is an improved clustering algorithm based on density, its focus is on the separation point and the line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:183562
    • 提供者:王尼玛
  1. AntColonyClustering

    1下载:
  2. 基于蚁群聚类的图像分割方法。把聚类中心看做食物源,蚂蚁根据分泌的信息素寻找图像边缘点。-Image segmentation method based on ant colony clustering. The cluster centers seen as a food source, ants secrete pheromones to find based on the image edge points.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:23799
    • 提供者:流星
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com