matchzoo.preprocessors.chain_transform

Wrapper function organizes a number of transform functions.

Module Contents

matchzoo.preprocessors.chain_transform.chain_transform(units:typing.List[Unit]) → typing.Callable

Compose unit transformations into a single function.

Parameters:units – List of matchzoo.StatelessUnit.