虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

svm<b>分类算法</b>

  • knn

    knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法

    标签: knn

    上传时间: 2015-08-24

    上传用户:jqy_china

  • 本文以活体指纹录入仪为指纹采集手段

    本文以活体指纹录入仪为指纹采集手段,以个人计算机作为处理平 台,综合运用图像处理和模式识别技术,深入、系统地研究了指纹自动 识别的理论和技术,并且详细的探讨了指纹图像预处理过程的实现,提 出了一种改进的指纹图像全局特征点的提取方法。并在此基层上完成了 指纹分类算法,提出并建立了基于全局特征的指纹识别方法

    标签: 指纹 指纹采集

    上传时间: 2014-01-17

    上传用户:huyiming139

  • JAVA的一个程序

    JAVA的一个程序,是分类算法中的判定树的一部分。

    标签: JAVA 程序

    上传时间: 2014-01-02

    上传用户:1583060504

  • JAVA的一个程序

    JAVA的一个程序,是分类算法中的判定树的一部分。

    标签: JAVA 程序

    上传时间: 2014-01-09

    上传用户:PresidentHuang

  • JAVA的一个程序

    JAVA的一个程序,是分类算法中的判定树的一部分。

    标签: JAVA 程序

    上传时间: 2014-11-24

    上传用户:gut1234567

  • JAVA的一个程序

    JAVA的一个程序,是分类算法中的判定树的一部分。

    标签: JAVA 程序

    上传时间: 2014-01-14

    上传用户:330402686

  • JAVA的一个程序

    JAVA的一个程序,是分类算法中的判定树的一部分。

    标签: JAVA 程序

    上传时间: 2015-09-19

    上传用户:hfmm633

  • JAVA的一个程序

    JAVA的一个程序,是分类算法中的判定树的一部分。

    标签: JAVA 程序

    上传时间: 2013-12-12

    上传用户:小鹏

  • 要 高性能和安全是计算机网络研究的两个主要问题。如何使路由器在保证转发性能的前提下提供网络安全保护已经成为当前的研究热点。本文介绍了在完成国家“863”计划重大课题“高性能安全路由器”的过程中解决的若

    要 高性能和安全是计算机网络研究的两个主要问题。如何使路由器在保证转发性能的前提下提供网络安全保护已经成为当前的研究热点。本文介绍了在完成国家“863”计划重大课题“高性能安全路由器”的过程中解决的若干关键技术问题。“高性能安全路由器”基于自主设计的高性能路由器操作系统HEROS。为保证高性能的路由转发,设计实现了基于RAM的高性能路由查找算法;为支持服务质量控制和安全管理,设计实现了基于无冲突哈希Trie树的分组分类算法和基于反馈的分布式分组调度算法;为保证网络安全,提出了基于分布式密钥管理的路由器安全体系结构。

    标签: 性能 863 路由器 保护

    上传时间: 2014-03-11

    上传用户:JasonC

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery