Package | Description |
---|---|
org.deeplearning4j.models.word2vec.wordstore |
Modifier and Type | Method and Description |
---|---|
VocabularyHolder.Builder |
VocabularyHolder.Builder.externalCache(@NonNull VocabCache cache) |
VocabularyHolder.Builder |
VocabularyHolder.Builder.hugeModelExpected(boolean reallyExpected)
With this argument set to true, you'll have your vocab scanned for low-freq words periodically.
|
VocabularyHolder.Builder |
VocabularyHolder.Builder.minWordFrequency(int threshold) |
VocabularyHolder.Builder |
VocabularyHolder.Builder.scavengerActivationThreshold(int threshold)
Activation threshold defines, how ofter scavenger will be executed, to throw away low-frequency keywords.
|
VocabularyHolder.Builder |
VocabularyHolder.Builder.scavengerRetentionDelay(int delay)
Retention delay defines, how long low-freq word will be kept in vocab, during building.
|
Copyright © 2020. All rights reserved.