splitt(TWIX)
splitt()所属R语言包:TWIX
Internal function of TWIX.
TWIX的内部功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function compute split-points and corresponding deviance gain.
此功能计算分割点和相应的偏差增益。
用法----------Usage----------
splitt(sv, rsp, meth = "deviance", topn = 1,
topn.meth = "complete", lstep = 1,
test = FALSE, K = 0, level = 0, minbuck = 1)
参数----------Arguments----------
参数:sv
a numeric vector of predicted variable.
一个数值向量的预测变量。
参数:rsp
response variable.
响应变量。
参数:meth
Which split points will be used?<br> This can be "deviance" (default), "grid" or "local".
分割点吗?<br>这可能是"deviance"(默认),"grid"或"local"。
参数:topn
a numeric vector. How many splits will be selected and at which level?
一个数值向量。多少拆分将被选中,在哪一级?
参数:topn.meth
one of "complete"(default) or "single".
"complete"(默认)或"single"。
参数:lstep
step parameter for method "grid".
步骤参数的方法"grid"。
参数:test
parameter for Devplot funcion.
参数Devplotfuncion。
参数:K
k-fold cross-validation.
K-折交叉验证。
参数:level
the maximum depth of the TWIX tree's.
TWIX树的最大深度。
参数:minbuck
the minimum number of observations.
观测的最小数目。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|