Package | Description |
---|---|
org.deeplearning4j.models.word2vec.wordstore | |
org.deeplearning4j.models.word2vec.wordstore.inmemory |
Modifier and Type | Method and Description |
---|---|
protected void |
VocabConstructor.filterVocab(AbstractCache<T> cache,
int minWordFrequency) |
void |
VocabConstructor.processDocument(AbstractCache<T> targetVocab,
Sequence<T> document,
AtomicLong finalCounter,
AtomicLong loopCounter) |
Constructor and Description |
---|
VocabRunnable(@NonNull AbstractCache<T> targetVocab,
@NonNull Sequence<T> sequence,
@NonNull AtomicLong finalCounter,
@NonNull AtomicLong loopCounter) |
Modifier and Type | Method and Description |
---|---|
AbstractCache<T> |
AbstractCache.Builder.build() |
static <T extends SequenceElement> |
AbstractCache.fromJson(String jsonString) |
Copyright © 2020. All rights reserved.