Stacks datasets horizontally (appending features).
Sample attribute collections are merged incrementally, attribute with identical keys overwriting previous ones in the stacked dataset. All datasets must have an identical set of feature attributes (matching keys, not values), otherwise a ValueError will be raised. No dataset attributes from any source dataset will be transferred into the stacked dataset.
Parameters : | datasets : tuple
|
---|---|
Returns : | AttrDataset (or respective subclass) : |