Description Usage Arguments Details Value Methods (by class)
conjoin combines two or more exprso objects based on their class.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
object |
Any |
... |
More objects of the same class. |
When joining ExprsArray objects, this function returns one
ExprsArray object as output. This only works on ExprsArray objects
that have not undergone feature selection. Any missing annotations in @annot
will get replaced with NA values.
When joining ExprsModel or ExprsEnsemble objects,
this function returns an ensemble.
When joining ExprsPipeline objects, this function returns one
ExprsPipeline object as output. To track which ExprsPipeline
objects contributed to the resultant object, the source gets flagged
with a boot column. If a pipeline already has a boot column,
the original boot tracker will receive an offset (and the old boot
column will get renamed to unboot). This system ensures that all
models deriving from the same training set will get handled as a
"pseudo-bootstrap" by downstream pipe functions.
See Details.
ExprsArray: Method to join ExprsArray objects.
ExprsModel: Method to join ExprsModel objects.
ExprsPipeline: Method to join ExprsPipeline objects.
ExprsEnsemble: Method to join ExprsEnsemble objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.