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.
Parameters: | attrs : list
attrfx : ‘merge’ or callable, optional
|
---|---|
Returns: | FxMapper instance. : |