tobicore
7.0.0
|
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. |
TOBI iC implements the point-to-point encoding and decoding of the classifier output data.
typedef std::string ICLabel |
typedef int ICLtype |
typedef float ICValue |
typedef int ICVtype |