Combine two or more features or matched class objects into one object for aggregation purposes.
Usage
combiner(...)
Arguments
...
Two or more objects of class features or matched (can also be a list of these objects).
Value
A list object of class combined with the same components as the input arguments, but where some components (namely, X, Xhat, X.labeled, Y.labeled) are now arrays containing these values from each combined object. The lists of lists contained in the X.feats and Y.feats include one long list of lists containing all of the individual features from each object.
Details
Useful for functions such as compositer and/or (coming soon) aggregating results for feature-based methods.