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

搜索资源列表

  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:610.07kb
    • 提供者:duckur
  1. kNN

    0下载:
  2. k Nearest Neighbor matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:689byte
    • 提供者:Weronika
  1. kmeansclustering

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

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

    1下载:
  2. KNN clustering with php
  3. 所属分类:Algorithm

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

    0下载:
  2. EM聚类算法,Knn分类算法简单C++编程-EM clustering algorithm, Knn classification algorithm is simple C++ programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:289.95kb
    • 提供者:步凡
  1. KNN

    0下载:
  2. 这是一个KNN聚类程序,大家共同学习,希望对大家有帮助!-This is a KNN clustering procedure, we learn together, we hope there is help!
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:851byte
    • 提供者:y
  1. svm

    1下载:
  2. 本程序包括:论文SVM 用于基于块划分特征提取的图像分类,和相应的matlab实现其中图像划分以及特征提取、聚类均利用matlab6.5完成。 -The procedures include: paper by SVM for feature extraction based on block classification, and the corresponding realization of one image into matlab, and feature extraction,
  3. 所属分类:matlab例程

    • 发布日期:2017-05-24
    • 文件大小:169kb
    • 提供者:darren
  1. Knn

    0下载:
  2.  MATLAB 聚类和近邻搜索模块代码如下-MATLAB clustering and nearest neighbor search module code is as follows
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:561byte
    • 提供者:
  1. TCM-NN-Algorithm

    1下载:
  2. TCM-KNN 算法 用于聚类分析 Debug内包含txt格式dataset 以及测试数据 程序可实现 对测试数据的自动分类-TCM-KNN algorithm for clustering analysis Debug txt format dataset contains data and test procedures can be realized on the automatic classification of test data
  3. 所属分类:Algorithm

    • 发布日期:2015-05-11
    • 文件大小:37kb
    • 提供者:Chutiayang
  1. Wavelet-P-Svd-age-determination

    0下载:
  2. Its a method where we have used wavelet and svd method to estimate the age of digital fingerprint using knn clustering method.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7.17kb
    • 提供者:matlabfresher
  1. lm

    0下载:
  2. 各种对图像的分类和聚类的方法,kmeas、knn、pca等,还有几种数据处理中的窗函数-Variety of image classification and clustering methods, kmeas, knn, pca, etc., there are several data processing window function
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:175.7kb
    • 提供者:罗敏
  1. KNN

    0下载:
  2. knn聚类算法的python描述,兼容python2.7 3.0以上版本-python knn clustering algorithm descr iption, compatible python2.7 3.0 or later
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:李娟
  1. kNN

    0下载:
  2. knn算法。成名的k紧邻算法,聚类算法,可以用作分类。希望帮到大家。-knn algorithm. K close to the famous algorithm, clustering algorithm, it can be used as a classification. We hope to help everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-14
    • 文件大小:1kb
    • 提供者:lee
  1. KNN

    0下载:
  2. K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering metho
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:晓骸
  1. knn1

    0下载:
  2. K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering metho
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:咳晓
  1. kmediod

    1下载:
  2. k-mediod、knn、uci数据集。 数据挖掘、机器学习中的经典聚类、分类算法(K-mediod, KNN, and UCI data sets. Data mining and classical clustering and classification algorithms in machine learning)
  3. 所属分类:数据挖掘

  1. Clustering

    0下载:
  2. 本代码实现多个方法对数据进行聚类,例如knn方法(This code implements multiple methods to cluster data, such as the KNN method)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:3.17mb
    • 提供者:gaomin
  1. K-Means Clustering menggunakan Matlab

    0下载:
  2. knn image recognition for matlab code
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:126kb
    • 提供者:rahmaatpurnama
  1. kNN

    0下载:
  2. 机器学习/python入门项目一:聚类kNN(Machine learning / python entry project: clustering kNN)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-02
    • 文件大小:1.13mb
    • 提供者:木子古月
  1. matlab代码

    0下载:
  2. Matlab代码,根据算法原理自己编写的基本算法的代码,有:KNN,层次聚类,C均值,最邻近算法。包括自己挑选的数据集,对算法准确率的测试。(Matlab code, the code of the basic algorithm written by itself according to the algorithm principle, there are: KNN, hierarchical clustering, C-means, nearest neighbor algorithm.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-28
    • 文件大小:126kb
    • 提供者:wqg800828
搜珍网 www.dssz.com