码迷,mamicode.com
首页 >  
搜索关键字:terms    ( 343个结果
Usage of “symmetrical” and “symmetric”
What is the appropriate usage of "symmetrical" and "symmetric" (using the geometrical adjectival definition of both terms)? Are they synonymous?Dictio...
分类:其他好文   时间:2015-09-08 18:38:08    阅读次数:142
[Elasticsearch] 常用查询和操作总结
1. 取得某个索引中某个字段中的所有出现过的值这种操作类似于使用SQL的SELECT UNIQUE语句。当需要获取某个字段上的所有可用值时,可以使用terms聚合查询完成:GET /index_streets/_search?search_type=count { "aggs": { "uniq_streets": { "terms": { "field": "nam...
分类:其他好文   时间:2015-08-28 00:49:44    阅读次数:547
xxx
/* * Copyright (C) 2015 hu * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Lic...
分类:其他好文   时间:2015-08-20 09:06:12    阅读次数:135
SSIS ->> Reliability And Scalability
Error outputs can obviously be used to improve reliability, but they also have an important part to play in terms of scalability as wellThe capability...
分类:其他好文   时间:2015-08-18 18:44:24    阅读次数:93
JDK容器 Vector源码剖析
/* * %W% %E% * * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package java.util; /** * The {@co...
分类:其他好文   时间:2015-08-14 01:10:03    阅读次数:118
六大设计原则--里氏替换原则【Liskov Substitution Principle】
定义 最正宗的定义: If for each object o1 of type S there is an object o2 of type T such that for all programs P defined in terms of T, the behavior of P is unchanged when o1 is substituted for o2 then S is a...
分类:其他好文   时间:2015-08-10 10:40:17    阅读次数:251
POJ3070——矩阵快速幂——Fibonacci
DescriptionIn the Fibonacci integer sequence,F0= 0,F1= 1, andFn=Fn? 1+Fn? 2forn≥ 2. For example, the first ten terms of the Fibonacci sequence are:0, ...
分类:其他好文   时间:2015-08-06 00:19:36    阅读次数:124
String源码
/* * Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ...
分类:其他好文   时间:2015-08-05 00:45:14    阅读次数:152
Program B 暴力求解
Given a sequence of integers S = {S1,S2,...,Sn}, you should determine what is the value of the maximum positive product involving consecutive terms...
分类:其他好文   时间:2015-08-02 21:21:49    阅读次数:125
scikit-learn:3.5. Validation curves: plotting scores to evaluate models
参考:http://scikit-learn.org/stable/modules/learning_curve.html estimator's generalization error can be decomposed in terms of bias, variance and noise. The bias of an estimator is its avera...
分类:其他好文   时间:2015-07-30 11:33:18    阅读次数:157
343条   上一页 1 ... 22 23 24 25 26 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!