Synopsis
Reads a model from a given file.
Description
Reads a Model from a file that was generated by an operator like Learner in a previous process. Once a model is generated, it can be applied several times to newly acquired data using a model loader, an ExampleSource, and a ModelApplier.
Input
Output
- output:
Parameters
- model file: Filename containing the model to load.