码迷,mamicode.com
首页 >  
搜索关键字:models    ( 3511个结果
跳转 linQ
@book.book_namequery += @"AND (gn.gn_artist_genre1 =" + genre.ToString() public static Book GetBookDetail(Models.BookModel model) { using (Models.BSOE...
分类:其他好文   时间:2015-06-16 18:53:11    阅读次数:122
Solr相似度算法三:DRFSimilarity框架介绍
地址:http://terrier.org/docs/v3.5/dfr_description.htmlThe Divergence from Randomness (DFR) paradigm is a generalisation of one of the very first models ...
分类:编程语言   时间:2015-06-15 18:40:02    阅读次数:1614
获取设备和 App 信息
设备对照表:https://www.theiphonewiki.com/wiki/Models获取设备和 App 信息代码: 1 NSLog(@"设备信息如下"); 2 NSLog(@"detailModel(详细型号): %@", [self detailModel]); //de...
分类:移动开发   时间:2015-06-14 19:59:56    阅读次数:263
机器学习实战——条件随机场(CRF)
声明:本文是在《最优化方法》课程中阅读的Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data这篇文章后的总结。CRF由来条件随机场(CRF)这种用来解决序列标注问题的机器学习方法是由John Lafferty于2001年发表在国际机器学习大会ICML上的一篇经典文章所引入,对...
分类:其他好文   时间:2015-06-13 23:08:41    阅读次数:278
FbxImportUniform
using UnityEditor;/// /// 设置导入到Characters文件夹中Models文件夹下模型的属性////// 把本脚本拷贝到Editor文件夹下,自动执行////// public class FbxImportUniform : AssetPostprocessor {pu...
分类:其他好文   时间:2015-06-08 19:17:08    阅读次数:128
【ios开发学习 - 第二课】iOS项目目录结构
目录结构 AppDelegate Models Macro General Helpers Vendors Sections Resources   一个合理的目录结构首先应该是清晰的,让人一眼看上去就能大概了解目录的职责,且容易应对新的变化。   AppDelegate 这个目录下放的是AppDelegate.h(.m...
分类:移动开发   时间:2015-06-08 09:49:15    阅读次数:208
HTML赋值方法练习
index.cshtml@{ ViewBag.Title = "Index";}@model TestHtmlMethod2.Models.GenreIndex @Html.TextBox("Title", "")这是一个text框 @Html.TextArea("Desc","描...
分类:Web程序   时间:2015-06-08 00:55:08    阅读次数:210
PRML-Chapter3 Linear Models for Regression
Example: Polynomial Curve Fitting The goal of regression is to predict the value of one or more continuous target variables t given the value of a D-d...
分类:其他好文   时间:2015-06-06 23:27:37    阅读次数:369
python django model类型总结
V=models.CharField(max_length=None[, **options])    #varchar V=models.EmailField([max_length=75, **options])    #varchar V=models.URLField([verify_exists=True, max_length=200, **options])    #varcha...
分类:编程语言   时间:2015-06-05 19:48:31    阅读次数:205
论文Cascade Object Detection with Deformable Part Models的一个疑惑
该文的作者是Pedro F. Felzenszwalb等,著名的DPM目标检测模型的作者,该文的工作是将DPM(可形变组件模型)级联化以加快检测速度。加快的方式就是依次计算到目前为止部分部件得分之和,如果小于一定的阈值,则放弃该位置对象的继续检测,就是级联的思想。 作者在摘要中说到该文的一个核心贡献: In analogy to probably approximately corre...
分类:其他好文   时间:2015-06-05 17:33:19    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!