码迷,mamicode.com
首页 >  
搜索关键字:feature selection    ( 3203个结果
Order Management Suite - Pricing and Availability Form Library
In this Document   Purpose   Scope   Details   A. Form / Functional Issues   "Add to Selection" Button   Are PTOs supp...
分类:其他好文   时间:2014-12-09 17:47:43    阅读次数:332
【Daily Scrum】12-07
DONE :Algo : Image selection 的算法部分Rendering : Real time rendering 的框架。Oldtime和happiness Style的参数设置,素材的选取TODO:Algo: 送给Render信息的设计。Rendering : Transitio...
分类:其他好文   时间:2014-12-09 07:05:43    阅读次数:218
VBA 插入一行保留样式
Rows(processingRow).Insert ' 在指定的行数processingRow处插入一行 Rows(processingRow - 1).Select ' 选择上一行的整行 Selection.Copy ' 拷贝 Rows(proc...
分类:编程语言   时间:2014-12-08 13:50:46    阅读次数:155
wavelet feature 128D 小波特征
function f=WTF(I); % compute the 128-D wavelet transform feature of image I % Input: % I: the input image % Output: % f:128-D feature %%warning:normalization must be performed after all the features a...
分类:其他好文   时间:2014-12-07 23:14:00    阅读次数:265
abap 数字移动小游戏
【转自 http://blog.csdn.net/forever_crazy/article/details/6542507】report ......selection-screen pushbutton 2(10) pb11 user-command pb11.selection-screen ...
分类:移动开发   时间:2014-12-04 19:34:34    阅读次数:220
Feature hashing相关 - 1
考虑典型的文本分类,一个经典的方法就是 分词,扫描所有特征,建立特征词典 重新扫描所有特征,利用特征词典将特征映射到特征空间编号 得到特征向量 学习参数 w 存储学习参数 w , 存储特征映射词典 预测截断装载学习参数w,装载特征映射词典 扫描数据,将所有特征利用特征映射词典映射到特征空间编号 得到...
分类:其他好文   时间:2014-12-04 17:47:41    阅读次数:327
Feature hashing相关 - 2
Bloom filter 思路 用多个不同hash 来记录,比如遇到一个 love 有4个hash function 映射到4个bit位置,如果所有位置都是1 那么认为之前已经遇到love这个词(有一定错误概率),如果有任何一个位置是0,那么表明love这个词之前没有遇到(100%这样) Count...
分类:其他好文   时间:2014-12-04 17:30:57    阅读次数:186
JDE报表开发笔记(数据选择及继承)
在Section的Event中, Do Custom Section("sectionxxx")自定义加载下一个Section Set Selection Append Flag()继承上一个Section中的Selection(system function) Set User Select...
分类:其他好文   时间:2014-12-04 17:21:29    阅读次数:395
[整理]IIS 6.0 下部署 Asp.net MVC Web Api 后 HTTP PUT and DELETE 请求失败
http://guodong.me/?p=1560ASP.NET MVC 4 has a new feature called WebAPI which makes it much easier to create a REST API in ASP.NET. Unfortunately, I ra...
分类:Windows程序   时间:2014-12-04 13:55:43    阅读次数:716
基于ATL的控件中使用加速键(AtlLoadAccelerators)
控件基本情况 控件本身+ CMainFrame + View 将所有的控件消息全部转发给CMainFrame来处理 BEGIN_MSG_MAP(CIECSChart) //CHAIN_MSG_MAP(CComControl) MESSAGE_HANDLER(MSG_SELECTION_CHANGED, MessageHandler) CHAIN_MSG_MAP(_Base) { ...
分类:其他好文   时间:2014-12-04 08:51:08    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!