public class RNNOptions extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
combineClassification
If this option is true, then the binary and unary classification
matrices are combined.
|
TreebankLanguagePack |
langpack |
boolean |
lowercaseWordVectors |
int |
numClasses
Number of classes to build the RNN for
|
int |
numHid
Size of vectors to use.
|
int |
randomSeed
The random seed the random number generator is initialized with.
|
boolean |
randomWordVectors
By default, initialize random word vectors instead of reading
from a file
|
boolean |
simplifiedModel
No symantic untying - use the same category for all categories.
|
RNNTrainOptions |
trainOptions |
String |
unkWord
In the wordVectors file, what word represents unknown?
|
boolean |
useTensors |
String |
wordVectors
Filename for the word vectors
|
| Constructor and Description |
|---|
RNNOptions() |
public int randomSeed
public String wordVectors
public String unkWord
public boolean randomWordVectors
public int numHid
public int numClasses
public boolean lowercaseWordVectors
public boolean useTensors
public TreebankLanguagePack langpack
public boolean simplifiedModel
public boolean combineClassification
public RNNTrainOptions trainOptions