- 博客(9)
- 收藏
- 关注
原创 Hadoop的前世今生(6)——DataNode
org.apache.hadoop.dfs.DataNodeDataNode is a class (and program) that stores a set of blocks for a DFS deployment. A single deployment can have one or many DataNodes. Each DataNode communicates r
2012-05-30 20:54:30
412
转载 IR的评价指标:NDCG
http://blog.youkuaiyun.com/inte_sleeper/article/details/7398404
2012-05-18 10:03:08
820
翻译 lucene 3.6 Similarity doc
Expert: Scoring API. Similarity defines the components of Lucene scoring. Overriding computation of these components is a convenient way to alter Lucene scoring.[翻译]Similarity定义了Lucene评分的组件,覆盖这个组件
2012-05-16 19:16:15
1205
转载 流型学习
转自:renjie1983.wordpress.com/.../manifold-learning[转贴] 流形学习简介流形学习是个很广泛的概念。这里我主要谈的是自从2000年以后形成的流形学习概念和其主要代表方法。自从2000年以后,流形学习被认为属于非线性降维的一个分支。众所周知,引导这一领域迅速发展的是2000年Science杂志上的两篇文章: Isomap and
2012-05-07 15:04:53
932
转载 最大熵模型文献阅读指南
昨天在回顾CRF的时候想了解一下IIS的解法,于是就找到了这个网页:http://www.52nlp.cn/maximum-entropy-model-tutorial-reading另外通过里面的文献我还发现了一个网页版的讲解最大熵的论文集:http://www.cs.cmu.edu/~aberger/maxent.html其中一篇入门的文章看得还是比较明白,因为现在对凸
2012-05-04 09:13:50
322
翻译 label bias problem
今天重读CRF的开山论文,发现对于label bias problem的问题还是不明白,于是就找了一个人转载的解释,在此翻译下。The label bias problem arises because certain state transitions ignore observations due to the way the state transition diagram is con
2012-05-03 14:53:20
2357
转载 java NIO类库的select 机制
今天看了一个关于Select的分析,讲得很好, 在此给出链接:http://blog.youkuaiyun.com/haoel/article/details/2224055
2012-05-02 10:26:31
320
原创 Hadoop的前世今生(3)——ipc中的Client(2)
接上一回,接下来我们分析ConnectionCuller类,再上一回我接触了一下这个类,它的任务是回收Connection的:ConnectionCuller这个类的内容显然少得可怜,这里直接贴出它唯一的一个方法:public void run() { while (running) { try { Thread.sleep(MIN_SLEEP_TIME
2012-05-01 17:31:49
344
原创 Hadoop的前世今生(2)——ipc的Client(1)
今天的任务是解决Client类,它在源码的ipc包下,作为分布式C-S结构的C。本文的前提是你要了解C的功能。本文使用的源码是hadoop-0.10.1。start!在它的里面包括5个子类,分别是:Call:Connection:ParallelCall:ParallelResult:ConnectionCuller:下面我们依次分析这五个类的内容:Call
2012-05-01 16:49:50
442
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人