码迷,mamicode.com
首页 >  
搜索关键字:selection    ( 1319个结果
2014 ECML: Covariate-correlated lasso for feature selection (ccLasso)
今天看了一篇 ECML 14 的文章(如题),记录一下。原文链接:http://link.springer.com/chapter/10.1007/978-3-662-44848-9_38这篇文章提出了一个显式考虑 x 与 y 之间的相关性的 lasso 算法。方法很简单,就是用 μj=(1 - |...
分类:其他好文   时间:2015-01-20 11:43:56    阅读次数:308
Juqery Mobile 中自定义属性方法
接着上篇讲的项目,在实现过程中按照要求,需要有选择数目的要求,也就是只能选择其中几项的需求,按照我们平时开发,第一个想到的肯定就是在提交时数下多少checkbox的选中,但这样很不友好,所以我们可以自定义一个属性data-limit-selection,具体实现代码: jQuery(document...
分类:其他好文   时间:2015-01-20 10:21:01    阅读次数:175
eclipse块编辑
1. Windows > Preferences然后键入keys或浏览到General > Keys。根据该键输入filter text的block selection快速找到快捷方式上市toggle block selection。在这里,您可以在快捷方式列选择如你所愿。 2. 您可以通过键盘快捷...
分类:系统相关   时间:2015-01-17 01:00:06    阅读次数:441
cl_salv_table
1、简单的CL_SALV_TABLE 的使用REPORT ZALVOM_DEMO1.data: ispfli type table of spfli.data: gr_table type ref to cl_salv_table.start-of-selection.select * into t...
分类:其他好文   时间:2015-01-16 16:05:46    阅读次数:175
【转载】规则化和模型选择(Regularization and model selection)
【转载】规则化和模型选择(Regularization and model selection)
分类:其他好文   时间:2015-01-16 13:01:05    阅读次数:217
rpm的妙用
rpm -qf QUERY OPTIONS The general form of an rpm query command is rpm {-q|--query} [select-options] [query-options]PACKAGE SELECTION O...
分类:其他好文   时间:2015-01-15 21:44:35    阅读次数:109
Selection in expected linear time O(n)
Selection in expected linear time            The general selection problem appears more difficult than the simple problem of finding a minimum. Yet, surprisingly, the asymptotic running tim...
分类:其他好文   时间:2015-01-15 14:21:23    阅读次数:185
用JavaScript获取页面上被选中的文字的技巧
这里介绍的一个小技巧是如何用JavaScript获取页面上被选中的文字的方法。最关键的JavaScript API是:event.selection = window.getSelection();这里的selection实际上是个对象,但如果我们使用 .toString()或强行转化成字符串,我们...
分类:编程语言   时间:2015-01-15 14:15:50    阅读次数:171
Word中使用VBA自动生成公式时的注意事项
SubGenEQ() IfSelection.start<>Selection.EndThen DimobjRangeAsRange DimobjEqAsOMath SetobjRange=Selection.Range ‘不能加入下面这行注释掉的代码,否则在日文版Word2007和2010上将不能实现下面的灵活字体控制 ‘objRange.Text=Selection.Range.Text SetobjRange=obj..
分类:编程语言   时间:2015-01-15 01:57:06    阅读次数:420
d3.js学习3
Enter-update-exit模式select.data(data),代表selection图形与data数据的交集->Update Modeselect.data(data).enter(),代表data数据排除selection图形与data数据的交集->Enter Modeselect.e...
分类:Web程序   时间:2015-01-12 17:17:51    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!