denormalizeData(RSNNS)
denormalizeData()所属R语言包:RSNNS
Revert data normalization
的数据恢复标准化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Column-wise normalization of the input matrix is reverted, using the given parameters.
列明智的恢复标准化的输入矩阵,使用给定的参数。
用法----------Usage----------
参数----------Arguments----------
参数:x
input data
输入数据
参数:normParams
the parameters generated by an earlier call to normalizeData that will be used for reverting normalization
由以前调用的参数来生成normalizeData将用于恢复标准化
Details
详细信息----------Details----------
The input matrix is column-wise denormalized using the parameters given by normParams. E.g., if normParams contains mean and sd for every column, the values are multiplied
输入矩阵列方式不规范使用的normParams给定的参数。例如,如果normParams包含均值和方差的每一列的值乘以
值----------Value----------
column-wise denormalized input
列明智的非规范化的输入
参见----------See Also----------
normalizeData, getNormParameters
normalizeData,getNormParameters
实例----------Examples----------
values <- normalizeData(iris[,1:4])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|