predict_Weka_clusterer(RWeka)
predict_Weka_clusterer()所属R语言包:RWeka
Class Predictions for R/Weka Clusterers
类的/ Weka中Clusterers的预测
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Predict class ids or memberships based on fitted Weka clusterers.
类拟合WEKA clusterers上根据ID或成员的预测。
用法----------Usage----------
## S3 method for class 'Weka_clusterer'
predict(object, newdata = NULL,
type = c("class_ids", "memberships"), ...)
参数----------Arguments----------
参数:object
an object of class inheriting from Weka_clusterer.
从Weka_clusterer继承的类的对象。
参数:newdata
an optional data set for predictions are sought. This must be given for predicting class memberships. If omitted or NULL, the training instances are used for predicting class ids.
寻求一个可选的数据进行预测。必须给出预测类成员。如果省略或NULL,培训实例是用于预测的类ID。
参数:type
a character string indicating whether class ids or memberships should be returned. May be abbreviated.
类ID或会员是否应该返回一个字符串。可能是缩写。
参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。
Details
详细信息----------Details----------
It is only possible to predict class memberships if the Weka clusterer provides a distributionForInstance method.
这是唯一可能的预测类成员如果在WEKA的聚类器提供了一个distributionForInstance方法。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|