| 
    iCub-main
    
   | 
 
Generic abstract class for machine based processors. More...
#include <PredictModule.h>
 Inheritance diagram for iCub::learningmachine::IMachineProcessor:Public Member Functions | |
| IMachineProcessor (MachinePortable &mp) | |
| Constructor.   | |
| virtual MachinePortable & | getMachinePortable () | 
| Retrieve the machine portable machine wrapper.   | |
| virtual IMachineLearner & | getMachine () | 
| Convenience function to quickly retrieve the machine that is wrapped in the portable machine wrapper.   | |
Protected Attributes | |
| MachinePortable & | machinePortable | 
| A pointer to a concrete wrapper around a learning machine.   | |
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.