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

搜索资源列表

  1. K_average

    0下载:
  2. k均值聚类或者成为均值聚类,用于对各个数据进行分类-k-means clustering or a means clustering for the classification of the various data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1697
    • 提供者:李岚
  1. k-query_up.cpp

    0下载:
  2. spoj k-query. Given lots of offline queries and updates, reoder the queries and updates so that they maybe efficiently preprocessed.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:trajir
  1. kdtree

    0下载:
  2. 用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。-Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:302547
    • 提供者:翟乐
  1. K-L

    0下载:
  2. K-L又叫PCA,是人脸识别最基础的一个算法-KL also known as PCA, are the most basic of a Face Recognition Algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1965
    • 提供者:zhangwenming
  1. K-L

    0下载:
  2. 基于K-L的人脸识别,全面实用,可以参考。-KL-based face recognition, comprehensive and practical, can refer to.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:114632
    • 提供者:小开
  1. matlab_MRF

    0下载:
  2. k-均值算法的源码很有用,希望有帮助,请多多指点-k-means algorithm is useful source of hope that has helped, please instruct it
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:18923
    • 提供者:朱莉
  1. 123456789K_Average

    0下载:
  2. K均值算法的matlab代码,使用起来很简单,对于模式识别的效果也很好,初学者也很容易看懂。-K-means algorithm matlab code, very easy to use, for the effect of pattern recognition is also good, beginners can easily understand.
  3. 所属分类:Graph program

    • 发布日期:2017-04-26
    • 文件大小:55945
    • 提供者:tang
  1. gaknn2008-12-08

    0下载:
  2. 本算法是实现基于KNN的基因遗传算法,是对KNN算法的改进,具有更好的分类效果。-gaKnn[Genetic Algorithm Optimized K Nearest Neighbor Classification framework] is a frameowork for KNN optimization with a genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:27272
    • 提供者:sally
  1. kcluster

    0下载:
  2. 一种基于软划分方法的聚类方法——模糊k均值法聚类分析。-A division of methods based on soft clustering method- fuzzy k-means cluster analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1312
    • 提供者:wyl
  1. kmeansclustering

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

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

    0下载:
  2. 针对于K维高斯混合模型估计的期望最大算法-EM algorithm for k multidimensional Gaussian mixture estimation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1405
    • 提供者:scaning
  1. KShortestPaths

    0下载:
  2. 在GRAPH中找出K條最短路徑,並且輸出到SP.txt檔中-In GRAPH find K shortest paths, and output to file SP.txt
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:20862
    • 提供者:周昊宸
  1. libkdtree_0.7.0

    0下载:
  2. 一个KD-tree的类STL模板库,版本为0.7.0-libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:111913
    • 提供者:黄常标
  1. KNN

    0下载:
  2. K Nearest Neighbor algorithm Implementation and Overview
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:vietanh
  1. 2

    0下载:
  2. 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。 编程任务: 对于给定的n和k(k <= 10000)个加油站位置,编程计算最少加油次数。 -Top up after a car traveling n kilometers. The road has a number of gas stations. Design an effective algorithm that should be docked
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:150580
    • 提供者:JC
  1. K-Means

    0下载:
  2. 用于图像处理,K-MEANS聚类实现图像的分割和识别,是一种重要的图像处理方法-For image processing, K-MEANS Clustering achieve image segmentation and recognition, is an important image processing method
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5581
    • 提供者:nini
  1. k-MeansJava

    0下载:
  2. k-Means算法Java实现 数据挖掘中经典的Kmeans算法设计与实现-k-Means Algorithm for Data Mining Java implementation of the classic algorithm design and implementation Kmeans
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:49521
    • 提供者:闫珍
  1. orthogonal_signal_BER

    0下载:
  2. 以cos(2*pi*k*t/N)信号空间,k=0,1,……N-1, 取N= 4,8,16,32,64等基信号作为传输信号,通过计算机仿真正交信号的误码率。-To cos (2* pi* k* t/N) signal space, k = 0,1, ... ... N-1, take N = 4,8,16,32,64, such as the base signal as a transmission signal, through computer simulation orthogonal s
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-25
    • 文件大小:54351
    • 提供者:caomin
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:350886
    • 提供者:wjl
  1. k-means

    1下载:
  2. 使用k-means算法模拟向量量子化过程-Using k-means algorithm for vector quantization process simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1244
    • 提供者:qjc
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com