2013年8月1日

nutch-1.7 编译

摘要: 转载自:http://peigang.iteye.com/blog/1563288从nutch-1.3开始 本地抓取(单击) 和 分布式抓取(集群)所使用的配置文件和命令单独分开。资源:下载地址:http://archive.apache.org/dist/nutch/1.7/apache-nutc... 阅读全文

posted @ 2013-08-01 11:16 雨渐渐 阅读(1029) 评论(0) 推荐(0) 编辑

众数

摘要: 一个分布的众数就是它的最频繁值。编写一个球众数的函数mode编写一个AllMode函数,返回按频率降序排列的值-频对。__author__ = 'dell'import Pmfimport operatorhist = Pmf.MakeHistFromList([1, 2, 2, 3, 5])pri... 阅读全文

posted @ 2013-08-01 06:12 雨渐渐 阅读(365) 评论(0) 推荐(0) 编辑

Python 排序

摘要: 转载自:http://wiki.python.org/moin/HowTo/SortingOriginal version by Andrew Dalke with a major update by Raymond Hettinger原始版本是Andrew Dalke,然后更新的是Raymond HettingerThere are many ways to use them to sort data and there doesn't appear to be a single, central place in the various manuals describing the 阅读全文

posted @ 2013-08-01 06:07 雨渐渐 阅读(331) 评论(0) 推荐(0) 编辑

导航