CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - Nearest neighbor

搜索资源列表

  1. ml-knn

    0下载:
  2. code for K Nearest Neighbor algorithm in java
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:37.35kb
    • 提供者:buvi
  1. KNNcode

    0下载:
  2. K-Nearest Neighbor datamining code in java
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:4.91kb
    • 提供者:buvi
  1. BasicBalance

    0下载:
  2. 负载均衡算法仿真 :寻找最近的邻居节点 定期交换彼此之间的负载信息-Load Equalization Algorithm: find the nearest neighbor load regular exchange of information between
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1.91kb
    • 提供者:
  1. java

    0下载:
  2. a Grid-based, and the nearest neighbor clustering algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:atll
  1. TSP

    0下载:
  2. Nearest Neighbor for Tsp
  3. 所属分类:Java Develop

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

    0下载:
  2. java实现KNN(k-Nearest Neighbor algorithm)算法,可以设置改变k值。-The code implement KNN(k-Nearest Neighbor algorithm)algorithm,and you can change the value of K.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-29
    • 文件大小:5.6kb
    • 提供者:hanson
  1. KDTree

    0下载:
  2. k-d树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。用java实现,可直接运行-kd-tree (k-dimensional tree for short), is a partition the data structure of k-dimensional data space. Mainly used in the search of the key data of the multidimensi
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:9.3kb
    • 提供者:shiyulong
  1. KDTree2Kmeans

    0下载:
  2. 基于kdtree的kmeans聚类算法,在选择最近邻中心点时使用kdtree的检索功能,提高了检索效率,特别是当k较大时,效果明显提升-kmeans clustering algorithm based on kdtree,used in selecting the center point of the nearest neighbor the kdtree retrieval function, and improve the retrieval efficiency has improve
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:22.26kb
    • 提供者:shiyulong
  1. maxFirst.src

    0下载:
  2. ICDE论文MaxFirst代码,是双色反最近邻的重要论文-ICDE papers MaxFirst code, is an important color papers reverse nearest neighbor
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:304.17kb
    • 提供者:lam
  1. KNN

    0下载:
  2. 是K最邻近结点算法的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-The K nearest neighbor node algorithm abbreviated form of electronic information is a classification algorithm. KNN method based on the inclusion of data characteristic variable filter is particula
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-04
    • 文件大小:737.23kb
    • 提供者:黄晓峰
  1. knn

    0下载:
  2. 使用java实现数据分类算法最近邻分算法knn,没有使用数据库,直接将数据存储在arraylist中-Using java nearest neighbor classification algorithm for data points algorithms knn, do not use a database, the data is stored directly in the arraylist
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:3.46kb
    • 提供者:wo
  1. final

    0下载:
  2. 利用Nearest Neighbor解決Travel Salesman Problem-Solve TSP by Nearest Neighbor
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4.16kb
    • 提供者:Foi Wu
  1. KNN

    0下载:
  2. 实现了KNN文本的分类,KNN最近邻基于欧几里德距离的JAVA算法实现适用于初级学习KNN的初学者。-Realization of KNN text classification, KNN nearest neighbor JAVA algorithm for Euclidean distance implementation is applied to the primary learning KNN beginners based on.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-24
    • 文件大小:12.56kb
    • 提供者:罗志强
  1. Fast-Nearest-Neighbor-Search-with-Keywords

    0下载:
  2. Conventional spatial queries, such as range search and nearest neighbor retri , involve only conditions on objects’ geometric properties. Today, many modern applications call for novel forms of queries that aim to find objects satisfying both a spati
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3mb
    • 提供者:pravin
  1. weka.pdf

    0下载:
  2. WEKA 中文API学习教程,详解 回归,分类,群集,最近邻算法-WEKA Chinese API tutorials, Detailed regression, classification, clustering, Nearest Neighbor algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:539.83kb
    • 提供者:liuhuiya
  1. knn

    0下载:
  2. 运用java 语言简单实现knn算法,邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(Using java language simple implementation of KNN algorithm, neighbor algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simples
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:武林至尊
  1. SpatialSearch

    0下载:
  2. 基于格子法的最近距离搜索和区域搜索。根据给定的GPS点的txt文件 搜索出距离给定经纬度的最近的用户指定的类型(例如餐馆,政府机构,atm机)(Nearest neighbor search and region search based on lattice method)
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:128kb
    • 提供者:rdt123
搜珍网 www.dssz.com