predict.sda(sda)
predict.sda()所属R语言包:sda
Shrinkage Discriminant Analysis 3: Prediction Step
的收缩判别分析3:预测步骤
译者:生物统计家园网 机器人LoveR
描述----------Description----------
predict.sda performs class prediction.
predict.sda进行分类预测。
用法----------Usage----------
## S3 method for class 'sda'
predict(object, Xtest, feature.idx, verbose=TRUE, ...)
参数----------Arguments----------
参数:object
An sda fit object obtained from the function sda.
获得的功能sda的sda合适的对象。
参数:Xtest
A matrix containing the test data set. Note that the rows correspond to observations and the columns to variables.
包含测试数据集的矩阵。需要注意的是行对应于观测值和列的变量。
参数:feature.idx
A vector indicating which features to employ for prediction (if unspecified all features will be used).
一个矢量显示功能,采用预测(如果未指定,所有功能将被使用)。
参数:verbose
Report shrinkage intensities (sda) and number of used features (predict.sda).
报告收缩强度(SDA)和数字的使用功能(predict.sda)。
参数:...
Additional arguments for generic predict.
其他参数为通用预测。
值----------Value----------
predict.sda predicts class probabilities for each test sample and returns a list with two components:
predict.sda预测类的概率为每个测试样本,并返回一个列表有两个部分组成:
参数:class
a factor with the most probable class assignment for each test sample, and
一个因素与最有可能为每个测试样品的类赋值,和
参数:posterior
a matrix containing the respective class posterior probabilities.
包含各个类的后验概率矩阵。
(作者)----------Author(s)----------
Miiika Ahdesm\"aki and Korbinian Strimmer (<a href="http://strimmerlab.org">http://strimmerlab.org</a>).
参见----------See Also----------
sda, sda.ranking.
sda,sda.ranking。
实例----------Examples----------
# see the examples at the "sda" help page[在“SDA”的帮助页面中看到的例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|