Combine two or more features or matched class objects into one object for aggregation purposes.
Usage
combiner(...)
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.
Arguments
...
Two or more objects of class “features” or “matched” (can also be a list of these objects).
Author
Eric Gilleland
Details
Useful for functions such as compositer and/or (coming soon) aggregating results for feature-based methods.
See Also
Functions that create objects of class “features” and “matched”: FeatureFinder, centmatch, and deltamm.