码迷,mamicode.com
首页 >  
搜索关键字:pairwise    ( 82个结果
Maximum Pairwise Product
问题描述 Given a sequence of non-negative integers a0,…,an?1, find the maximum pairwise product, that is, the largest integer that can be obtained by mult ...
分类:其他好文   时间:2016-05-17 22:33:16    阅读次数:510
1305 Pairwise Sum and Divide
1305 Pairwise Sum and Divide 基准时间限制:1 秒 空间限制:131072 KB 有这样一段程序,fun会对整数数组A进行求值,其中Floor表示向下取整: fun(A) sum = 0 for i = 1 to A.length for j = i+1 to A.len ...
分类:其他好文   时间:2016-05-06 19:28:52    阅读次数:160
Feature Learning based Deep Supervised Hashing with Pairwise Labels
资源链接:http://download.csdn.net/detail/lilai619/9489498...
分类:其他好文   时间:2016-04-13 13:18:32    阅读次数:377
scikit-learn:4.7. Pairwise metrics, Affinities and Kernels
参考:http://scikit-learn.org/stable/modules/metrics.html The sklearn.metrics.pairwise submodule implements utilities to evaluate pairwise distances(样本对的距离) or affinity of sets of samples(样本集的相似度)...
分类:其他好文   时间:2015-07-26 17:24:43    阅读次数:167
Moduli number system
A number system with moduli is de?ned by a vector of k moduli, [m1,m2, ···,mk].The moduli must be pairwise co-prime, which means that, for any pair of...
分类:其他好文   时间:2015-07-09 13:08:47    阅读次数:103
Pairwise Test
Pairwise方法同正交分解法、等价类分析、边界值分析、错误推测法、判定表因果图等常用测试用例分析方法,另外还包括目前应用不是特别成熟的基于模型测试、基于风险测试、和测试场景分析方法都是测试用例分析设计(有时测试方案也采取类似方式来实现)方法。
分类:其他好文   时间:2015-06-13 15:32:11    阅读次数:122
HNOI2015题解
HNOI2015 Arthur(思路:期望DP) HNOI2015 Fruit(思路:DFS序+整体二分+线段树) HNOI2015 Dishes(思路:优先队列+字典序) HNOI2015 Maple(思路:DAG上DP) HNOI2015 Shop(思路:可持久化树分治结构) HNOI2015 Pairwise(思路:树形DP)...
分类:其他好文   时间:2015-06-10 22:38:35    阅读次数:242
Pairwise Independent Combinatorial Testing tool (PICT)
PICT是微软推出的一款自动生成测试用例的小工具。体积很小(不到1MB),而且使用起来简单方便。下面通过一个例子展示一下它的能力:根据这些条件, 我们设定的模型如下:User name: NULL, not exist, too long, too short, legalPassword: NUL...
分类:其他好文   时间:2015-06-01 11:10:48    阅读次数:143
ACM-另类乘法
描述 Bessie is tired of multiplying pairs of numbers the usual way, so she invented her own style of multiplication. In her style, A*B is equal to the sum of all possible pairwise products between t...
分类:其他好文   时间:2015-05-26 14:29:34    阅读次数:145
RankNet学习思路
整理了一下学习ranknet需要知道的几点: 1、ranknet是从概率角度,利用pairwise解决排序问题; 2、最终我们学习的是一个为搜索结果打分的函数(Scoring Function),这个函数的作用是用来给搜索结果排序的,函数中带有未知参数,RankNet会帮你把参数训练出来,这个Scoring Function在这里并不是RankNet中特定的,因此只要提供的Scoring...
分类:Web程序   时间:2015-05-19 22:41:04    阅读次数:220
82条   上一页 1 ... 5 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!