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