| Package | Description |
|---|---|
| org.deeplearning4j.models.word2vec.wordstore |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyWord |
VocabularyWord.fromJson(String json) |
VocabularyWord |
VocabularyHolder.getVocabularyWordByIdx(Integer id) |
VocabularyWord |
VocabularyHolder.getVocabularyWordByString(String word) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VocabularyWord> |
VocabularyHolder.getVocabulary() |
List<VocabularyWord> |
VocabularyHolder.updateHuffmanCodes()
build binary tree ordered by counter.
|
List<VocabularyWord> |
VocabularyHolder.words()
Returns sorted list of words in vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VocabularyHolder.addWord(VocabularyWord word) |
Copyright © 2017. All rights reserved.