

Go to the source code of this file.
Classes | |
| struct | neuron | 
| struct | synapse | 
| struct | vocab_word | 
| class | CRnnLM | 
Namespaces | |
| rnnlm | |
Macros | |
| #define | MAX_STRING 100 | 
| #define | MAX_FILENAME_STRING 300 | 
Typedefs | |
| typedef double | real | 
| typedef double | direct_t | 
Enumerations | |
| enum | FileTypeEnum { TEXT, BINARY, COMPRESSED } | 
Variables | |
| const unsigned int | PRIMES [] | 
| const unsigned int | PRIMES_SIZE = sizeof(PRIMES) / sizeof(PRIMES[0]) | 
| const int | MAX_NGRAM_ORDER = 20 | 
| #define MAX_FILENAME_STRING 300 | 
Definition at line 62 of file mikolov-rnnlm-lib.h.
| #define MAX_STRING 100 | 
Definition at line 61 of file mikolov-rnnlm-lib.h.
Referenced by CRnnLM::readWord(), and CRnnLM::restoreNet().