join {CMA} | R Documentation |
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
join(cloutputlist)
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. |
An object of class cloutput
.
warning:If the elements of
cloutputlist
have originally been of class clvarseloutput
,
the slot varsel
will be dropped !
The result of the join
method is incompatible with the methods
evaluation
, compare
. These require the lists returned by
classification
.