Interface for strategy objects. More...
#include <Execution_Strategy.h>
Public Member Functions | |
virtual void | execute ()=0 |
Interface for strategy objects.
Implement this interface to define a strategy detailing what filters are added to the pipeline and how to run the pipeline
virtual void Execution_Strategy::execute | ( | ) | [pure virtual] |
Implemented in Synchronized_Training_Execution_Strategy, Testing_Execution_Strategy, and Training_Execution_Strategy.