matchzoo.preprocessors.units.unit

Module Contents

class matchzoo.preprocessors.units.unit.Unit

Process unit do not persive state (i.e. do not need fit).

transform(self, input_:typing.Any)

Abstract base method, need to be implemented in subclass.