print.single.tree(TWIX)
print.single.tree()所属R语言包:TWIX
Print tree from single.tree object.
打印树single.tree对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a method for the generic print() function for objects
这是一个通用打印()函数的对象的方法
用法----------Usage----------
## S3 method for class 'single.tree'
print(x, klimt=FALSE, Data=NULL, file="FromR.tree", ...)
参数----------Arguments----------
参数:x
an object of class single.tree.
对象类single.tree。
参数:klimt
logical. If TRUE, Klimt will be started with the tree baum und dataset Data.
逻辑。如果TRUE,克里姆特将开始与树baumUND数据集Data。
参数:Data
a data frame. It can be test or training data.<br> This parameter is ignored if klimt == "FALSE".
一个数据框。它可以测试或培训资料。如果klimt == "FALSE"<br>此参数将被忽略。
参数:file
a character string naming a file.
一个字符串,命名文件。
参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。
参考文献----------References----------
http://rosuda.org/KLIMT
参见----------See Also----------
get.tree, TWIX
get.tree,TWIX
实例----------Examples----------
data(olives)
Tree <- TWIX(Area~.,data=olives,topN=c(2,2),method="local")
Tree <- get.tree(Tree,n=1)
Tree
### for further analysis in KLIMT[为进一步分析KLIMT##]
print(Tree,klimt=TRUE,Data=olives)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|