mikolov-rnnlm-lib.h File Reference
#include <string>
#include <vector>
#include "util/stl-utils.h"
Include dependency graph for mikolov-rnnlm-lib.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ MAX_FILENAME_STRING

#define MAX_FILENAME_STRING   300

Definition at line 62 of file mikolov-rnnlm-lib.h.

◆ MAX_STRING

#define MAX_STRING   100

Definition at line 61 of file mikolov-rnnlm-lib.h.

Referenced by CRnnLM::readWord(), and CRnnLM::restoreNet().