码迷,mamicode.com
首页 >  
搜索关键字:analysis    ( 2083个结果
[LeetCode#23]Merge k Sorted Lists
The problem:Mergeksorted linked lists and return it as one sorted list. Analyze and describe its complexity.My analysis:The is problem could be elegan...
分类:其他好文   时间:2015-01-29 07:06:08    阅读次数:207
[LeetCode#147]Insertion Sort List
The problem:Sort a linked list using insertion sort.My analysis:The idea behind this solution is easy, but the mainipulation over linkedlist is hard a...
分类:其他好文   时间:2015-01-28 06:09:30    阅读次数:138
spark 笔记 16: BlockManager
先看一下原理性的文章:http://jerryshao.me/architecture/2013/10/08/spark-storage-module-analysis/,http://jerryshao.me/architecture/2013/10/08/spark-storage-module...
分类:其他好文   时间:2015-01-27 17:49:18    阅读次数:337
分类算法中的ROC与PR指标
做过图像识别、机器学习或者信息检索相关研究的人都知道,论文的实验部分都要和别人的算法比一比。可怎么比,人多嘴杂,我说我的方法好,你说你的方法好,各做各的总是不行——没规矩不成方圆。于是慢慢的大家就形成了一种约定,用ROC曲线和PR曲线来衡量算法的优劣。关于ROC曲线和PR曲线的详细介绍可参考资料:ROC Analysis and the ROC Convex HullTom Fawcett,An ...
分类:编程语言   时间:2015-01-27 00:42:47    阅读次数:271
LR自我总结的问题
1、Controller中添加负载测试时,最后运行完提示the following graph s were not created。导致最后没有数据报表生成。 解决方法:在result中将auto load analysis 和 auto collate results去掉即可。2、VuGen中....
分类:其他好文   时间:2015-01-26 18:52:49    阅读次数:268
为Elasticsearch安装中文分词IK
注:Elasticsearch版本:1.4.2一、安装与配置1.从https://github.com/medcl/elasticsearch-analysis-ik下载elasticsearch-analysis-ik-master.zip2.解压elasticsearch-analysis-ik...
分类:其他好文   时间:2015-01-23 19:40:16    阅读次数:16588
编译器的编译基本过程
编译器最基本的功能就是把高级语言编写的代码转化为机器指令(就是01串),从这个角度来说它本质上是个转换过程。经典的编译过程主要包括: 词法分析(Lexical Analysis) 词法分析就是从输入代码中识别出各种记号(token),例如对于C语言我们就需要知道if,else等是语言的关键字,myvar是个标识,而123myvar不能被识别为一个标识。负责实现词法分析的模块有时也称为s...
分类:其他好文   时间:2015-01-23 14:43:25    阅读次数:216
Exception when searching pbo at initiating workflow manually: The operation: "search" failed.
Background:在用“addColumn wt.doc.WTDocument String=10 Boolean=5 Long=5”扩展了WTDocument的栏位后,在InitiateWorkflow界面search document报错:Analysis:从log看是因为applet所调用...
分类:其他好文   时间:2015-01-23 10:48:48    阅读次数:187
峰识别 峰面积计算 peak detection 源代码 下载
Comparative  analysis  of  peak-detection  techniques  for  comprehensive two-dimensional  chromatography http://www.docin.com/p-172045359.html...
分类:其他好文   时间:2015-01-22 11:07:23    阅读次数:127
11月25日
11月25日发现几种术语tangent linear vibration modelinear modal analysis(LMA) modelinear modal analysis(LMA)估计是同线性弹力模型结合的,此时力是位移的线性函数,以此得到刚度矩阵tangent linear vib...
分类:其他好文   时间:2015-01-20 15:31:33    阅读次数:92
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!