iCub-main
Classes | Namespaces | Macros | Typedefs | Functions
test.cpp File Reference
#include <algorithm>
#include <string>
#include <vector>
#include <cmath>
#include <iostream>
#include <sstream>
#include <fstream>
#include <stdexcept>
#include <cassert>
#include <yarp/os/Network.h>
#include <yarp/os/ResourceFinder.h>
#include <yarp/os/RFModule.h>
#include <yarp/os/PortablePair.h>
#include <yarp/sig/Vector.h>
#include <yarp/os/Port.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/Time.h>
#include <yarp/os/Vocab.h>
+ Include dependency graph for test.cpp:

Go to the source code of this file.

Classes

class  iCub::learningmachine::test::Dataset
 
class  iCub::learningmachine::test::MachineLearnerTestModule
 The MachineLearnerTestModule is used to feed datasets loaded from a file to the learning machines and transformers. More...
 

Namespaces

 iCub
 This file contains the definition of unique IDs for the body parts and the skin parts of the robot.
 
 iCub::learningmachine
 
 iCub::learningmachine::test
 

Macros

#define TWOPI   6.283185307179586
 

Typedefs

typedef PortablePair< Vector, Vector > iCub::learningmachine::test::Prediction
 

Functions

std::string iCub::learningmachine::test::doubletostring (double d)
 
std::string iCub::learningmachine::test::inttostring (int i)
 
std::string iCub::learningmachine::test::printVector (const std::vector< int > &v)
 
std::string iCub::learningmachine::test::printVector (const Vector &v)
 
std::string iCub::learningmachine::test::printPrediction (Prediction &p)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ TWOPI

#define TWOPI   6.283185307179586

Definition at line 39 of file test.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 622 of file test.cpp.