predict.blcTree(RPMM)
predict.blcTree()所属R语言包:RPMM
Predict using a Beta RPMM object
预测使用的Beta RPMM对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prediction method for objects of type blcTree
预测方法的对象的类型blcTree
用法----------Usage----------
## S3 method for class 'blcTree'
predict(object, newdata=NULL, nodelist=NULL, type="weight",...)
参数----------Arguments----------
参数:object
RPMM object to print
RPMM对象来打印
参数:newdata
external data matrix from which to apply predictions
从外部数据矩阵应用预测
参数:nodelist
RPMM subnode to use (default = root)
RPMM子节点(默认值=根)
参数:type
output type: "weight" produces output similar to blcTreeLeafMatrix, "class" produces output similar to blcTreeLeafClasses.
输出类型:“重量”产生类似blcTreeLeafMatrix的输出,“阶级”产生类似blcTreeLeafClasses的输出。
参数:...
(Unused).
(未使用)。
Details
详细信息----------Details----------
This function is similar to blcTreeLeafMatrix and blcTreeLeafClasses, except that it supports prediction on an external data set via the argument newdata.
此功能类似于blcTreeLeafMatrix和blcTreeLeafClasses,除了它支持通过设置参数newdata外部数据的预测上。
参见----------See Also----------
blcTreeLeafMatrix
blcTreeLeafMatrix
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|