#include "../common/xmmAttribute.hpp"#include "../common/xmmEvents.hpp"#include "../common/xmmJson.hpp"#include <cmath>Go to the source code of this file.
Classes | |
| class | xmm::PhraseEvent |
| Event that can be thrown by a phrase to a training set. More... | |
| class | xmm::Phrase |
| Data phrase. More... | |
Namespaces | |
| xmm | |
Enumerations | |
| enum | xmm::MemoryMode { xmm::MemoryMode::OwnMemory, xmm::MemoryMode::SharedMemory } |
| Type of memory management for training sets and phrases. More... | |
| enum | xmm::Multimodality { xmm::Multimodality::Unimodal, xmm::Multimodality::Bimodal } |
| Number of modalities in the data phrase. More... | |
Functions | |
| template<typename T > | |
| T * | xmm::reallocate (T *src, unsigned int dim_src, unsigned int dim_dst) |
| Reallocate a C-like array (using c++ std::copy) More... | |