iCub-main
Public Member Functions | List of all members
iCub::learningmachine::test::MachineLearnerTestModule Class Reference

The MachineLearnerTestModule is used to feed datasets loaded from a file to the learning machines and transformers. More...

+ Inheritance diagram for iCub::learningmachine::test::MachineLearnerTestModule:

Public Member Functions

 MachineLearnerTestModule (std::string pp="/lm/test")
 
void printOptions (std::string error="")
 
void printConfig ()
 
virtual bool configure (ResourceFinder &opt)
 
void sendTrainSample (Vector input, Vector output)
 
Prediction sendPredictSample (Vector input)
 
bool updateModule ()
 
bool respond (const Bottle &cmd, Bottle &reply)
 
bool close ()
 

Detailed Description

The MachineLearnerTestModule is used to feed datasets loaded from a file to the learning machines and transformers.

Author
Arjan Gijsberts

Definition at line 244 of file test.cpp.

Constructor & Destructor Documentation

◆ MachineLearnerTestModule()

iCub::learningmachine::test::MachineLearnerTestModule::MachineLearnerTestModule ( std::string  pp = "/lm/test")
inline

Definition at line 275 of file test.cpp.

Member Function Documentation

◆ close()

bool iCub::learningmachine::test::MachineLearnerTestModule::close ( void  )
inline

Definition at line 609 of file test.cpp.

◆ configure()

virtual bool iCub::learningmachine::test::MachineLearnerTestModule::configure ( ResourceFinder &  opt)
inlinevirtual

Definition at line 302 of file test.cpp.

◆ printConfig()

void iCub::learningmachine::test::MachineLearnerTestModule::printConfig ( )
inline

Definition at line 294 of file test.cpp.

◆ printOptions()

void iCub::learningmachine::test::MachineLearnerTestModule::printOptions ( std::string  error = "")
inline

Definition at line 279 of file test.cpp.

◆ respond()

bool iCub::learningmachine::test::MachineLearnerTestModule::respond ( const Bottle &  cmd,
Bottle &  reply 
)
inline

Definition at line 407 of file test.cpp.

◆ sendPredictSample()

Prediction iCub::learningmachine::test::MachineLearnerTestModule::sendPredictSample ( Vector  input)
inline

Definition at line 396 of file test.cpp.

◆ sendTrainSample()

void iCub::learningmachine::test::MachineLearnerTestModule::sendTrainSample ( Vector  input,
Vector  output 
)
inline

Definition at line 389 of file test.cpp.

◆ updateModule()

bool iCub::learningmachine::test::MachineLearnerTestModule::updateModule ( )
inline

Definition at line 402 of file test.cpp.


The documentation for this class was generated from the following file: