tobicore  7.0.0
 All Classes Functions Variables Typedefs Enumerator Friends Groups Pages
TOBI iC library

TOBI iC implements the point-to-point encoding and decoding of the classifier output data. More...

Classes

class  ICClass
 TOBI iC class. More...
class  ICClassifier
 TOBI iC classifier. More...
class  ICMessage
 TOBI iC message. More...
class  ICSerializer
 TOBI iC serializer interface. More...
class  ICSerializerRapid
 TOBI iC concrete XML serializer. More...
class  ICSetClass
 A set of ICClass objects. More...

Typedefs

typedef std::map< ICLabel,
ICClass * > 
ICMapClass
 TOBI iC class map.
typedef ICMapClass::iterator ICSetClassIter
 TOBI iC class map iterator.
typedef ICMapClass::const_iterator ICSetClassConstIter
 TOBI iC class map iterator.
typedef std::map< std::string,
ICClassifier * > 
ICMapClassifier
 TOBI iC classifier map.
typedef ICMapClassifier::iterator ICClassifierIter
 TOBI iC classifier map iterator.
typedef
ICMapClassifier::const_iterator 
ICClassifierConstIter
 TOBI iC classifier map const iterator.
typedef int ICVtype
 TOBI iC value type.
typedef float ICValue
 TOBI iC value data.
typedef int ICLtype
 TOBI iC label type.
typedef std::string ICLabel
 TOBI iC label data.

Detailed Description

TOBI iC implements the point-to-point encoding and decoding of the classifier output data.

Typedef Documentation

typedef std::string ICLabel

TOBI iC label data.

ICClass label data.

Definition at line 78 of file ICTypes.hpp.

typedef int ICLtype

TOBI iC label type.

ICClass label type.

Definition at line 70 of file ICTypes.hpp.

typedef float ICValue

TOBI iC value data.

ICClass value data type.

Definition at line 62 of file ICTypes.hpp.

typedef int ICVtype

TOBI iC value type.

ICClass value type.

Definition at line 54 of file ICTypes.hpp.