|
iCub-main
|
Classes | |
| class | Dataset |
| class | MachineLearnerTestModule |
| The MachineLearnerTestModule is used to feed datasets loaded from a file to the learning machines and transformers. More... | |
Typedefs | |
| typedef PortablePair< Vector, Vector > | Prediction |
Functions | |
| std::string | doubletostring (double d) |
| std::string | inttostring (int i) |
| std::string | printVector (const std::vector< int > &v) |
| std::string | printVector (const Vector &v) |
| std::string | printPrediction (Prediction &p) |
| typedef PortablePair<Vector,Vector> iCub::learningmachine::test::Prediction |
| std::string iCub::learningmachine::test::doubletostring | ( | double | d | ) |
| std::string iCub::learningmachine::test::inttostring | ( | int | i | ) |
| std::string iCub::learningmachine::test::printPrediction | ( | Prediction & | p | ) |
| std::string iCub::learningmachine::test::printVector | ( | const std::vector< int > & | v | ) |