|
iCub-main
|
Reply processor helper class for predictions. More...
#include <PredictModule.h>
Inheritance diagram for iCub::learningmachine::PredictProcessor:Public Member Functions | |
| PredictProcessor (MachinePortable &mp) | |
| Constructor. | |
| virtual bool | read (yarp::os::ConnectionReader &connection) |
Public Member Functions inherited from iCub::learningmachine::IMachineProcessor | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from iCub::learningmachine::IMachineProcessor | |
| MachinePortable & | machinePortable |
| A pointer to a concrete wrapper around a learning machine. | |
Reply processor helper class for predictions.
Definition at line 83 of file PredictModule.h.
|
inline |
Constructor.
| mp | a reference to a machine portable. |
Definition at line 90 of file PredictModule.h.
|
virtual |
Definition at line 34 of file PredictModule.cpp.