matchzoo.preprocessors.units.unit

Module Contents

Classes

Unit

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

class matchzoo.preprocessors.units.unit.Unit

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

abstract transform(self, input_: typing.Any)

Abstract base method, need to be implemented in subclass.