Package | Description |
---|---|
org.deeplearning4j.bagofwords.vectorizer | |
org.deeplearning4j.models.word2vec | |
org.deeplearning4j.text.documentiterator |
Modifier and Type | Field and Description |
---|---|
protected DocumentIterator |
Builder.docIter |
protected DocumentIterator |
BaseTextVectorizer.docIter |
Modifier and Type | Method and Description |
---|---|
DocumentIterator |
BaseTextVectorizer.getDocIter() |
Modifier and Type | Method and Description |
---|---|
Builder |
Builder.iterate(DocumentIterator docIter) |
void |
BaseTextVectorizer.setDocIter(DocumentIterator docIter) |
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) |
DefaultInputStreamCreator(DocumentIterator iter) |
TfidfVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int layerSize,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index) |
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.iterate(DocumentIterator iter) |
Modifier and Type | Interface and Description |
---|---|
interface |
LabelAwareDocumentIterator
Created by agibsonccc on 10/18/14.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDocumentIterator
Iterate over files
|
Copyright © 2014. All rights reserved.