Swap sample and feature axes.
This mapper swaps the sample axis (first axis) and feature axis (second axis) of a dataset (additional axes in multi-dimensional datasets are left untouched). Both, sample and feature attribute collections are also swapped accordingly. Neither dataset samples, not attribute collections are copied. Reverse mapping is supported as well. This mapper does not require training and a single instance can be used on different datasets without problems.
Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Initialize instance of TransposeMapper
Parameters : | enable_ca : None or list of str
disable_ca : None or list of str
auto_train : bool
force_train : bool
space: str, optional :
postproc : Node instance, optional
descr : str
|
---|