Functions
| borrowdoc(cls[, methodname]) | Return a decorator to borrow docstring from another cls.`methodname` |
Classes
| Dataset(samples[, sa, fa, a]) | Generic storage class for datasets with multiple attributes. |
| FxyMapper(fx[, train_as_1st]) | Mapper to execute a callable with two datasets as arguments. |
| Mapper(**kwargs) | Basic mapper interface definition. |