| Modifier and Type | Field and Description |
|---|---|
protected InvertedIndex<VocabWord> |
BaseTextVectorizer.index |
protected InvertedIndex |
Builder.index
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InvertedIndex<VocabWord> |
TextVectorizer.getIndex()
Inverted index
|
| Modifier and Type | Method and Description |
|---|---|
Builder |
Builder.index(InvertedIndex index)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.index(InvertedIndex<VocabWord> index) |
| Modifier and Type | Method and Description |
|---|---|
Word2Vec.Builder |
Word2Vec.Builder.index(InvertedIndex<VocabWord> index)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
VocabConstructor.Builder<T> |
VocabConstructor.Builder.setIndex(InvertedIndex<T> index) |
Copyright © 2017. All rights reserved.