Definition at line 110 of file test.cpp.
◆ Dataset()
iCub::learningmachine::test::Dataset::Dataset |
( |
| ) |
|
|
inline |
◆ addInputColumn()
void iCub::learningmachine::test::Dataset::addInputColumn |
( |
int |
col | ) |
|
|
inline |
◆ addOutputColumn()
void iCub::learningmachine::test::Dataset::addOutputColumn |
( |
int |
col | ) |
|
|
inline |
◆ getFilename()
std::string iCub::learningmachine::test::Dataset::getFilename |
( |
| ) |
|
|
inline |
◆ getInputColumns()
std::vector<int> iCub::learningmachine::test::Dataset::getInputColumns |
( |
| ) |
|
|
inline |
◆ getNextSample()
std::pair<Vector,Vector> iCub::learningmachine::test::Dataset::getNextSample |
( |
| ) |
|
|
inline |
◆ getOutputColumns()
std::vector<int> iCub::learningmachine::test::Dataset::getOutputColumns |
( |
| ) |
|
|
inline |
◆ hasNextSample()
bool iCub::learningmachine::test::Dataset::hasNextSample |
( |
| ) |
|
|
inline |
◆ open() [1/2]
void iCub::learningmachine::test::Dataset::open |
( |
| ) |
|
|
inline |
◆ open() [2/2]
void iCub::learningmachine::test::Dataset::open |
( |
std::string |
filename | ) |
|
|
inline |
◆ reset()
void iCub::learningmachine::test::Dataset::reset |
( |
| ) |
|
|
inline |
◆ setFilename()
void iCub::learningmachine::test::Dataset::setFilename |
( |
std::string |
filename | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- icub-main/src/modules/learningMachine/src/bin/test.cpp