【机器学习】数据归一化与标准化
Data Normalization and Standardization
http://www.benetzkorn.com/2011/11/data-normalization-and-standardization/
Standardization vs. normalization
http://www.dataminingblog.com/standardization-vs-normalization/
归一化与标准化
http://blog.sina.com.cn/s/blog_6b1c9ed50101byeu.html
数据挖掘:概念与技术(中文第三版)上面应该有标准化的概念
http://vdisk.weibo.com/s/zDFQH9cZskXOL
数据标准化
http://baike.baidu.com/view/945094.htm
极值标准化法
http://baike.baidu.com/view/945094.htm
数据归一化和两种常用的归一化方法
http://www.cnblogs.com/chaosimple/archive/2013/07/31/3227271.html
数据的标准化
http://webdataanalysis.net/data-analysis-method/data-normalization/
========min-max标准化========
matlab自带的min-max标准化
premnmx、postmnmx、tramnmx
http://zhidao.baidu.com/question/22624172.html
http://www.ilovematlab.cn/thread-27021-1-1.html
怎样利用Excel对数据进行min-max标准化
http://zhidao.baidu.com/question/487920232058601732.html
%%%%%%%%Z-Score标准化%%%%%%%%
matlab自带的Z-Score标准化函数
http://www.mathworks.cn/cn/help/stats/zscore.html
忽略NaN的Z-Score标准化函数matlab代码
http://blog.csdn.net/rumswell/article/details/11881475
How to Calculate a z-score in Statistics
http://www.ehow.com/how_4555631_calculate-zscore-statistics.html
如何用excel 2010算一列数据的z score?
http://zhidao.baidu.com/question/585179016.html
用Excel进行z-score标准化的方法:
http://baike.baidu.com/view/945094.htm
How to Find the Z-Score Using Microsoft Excel
http://www.ehow.com/how_5627529_z_score-using-microsoft-excel.html
How to Calculate a Z-Score in Excel 2007
http://www.ehow.com/how_8405041_calculate-zscore-excel-2007.html
========方差为1、均值为0的标准化========
matlab自带标准化到方差为1,均值为0
prestd、poststd、trastd
http://www.ilovematlab.cn/thread-27021-1-1.html
均值是0,方差为1,为什么取值就在(-1,1)之间
http://zhidao.baidu.com/question/467942100.html
========蔡登的标准化========
除以一列的平方和开方。归一化到(0,1)之间。
http://www.cad.zju.edu.cn/home/dengcai/Data/code/NormalizeFea.m