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
    • 文件大小:624713
    • 提供者:duckur
  1. kNN

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

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

    1下载:
  2. 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:440407
    • 提供者:绍敏
  1. kmeansclustering

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

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

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

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

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

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

    0下载:
  2. 一个KNN原理的示范性代码,Java 编写,用于简单的聚类分析!-KNN principle demonstration of a code, Java is written for simple clustering analysis!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:185483
    • 提供者:Hao Wu
  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
    • 文件大小:173052
    • 提供者:darren
  1. Knn

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

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

    0下载:
  2. knn clustering-knn clustering,,,,,,,,
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:833265
    • 提供者:evabhuu
  1. KNN

    0下载:
  2. K最邻近密度估计分类,K最邻近密度估计技术是一种分类方法,不是聚类方法。-K nearest neighbor classification density estimation, K nearest neighbor density estimation technique is a classification method, not the clustering method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1436
    • 提供者:施宇君
  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
    • 文件大小:7342
    • 提供者:matlabfresher
  1. KNN

    0下载:
  2. 这是我自己写的knn的算法,实现了聚类,比较简单-This is what I wrote it myself knn algorithm implements clustering, relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:232726
    • 提供者:xululu
  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
    • 文件大小:1024
    • 提供者:李娟
  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
    • 文件大小:1024
    • 提供者:晓骸
  1. knnclassification

    0下载:
  2. 实现KNN聚类 聚类算法 最简单又实用的聚类方法 常用 适用于多领域(KNN clustering algorithm to achieve the simplest and practical clustering method, commonly used in many fields)
  3. 所属分类:Windows编程

  1. Clustering

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

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

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

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

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

    • 发布日期:2018-05-02
    • 文件大小:1183744
    • 提供者:木子古月
  1. kNN

    0下载:
  2. 这是用于描述KNN聚类的python源代码,可以结合各位实际的需要使用(This is the python source code used to describe KNN clustering. It can be combined with your actual needs.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:chentrer
« 12 »
搜珍网 www.dssz.com