Returns a mapper that computes the mean samples of unique sample groups.
The sample groups are identified by the unique combination of all values of a set of provided sample attributes. Order of output samples might differ from original and correspond to sorted order of corresponding attrs by default. Use order='occurrence' if you would like to maintain the order.
Parameters: | attrs : list
attrfx : ‘merge’ or callable, optional
|
---|---|
Returns: | FxMapper instance. : |