找回密码
 注册
查看: 907|回复: 0

R语言 RSNNS包 normTrainingAndTestSet()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 22:07:14 | 显示全部楼层 |阅读模式
normTrainingAndTestSet(RSNNS)
normTrainingAndTestSet()所属R语言包:RSNNS

                                        Function to normalize training and test set
                                         功能标准化训练和测试集

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Normalize training and test set as obtained by splitForTrainingAndTest in the following way: The inputsTrain member is normalized using normalizeData with the parameters given in type. The normalization parameters obtained during this normalization are then used to normalize the inputsTest member. if dontNormTargets is not set, then the targets are normalized in the same way. In classification problems,
标准化的培训和测试,设置为通过splitForTrainingAndTest以下列方式:inputsTrain成员是归normalizeData的参数在type。在此归一所得到的归一化参数,然后使用,标准化inputsTest部件。如果dontNormTargets还没有设置,那么目标以相同的方式进行归。在分类问题,


用法----------Usage----------





参数----------Arguments----------

参数:x
a list containing training and test data. Usually the output of splitForTrainingAndTest.
一个列表,包含训练和测试数据。一般splitForTrainingAndTest的输出。


参数:dontNormTargets
should the target values also be normalized?
的目标值应该也可以归?


参数:type
type of the normalization. This parameter is passed to normalizeData.
类型的归一化。这个参数被传递给normalizeData。


值----------Value----------

a named list with the same elements as splitForTrainingAndTest, but with normalized values.
一个名为splitForTrainingAndTest,但与归一化值具有相同的元素。


参见----------See Also----------

splitForTrainingAndTest, normalizeData, denormalizeData,
splitForTrainingAndTest,normalizeData,denormalizeData,


实例----------Examples----------


#shuffle the vector[洗牌的向量]
iris <- iris[sample(1:nrow(iris),length(1:nrow(iris))),1:ncol(iris)]

irisValues <- iris[,1:4]
irisTargets <- decodeClassLabels(iris[,5])

iris <- splitForTrainingAndTest(irisValues, irisTargets, ratio=0.15)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 16:41 , Processed in 0.028725 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表