Modifier and Type | Field and Description |
---|---|
protected InvertedIndex |
Builder.index |
protected InvertedIndex |
BaseTextVectorizer.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 minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index,
int batchSize,
double sample,
boolean stem,
boolean cleanup) |
BaseTextVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index,
int batchSize,
double sample,
boolean stem,
boolean cleanup) |
TfidfVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index,
int batchSize,
double sample,
boolean stem,
boolean cleanup) |
Modifier and Type | Field and Description |
---|---|
protected InvertedIndex |
CoOccurrences.index |
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.index(InvertedIndex index) |
Modifier and Type | Field and Description |
---|---|
protected InvertedIndex |
Word2Vec.Builder.index |
protected InvertedIndex |
Word2Vec.invertedIndex |
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.index(InvertedIndex index) |
Constructor and Description |
---|
VocabActor(TokenizerFactory tokenizer,
VocabCache cache,
List<String> stopWords,
AtomicLong lastUpdate,
int minWordFrequency,
AtomicLong numWordsEncountered,
InvertedIndex index) |
Modifier and Type | Method and Description |
---|---|
static void |
GlovePerformer.configure(GloveWeightLookupTable table,
InvertedIndex index,
Configuration conf)
Configure the configuration based on the table and index
|
Constructor and Description |
---|
GloveJobIterator(InvertedIndex invertedIndex,
GloveWeightLookupTable table,
VocabCache cache,
org.deeplearning4j.scaleout.api.statetracker.StateTracker stateTracker,
int batchSize) |
Modifier and Type | Method and Description |
---|---|
static void |
Word2VecPerformer.configure(InMemoryLookupTable table,
InvertedIndex index,
Configuration conf)
Configure the configuration based on the table and index
|
Constructor and Description |
---|
Word2VecJobIterator(InvertedIndex invertedIndex,
WeightLookupTable table,
VocabCache cache,
org.deeplearning4j.scaleout.api.statetracker.StateTracker stateTracker,
int batchSize) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneInvertedIndex
Lucene based inverted index
|
Modifier and Type | Method and Description |
---|---|
InvertedIndex |
LuceneInvertedIndex.Builder.build() |
Copyright © 2015. All rights reserved.