Package | Description |
---|---|
org.deeplearning4j.bagofwords.vectorizer | |
org.deeplearning4j.models.word2vec.actor | |
org.deeplearning4j.text.invertedindex |
Modifier and Type | Field and Description |
---|---|
protected InvertedIndex |
Builder.index |
Modifier and Type | Method and Description |
---|---|
InvertedIndex |
TextVectorizer.index()
Inverted index
|
InvertedIndex |
BaseTextVectorizer.index() |
Modifier and Type | Method and Description |
---|---|
Builder |
Builder.index(InvertedIndex index) |
Constructor and Description |
---|
BagOfWordsVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int layerSize,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index) |
BaseTextVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int layerSize,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index) |
TfidfVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int layerSize,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index) |
Constructor and Description |
---|
VocabActor(TokenizerFactory tokenizer,
VocabCache cache,
List<String> stopWords,
AtomicLong lastUpdate,
int minWordFrequency,
AtomicInteger numWordsEncountered,
InvertedIndex index) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInvertedIndex
Created by agibsonccc on 10/21/14.
|
class |
LuceneInvertedIndex
Lucene based inverted index
|
Modifier and Type | Method and Description |
---|---|
InvertedIndex |
LuceneInvertedIndex.Builder.build() |
Copyright © 2014. All rights reserved.