setDomain(VBmix)
setDomain()所属R语言包:VBmix
setDomain
setDomain
译者:生物统计家园网 机器人LoveR
描述----------Description----------
performs linear rescaling of given data.
给定的数据进行线性重新缩放。
用法----------Usage----------
setDomain(dat, span = 10, oldspan = NULL)
参数----------Arguments----------
参数:dat
data to rescale. matrix object, with elements as rows, and variables as columns (i.e. variables are rescaled).
重新调整的数据。矩阵对象,行元素和变量列(即变量重新调整)。
参数:span
new domain to which dat is rescaled. If type is numeric and length = 1: [-span, span] is used for all variables. If type is numeric and length = 2: [span[1], span[2]] is used for all variables. If a list object: [span[[1]]_i, span[[2]]_i] is used for each variable i.
DAT是重新调整的新域。如果类型是数字,长度= 1:[跨度,跨度用于所有的变量。如果类型是数字,长度= 2:[跨度[1],跨度[2]使用的所有变量。如果列表对象:[跨度[[1]] _i,跨度[[2]] _i]用于每个变量i。
参数:oldspan
if NULL, old domains are computed from dat inspection. Otherwise, is structured as span and replaces inspected values for rescaling.
如果NULL,旧域从DAT检查计算。否则,结构跨度和检查值替换重新定标。
值----------Value----------
scaled data matrix.
经过调整的数据矩阵。
(作者)----------Author(s)----------
Pierrick Bruneau
实例----------Examples----------
temp <- setDomain(irisdata, span=15)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|