January 19, 2016 学习数据挖掘¶ 基础概念¶ 相对误差¶ 预测值接近实际值的精度,数学表示为: %=real−predictreal×100 相对误差越小精度越高。 平均值¶ 算术平均值¶ mean. 又称加权平均值。数学表达式为: ¯x=n∑i=1xi=(x1+x2+......+xn)/n 几何平均值¶ geometric mean,数学表达式为: xg=(x1⋅x2...xn)1/n 调和平均值¶ 数学表达式为: xh=n/(1/x1+1/x2+...+1/xn) Filed under: learn, math Tags: learn, math, big data « 命令行管道编程 磁盘配额管理 » Please enable JavaScript to view the comments powered by Disqus.