join(CMA)
join()所属R语言包:CMA
Combine list elements returned by the method classification
相结合的方法分类返回列表元素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The method classification returns a list of class cloutput or clvarseloutput. It is often more convenient to work with an object of class cloutput instead with a whole list, e.g. because the convenience method defined for that class can be used.
方法classification返回一个列表类cloutput或clvarseloutput。它往往是更方便地使用一个对象类cloutput,而不是整个列表,如因为这个类的定义方便的方法可以使用。
For S4 method information, s. join-methods
S4的方法信息。 join-methods
用法----------Usage----------
join(cloutputlist)
参数----------Arguments----------
参数:cloutputlist
A list of objects of classes cloutput or clvarseloutput, usually that returned by a call to the method classification. The only requirement for a succesful join is that the used dataset and classfier are the same for each list element.
类的对象列表cloutput或clvarseloutput,通常是通过调用返回的方法classification。使用的数据集和classfier每个列表元素是相同的,唯一的要求是一个成功的联接。
值----------Value----------
An object of class cloutput. warning:If the elements of cloutputlist have originally been of class clvarseloutput,
对象类cloutput。警告:如果cloutputlist的元素类clvarseloutput本来一直,
注意----------Note----------
The result of the join method is incompatible with the methods evaluation, compare. These require the lists returned by
join方法的结果是不符合的方法evaluation,compare。这些都需要返回列表
参见----------See Also----------
classification, evaluation
classification,evaluation
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|