iCub-main
|
Generic abstract class for machine based processors. More...
#include <PredictModule.h>
Public Member Functions | |
IMachineProcessor (MachinePortable &mp) | |
Constructor. More... | |
virtual MachinePortable & | getMachinePortable () |
Retrieve the machine portable machine wrapper. More... | |
virtual IMachineLearner & | getMachine () |
Convenience function to quickly retrieve the machine that is wrapped in the portable machine wrapper. More... | |
Protected Attributes | |
MachinePortable & | machinePortable |
A pointer to a concrete wrapper around a learning machine. More... | |
Generic abstract class for machine based processors.
Definition at line 37 of file PredictModule.h.
|
inline |
Constructor.
mp | a pointer to a machine portable. |
Definition at line 50 of file PredictModule.h.
|
inlinevirtual |
Convenience function to quickly retrieve the machine that is wrapped in the portable machine wrapper.
Definition at line 67 of file PredictModule.h.
|
inlinevirtual |
Retrieve the machine portable machine wrapper.
Definition at line 57 of file PredictModule.h.
|
protected |
A pointer to a concrete wrapper around a learning machine.
Definition at line 42 of file PredictModule.h.