CMA (version 1.30.0)

join: Combine list elements returned by the method classification

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.

For S4 method information, s. 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.

Value

cloutput. warning:If the elements of cloutputlist have originally been of class clvarseloutput, the slot varsel will be dropped !

See Also

classification, evaluation