整理了一下最近对协同过滤推荐算法中的皮尔森相似度计算,顺带学习了下R语言的简单使用,也复习了概率统计知识。一、概率论和统计学概念复习1)期望值(Expected Value)因为这里每个数都是等概率的,所以就当做是数组或向量中所有元素的平均数吧。可以使用R语言中函数mean()。2)方差(Variance)方差分为population variance总体方差和sample variance样本方...
分类:
编程语言 时间:
2014-10-12 16:35:38
阅读次数:
1714
format格式与svn版本号我猜对应如下:1.4.x 对应 format 21.5.x 对应 format 3……1.8.x对应 format 6那么每个format创建出的repo要用对应的版本checkout,否则会出错。具体解决方案见:http://lailife.blog.163.com/...
分类:
Web程序 时间:
2014-10-12 13:01:57
阅读次数:
197
安装rac10g,出现如下错误:
[root@rac2 oracle]# /u01/product/crs/root.sh
WARNING: directory '/u01/product' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does no...
分类:
其他好文 时间:
2014-10-11 17:29:05
阅读次数:
241
Struts中报错the request was rejected because its size (***) exceeds the configured maximum (2097152)最新解决方案是在struts.xml中设置http://bioubiou.iteye.com/blog/1...
分类:
Web程序 时间:
2014-10-10 21:03:54
阅读次数:
166
New XAMPP security concept:Access to the requested directory is only available from the local network.This setting can be configured in the file “http...
分类:
其他好文 时间:
2014-10-06 18:03:00
阅读次数:
262
1、问题MISCONF Redis is configured to save RDB snapshots 127.0.0.1:6379> set k1 "nob" (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Comma...
分类:
其他好文 时间:
2014-10-05 18:02:18
阅读次数:
251
(1)异常信息如下:
严重: Servlet.service() for servlet action threw exception
java.lang.RuntimeException: No CurrentSessionContext configured!
at com.lc.utils.HibernateUtil.executeQuery(HibernateUtil.java:56)...
分类:
系统相关 时间:
2014-10-05 12:26:18
阅读次数:
266
Spring在发现包括multipart的请求后,会使用MultipartResolver的实现bean处理文件上传操作,现有採用Servlet3的org.springframework.web.multipart.support.StandardServletMultipartResolver和採...
分类:
编程语言 时间:
2014-10-03 13:26:34
阅读次数:
203
从命令行运行django数据库操作,报错:django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. You mus...
分类:
数据库 时间:
2014-10-02 20:50:33
阅读次数:
244
在开始学习hadoop时,最痛苦的一件事就是难以理解所写程序的执行过程,让我们先来看这个实例,这个测试类ToolRunnerTest继承Configured的基础上实现了Tool接口,下面对其用到的基类源码进行分析,就可以理解其执行过程是如此简单。。。。。。 1 package xml; 2 3 ....
分类:
其他好文 时间:
2014-10-01 23:20:21
阅读次数:
269