Inherits Transform

A Transform that does not require training.

See:

This is a base class for Transforms that are not trainable. It overloads train, load, and store so that they cannot be used in derived classes. Load and store are overloaded because a Transform that doesn't train should also have nothing to save.