Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

accumulate(Job) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobAggregator
 
accumulate(Job) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
 
accumulate(Job) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
 
accuracy(List<String>) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Accuracy based on questions which are a space separated list of strings where the first word is the query word, the next 2 words are negative, and the last word is the predicted word to be nearest
accuracy(List<String>) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Accuracy based on questions which are a space separated list of strings where the first word is the query word, the next 2 words are negative, and the last word is the predicted word to be nearest
activate() - Method in class org.deeplearning4j.models.rntn.RNTN
 
activate(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
activationFunction - Variable in class org.deeplearning4j.models.rntn.RNTN
 
activationMean() - Method in class org.deeplearning4j.models.rntn.RNTN
 
ADAGRAD - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
addDeltas() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
addDeltas() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
addLabelForDoc(int, VocabWord) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Add word to a document
addLabelForDoc(int, String) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addLabelForDoc(int, VocabWord) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addLabelForDoc(int, String) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addLabelsForDoc(int, List<VocabWord>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Add word to a document
addLabelsForDoc(int, Collection<String>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addLabelsForDoc(int, List<VocabWord>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addLabelsForDoc(int, Collection<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addToken(VocabWord) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
addToken(VocabWord) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Adds a token to the cache
addWords(List<VocabWord>, AtomicLong, List<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
 
addWords(List<VocabWord>, AtomicLong, List<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
addWordsToDoc(int, List<VocabWord>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<VocabWord>, String) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<VocabWord>, VocabWord) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<VocabWord>, Collection<String>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<VocabWord>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDoc(int, List<VocabWord>, String) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDoc(int, List<VocabWord>, VocabWord) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDoc(int, List<VocabWord>, Collection<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDocVocabWord(int, List<VocabWord>, Collection<VocabWord>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDocVocabWord(int, List<VocabWord>, Collection<VocabWord>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordToDoc(int, VocabWord) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Add word to a document
addWordToDoc(int, VocabWord) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordToIndex(int, String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
addWordToIndex(int, String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
 
aggregate() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobAggregator
 
aggregate() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
 
aggregate() - Method in class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
 
allDocs() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Returns a list of all documents
allDocs() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
alpha - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
ALPHA - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
ALPHA - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
analyzer(Analyzer) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
ApiConfiguration - Class in org.deeplearning4j.plot.dropwizard
Api Configuration
ApiConfiguration() - Constructor for class org.deeplearning4j.plot.dropwizard.ApiConfiguration
 
ApiResource - Class in org.deeplearning4j.plot.dropwizard
Api Resource
ApiResource(String) - Constructor for class org.deeplearning4j.plot.dropwizard.ApiResource
 
asExample(Window, Word2Vec) - Static method in class org.deeplearning4j.text.movingwindow.WindowConverter
Converts a window (each word in the window) in to a vector.
asExampleArray(Window, Word2Vec, boolean) - Static method in class org.deeplearning4j.text.movingwindow.WindowConverter
Converts a window (each word in the window) in to a vector.
asExampleMatrix(Window, Word2Vec) - Static method in class org.deeplearning4j.text.movingwindow.WindowConverter
 
asTokens() - Method in class org.deeplearning4j.text.movingwindow.Window
 

B

BagOfWordsVectorizer - Class in org.deeplearning4j.bagofwords.vectorizer
Bag of words vectorizer.
BagOfWordsVectorizer() - Constructor for class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
 
BagOfWordsVectorizer(VocabCache, TokenizerFactory, List<String>, int, DocumentIterator, SentenceIterator, List<String>, InvertedIndex, int, double, boolean, boolean) - Constructor for class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
 
BagOfWordsVectorizer.Builder - Class in org.deeplearning4j.bagofwords.vectorizer
 
BaseSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
Creates a baseline default.
BaseSentenceIterator(SentencePreProcessor) - Constructor for class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
BaseSentenceIterator() - Constructor for class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
BaseTextVectorizer - Class in org.deeplearning4j.bagofwords.vectorizer
Base text vectorizer for handling creation of vocab
BaseTextVectorizer() - Constructor for class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
BaseTextVectorizer(VocabCache, TokenizerFactory, List<String>, int, DocumentIterator, SentenceIterator, List<String>, InvertedIndex, int, double, boolean, boolean) - Constructor for class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
basicCategory(String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
batch() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
BatchDocIter(int) - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.BatchDocIter
 
batchIter(int) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over batches
batchIter(int) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
batchSize - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
batchSize() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
batchSize - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
batchSize(int) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
batchSize() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
For word vectors, this is the batch size for how to partition documents in to workloads
batchSize(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
batchSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
batchSize() - Method in class org.deeplearning4j.models.rntn.RNTN
 
batchSize - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
batchSize - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
batchSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
batchSize() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
For word vectors, this is the batch size for which to train on
batchSize() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
batchSize(int) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
BinarizeTreeTransformer - Class in org.deeplearning4j.text.corpora.treeparser
Binarizes trees.
BinarizeTreeTransformer() - Constructor for class org.deeplearning4j.text.corpora.treeparser.BinarizeTreeTransformer
 
build() - Method in class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer.Builder
 
build() - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
build() - Method in class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer.Builder
 
build() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
build() - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
build() - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
build() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
build() - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
build() - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
build() - Method in class org.deeplearning4j.models.word2vec.Huffman
 
build() - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
build() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
buildBinaryTree() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
Builder() - Constructor for class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer.Builder
 
Builder - Class in org.deeplearning4j.bagofwords.vectorizer
 
Builder() - Constructor for class org.deeplearning4j.bagofwords.vectorizer.Builder
 
Builder() - Constructor for class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.glove.Glove.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.rntn.RNTN.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
Builder() - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
buildTree(TreebankNode, Pair<String, MultiDimensionalMap<Integer, Integer, String>>, List<String>) - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeFactory
Builds a tree recursively adding the children as necessary
buildTree(TreebankNode) - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeFactory
Builds a tree recursively adding the children as necessary
buildVocab() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
Builds the vocabulary for training

C

cache - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
cache - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
cache(VocabCache) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
cache(VocabCache) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
cache(VocabCache) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
cache - Variable in class org.deeplearning4j.models.glove.CoOccurrences
 
cache(VocabCache) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
cache(VocabCache) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
cache(VocabCache) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
cache - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
cacheInRam(boolean) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
classForScore(Double) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
classify(String) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
Classifies the given text
classify(CAS) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
classify(Sentence) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
cleanup - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
cleanup - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
cleanup(boolean) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
cleanup() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Cleanup any resources used
cleanup() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
clone() - Method in class org.deeplearning4j.models.rntn.RNTN
 
CO_OCCURRENCES - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
 
codes - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
CollapseUnaries - Class in org.deeplearning4j.text.corpora.treeparser
Collapse unaries such that the tree is only made of preterminals and leaves.
CollapseUnaries() - Constructor for class org.deeplearning4j.text.corpora.treeparser.CollapseUnaries
 
CollectionSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
 
CollectionSentenceIterator(SentencePreProcessor, Collection<String>) - Constructor for class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
 
CollectionSentenceIterator(Collection<String>) - Constructor for class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
 
compareTo(VocabWord) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
ConcurrentTokenizer - Class in org.deeplearning4j.text.tokenization.tokenizer
OpenNLP Tokenizer annotator.
ConcurrentTokenizer() - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
Initializes a new instance.
conf() - Method in class org.deeplearning4j.models.rntn.RNTN
 
configure(GloveWeightLookupTable, InvertedIndex, Configuration) - Static method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
Configure the configuration based on the table and index
configure(InMemoryLookupTable, InvertedIndex, Configuration) - Static method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
Configure the configuration based on the table and index
containsWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Returns true if the cache contains the given word
containsWord(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns true if the cache contains the given word
ContextLabelRetriever - Class in org.deeplearning4j.text.movingwindow
Context Label Retriever
CoOccurrenceActor - Class in org.deeplearning4j.models.glove.actor
Co occurrence actor
CoOccurrenceActor(AtomicInteger, TokenizerFactory, int, VocabCache, CounterMap<String, String>, boolean, Counter<Integer>) - Constructor for class org.deeplearning4j.models.glove.actor.CoOccurrenceActor
 
CoOccurrenceBatchIterator(int) - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
 
CoOccurrenceBatchIterator() - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
 
coOccurrenceIterator() - Method in class org.deeplearning4j.models.glove.CoOccurrences
Get an iterator over all possible non zero co occurrences
CoOccurrenceIterator() - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceIterator
 
coOccurrenceIteratorVocab() - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
coOccurrenceIteratorVocabBatch(int) - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
coOccurrenceList() - Method in class org.deeplearning4j.models.glove.CoOccurrences
Return a list of all of the co occurrences
CoOccurrences - Class in org.deeplearning4j.models.glove
Co occurrence counts
CoOccurrences(TokenizerFactory, SentenceIterator, int, VocabCache, CounterMap<String, String>, boolean) - Constructor for class org.deeplearning4j.models.glove.CoOccurrences
 
coOccurrences(CoOccurrences) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
CoOccurrences.Builder - Class in org.deeplearning4j.models.glove
 
CoOccurrences.CoOccurrenceBatchIterator - Class in org.deeplearning4j.models.glove
 
CoOccurrences.CoOccurrenceIterator - Class in org.deeplearning4j.models.glove
 
coOCurreneCounts(CounterMap<String, String>) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
coords() - Method in class org.deeplearning4j.plot.dropwizard.ApiResource
 
count(String, String) - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
countDown() - Method in class org.deeplearning4j.models.word2vec.StreamWork
 
countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
 
countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
 
countTokens() - Method in interface org.deeplearning4j.text.tokenization.tokenizer.Tokenizer
The number of tokens in the tokenizer
countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
 
create() - Method in class org.deeplearning4j.bagofwords.vectorizer.DefaultInputStreamCreator
 
create() - Method in interface org.deeplearning4j.models.word2vec.InputStreamCreator
Create an input stream
create(String) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.DefaultTokenizerFactory
 
create(InputStream) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.DefaultTokenizerFactory
 
create(String) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
 
create(InputStream) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
 
create(String) - Method in interface org.deeplearning4j.text.tokenization.tokenizerfactory.TokenizerFactory
The tokenizer to createComplex
create(InputStream) - Method in interface org.deeplearning4j.text.tokenization.tokenizerfactory.TokenizerFactory
Create a tokenizer based on an input stream
create(String) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
create(InputStream) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
createWithPath(String) - Static method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
Creates a uima sentence iterator with the given path
createWithPath(String) - Static method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
Creates a uima sentence iterator with the given path
currentFile - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
currentLabel() - Method in interface org.deeplearning4j.text.documentiterator.LabelAwareDocumentIterator
Returns the current label
currentLabel() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
 
currentLabel() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Returns the current label for nextSentence()
currentLabel() - Method in interface org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareSentenceIterator
Returns the current label for nextSentence()
currentLabel() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
Returns the current label for nextSentence()
currentLabels() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
 
currentLabels() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
 
currentLabels() - Method in interface org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareSentenceIterator
For multi label problems
currentLabels() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
 
currIndex - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
 
currLineIterator - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
cursor() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
cursor() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 

D

dbow(int, Pair<List<VocabWord>, Collection<VocabWord>>, int, AtomicLong, double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
Train the distributed bag of words model
DEFAULT_INDEX_DIR - Static variable in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
defaultAnalysisEngine() - Static method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
 
defaultAnalysisEngine() - Static method in class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
 
defaultAnalysisEngine() - Static method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
Creates a tokenization,/stemming pipeline
DefaultInputStreamCreator - Class in org.deeplearning4j.bagofwords.vectorizer
Created by agibsonccc on 10/20/14.
DefaultInputStreamCreator(DocumentIterator) - Constructor for class org.deeplearning4j.bagofwords.vectorizer.DefaultInputStreamCreator
 
DefaultStreamTokenizer - Class in org.deeplearning4j.text.tokenization.tokenizer
Tokenizer based on the StreamTokenizer
DefaultStreamTokenizer(InputStream) - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
 
DefaultTokenizer - Class in org.deeplearning4j.text.tokenization.tokenizer
Default tokenizer
DefaultTokenizer(String) - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
DefaultTokenizerFactory - Class in org.deeplearning4j.text.tokenization.tokenizerfactory
Default tokenizer based on string tokenizer or stream tokenizer
DefaultTokenizerFactory() - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.DefaultTokenizerFactory
 
destroy() - Method in class org.deeplearning4j.text.annotator.PoStagger
Releases allocated resources.
destroy() - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
Releases allocated resources.
dir(Directory) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
disableLogging() - Static method in class org.deeplearning4j.text.movingwindow.Util
 
docAppearedIn(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
docAppearedIn(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Count of documents a word appeared in
docIter - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
docIter - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
docIter - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
docIter - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
DocIter() - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.DocIter
 
docs() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over documents
docs() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
document(int) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Returns a list of words for a document
document(int) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
DocumentIterator - Interface in org.deeplearning4j.text.documentiterator
Document Iterator: iterate over input streams
documents(VocabWord) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Returns the list of documents a vocab word is in
documents(VocabWord) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
documentWithLabel(int) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Returns a list of words for a document and the associated label
documentWithLabel(int) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
documentWithLabels(int) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Returns a list of words associated with the document and the associated labels
documentWithLabels(int) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
doIteration(int, List<Pair<String, String>>, Counter<Integer>, AtomicInteger, AtomicInteger) - Method in class org.deeplearning4j.models.glove.Glove
 

E

eachDoc(Function<List<VocabWord>, Void>, ExecutorService) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over each document
eachDoc(Function<List<VocabWord>, Void>, ExecutorService) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
eachDocWithLabel(Function<Pair<List<VocabWord>, String>, Void>, ExecutorService) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over each document with a label
eachDocWithLabel(Function<Pair<List<VocabWord>, String>, Void>, ExecutorService) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
eachDocWithLabels(Function<Pair<List<VocabWord>, Collection<String>>, Void>, ExecutorService) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over each document with a label
eachDocWithLabels(Function<Pair<List<VocabWord>, Collection<String>>, Void>, ExecutorService) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
EndingPreProcessor - Class in org.deeplearning4j.text.tokenization.tokenizer.preprocessor
Gets rid of endings: ed,ing, ly, s, .
EndingPreProcessor() - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.EndingPreProcessor
 
equals(Object) - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
equals(Object) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
equals(Object) - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
eval(RNTN, List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTNEval
 
expTable - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
extract(String) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 

F

fetch(int) - Method in class org.deeplearning4j.datasets.loader.ReutersNewsGroupsLoader
Fetches the next dataset.
fetch(int) - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
file - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
FileDocumentIterator - Class in org.deeplearning4j.text.documentiterator
Iterate over files
FileDocumentIterator(String) - Constructor for class org.deeplearning4j.text.documentiterator.FileDocumentIterator
 
FileDocumentIterator(File) - Constructor for class org.deeplearning4j.text.documentiterator.FileDocumentIterator
 
fileIterator - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
FileSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
 
FileSentenceIterator(SentencePreProcessor, File) - Constructor for class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
Takes a single file or directory
FileSentenceIterator(File) - Constructor for class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
findHead(Tree) - Method in class org.deeplearning4j.text.corpora.treeparser.HeadWordFinder
Finds the bottom most head
findHead2(Tree) - Method in class org.deeplearning4j.text.corpora.treeparser.HeadWordFinder
 
finish() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Finishes saving data
finish() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
finish() - Method in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
finish() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Allows for any finishing (closing of input streams or the like)
finish() - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
finish() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
Allows for any finishing (closing of input streams or the like)
fit() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
fit() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
Train the model
fit() - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
fit() - Method in class org.deeplearning4j.models.glove.Glove
 
fit() - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
Train the model
fit(List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTN
Trains the network on this mini batch
fit() - Method in class org.deeplearning4j.models.rntn.RNTN
 
fit(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
fit() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
Train the model
forwardPropagateTree(Tree) - Method in class org.deeplearning4j.models.rntn.RNTN
This is the method to call for assigning labels and node vectors to the Tree.

G

g - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
gen - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
gen(RandomGenerator) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
gen(RandomGenerator) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
get() - Method in class org.deeplearning4j.plot.dropwizard.RenderResource
 
getAdaGrad(String) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getAnalysisEngine() - Method in class org.deeplearning4j.text.uima.UimaResource
 
getB() - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
 
getBatch() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getBegin() - Static method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getBegin() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getBias() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
getBias(String) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getBiasAdaGrad() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
getBiasAdaGrad(String) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getBiases() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getBinaryClassification(String, String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getBinaryINDArray(String, String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getBinaryTransform(String, String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getCache() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
getCache() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getCasPool() - Method in class org.deeplearning4j.text.uima.UimaResource
 
getChanged() - Method in class org.deeplearning4j.models.word2vec.actor.SentenceMessage
 
getChangeTracker() - Method in class org.deeplearning4j.models.word2vec.actor.VocabMessage
 
getClassWForNode(Tree) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getCodeLength() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
getCodes() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getCodes() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
getCoOccurrences() - Method in class org.deeplearning4j.models.glove.Glove
 
getCoOccurrences() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getCoOCurreneCounts() - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
getCoordPath() - Method in class org.deeplearning4j.plot.dropwizard.ApiConfiguration
 
getCount(String, String) - Method in class org.deeplearning4j.models.glove.Glove
 
getCount() - Method in class org.deeplearning4j.models.word2vec.StreamWork
 
getCount() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
getDescription(String) - Static method in class org.deeplearning4j.text.annotator.PoStagger
 
getDescription() - Static method in class org.deeplearning4j.text.annotator.SentenceAnnotator
 
getDescription() - Static method in class org.deeplearning4j.text.annotator.StemmerAnnotator
 
getDescription(String) - Static method in class org.deeplearning4j.text.annotator.StemmerAnnotator
 
getDescription(String) - Static method in class org.deeplearning4j.text.annotator.TokenizerAnnotator
 
getDescription() - Static method in class org.deeplearning4j.text.annotator.TokenizerAnnotator
 
getDocIter() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
getEnd() - Static method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getEnd() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getFeatureVector(String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getFiles() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getFloat(byte[]) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Read float from byte array, credit to: Credit to: https://github.com/NLPchina/Word2VEC_java/blob/master/src/com/ansj/vec/Word2VEC.java
getFocusWord() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getGradient() - Method in class org.deeplearning4j.models.rntn.RNTN
 
getGradient(int, double) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
getI() - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
 
getId() - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
getINDArrayForNode(Tree) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getIndex() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
getIndexes() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getIndexes() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getInput() - Method in class org.deeplearning4j.models.rntn.RNTN
 
getIs() - Method in class org.deeplearning4j.models.word2vec.StreamWork
 
getLabel() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
getLabel() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getLabels() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getLr() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getMaxCount() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
getMedian() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getMinWordFrequency() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
getNegative() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getNegativeChange() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
getNegativeVectors() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getNumParameters() - Method in class org.deeplearning4j.models.rntn.RNTN
 
getOriginalNegative() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getOriginalSyn1Vectors() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getOriginalVectors() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getOriginalVectors() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getParam(String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getParameters() - Method in class org.deeplearning4j.models.rntn.RNTN
 
getParser() - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
 
getPoints() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
getPreProcessor() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
 
getResource() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
getSentence() - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
getSentence() - Method in class org.deeplearning4j.models.word2vec.actor.SentenceMessage
 
getSentence() - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
 
getSentenceIter() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
getSentenceIterator() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
getSentenceOccurrences() - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
getSentences() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getStopWords() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
getStopWords() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
getStopWords() - Static method in class org.deeplearning4j.text.stopwords.StopWords
 
getSyn0() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getSyn0Change() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveResult
 
getSyn0Change() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
getSyn1() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getSyn1Change() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
getSyn1Neg() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getSyn1Vectors() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getTable() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getTokenizer() - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
 
getTokenizerFactory() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
getTokenizerFactory() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
getTokens() - Method in class org.deeplearning4j.models.word2vec.actor.VocabMessage
 
getTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
 
getTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
getTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
 
getTokens() - Method in interface org.deeplearning4j.text.tokenization.tokenizer.Tokenizer
Returns a list of all the tokens
getTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
 
getTreebankTrees(String) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
Gets trees from text.
getTrees(String, SentencePreProcessor) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
Gets trees from text.
getTrees(String) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
Gets trees from text.
getTrees(String) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeVectorizer
Vectorizes the passed in sentences
getTreesWithLabels(String, String, List<String>) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
Gets trees from text.
getTreesWithLabels(String, List<String>) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
Gets trees from text.
getTreesWithLabels(String, String, List<String>) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeVectorizer
Vectorizes the passed in sentences
getTreesWithLabels(String, List<String>) - Method in class org.deeplearning4j.text.corpora.treeparser.TreeVectorizer
Vectorizes the passed in sentences
getUimaResource() - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
getUnaryClassification(String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getValue() - Method in class org.deeplearning4j.models.rntn.RNTN
 
getValueGradient() - Method in class org.deeplearning4j.models.rntn.RNTN
 
getVec() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getVectorizer() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
getVectorLength() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getVectors() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getVectors() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getVocab() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getVocabWord(String) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getWeightAdaGrad() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
getWForNode(Tree) - Method in class org.deeplearning4j.models.rntn.RNTN
 
getWindow() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
getWindowSize() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getWord() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
getWord(int) - Method in class org.deeplearning4j.text.movingwindow.Window
 
getWordFrequency() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
getWords() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getWordVector(String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Get the word vector for a given matrix
getWordVector(String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Get the word vector for a given matrix
getWordVectorMatrix(String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Get the word vector for a given matrix
getWordVectorMatrix(String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
getWordVectorMatrixNormalized(String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Returns the word vector divided by the norm2 of the array
getWordVectorMatrixNormalized(String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Returns the word vector divided by the norm2 of the array
getWork() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
getxMax() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
Glove - Class in org.deeplearning4j.models.glove
Glove by socher et.
Glove(VocabCache, SentenceIterator, TextVectorizer, TokenizerFactory, GloveWeightLookupTable, int, double, double, int, CoOccurrences, List<String>, boolean, int, int, double, int, boolean, RandomGenerator, boolean, long, int) - Constructor for class org.deeplearning4j.models.glove.Glove
 
Glove.Builder - Class in org.deeplearning4j.models.glove
 
GloveJobAggregator - Class in org.deeplearning4j.scaleout.perform.models.glove
Handles creating a total glove model
GloveJobAggregator() - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GloveJobAggregator
 
GloveJobIterator - Class in org.deeplearning4j.scaleout.perform.models.glove
Glove job iterator
GloveJobIterator(CoOccurrences, GloveWeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
 
GloveJobIterator - Class in org.deeplearning4j.scaleout.perform.models.glove.iterator
Word2vec job iterator
GloveJobIterator(Iterator<List<List<VocabWord>>>, GloveWeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
GloveJobIterator(TextVectorizer, GloveWeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
GloveJobIterator(Iterator<List<List<VocabWord>>>, GloveWeightLookupTable, VocabCache, StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
GloveJobIterator(TextVectorizer, GloveWeightLookupTable, VocabCache, StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
GloveJobIterator(InvertedIndex, GloveWeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
GlovePerformer - Class in org.deeplearning4j.scaleout.perform.models.glove
Base line word 2 vec performer
GlovePerformer(StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
GlovePerformer() - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
GlovePerformerFactory - Class in org.deeplearning4j.scaleout.perform.models.glove
Work performer factory for word2vec
GlovePerformerFactory() - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformerFactory
 
GlovePerformerFactory(StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformerFactory
 
GloveResult - Class in org.deeplearning4j.scaleout.perform.models.glove
Result for glove
GloveResult() - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GloveResult
 
GloveResult(Map<String, INDArray>) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GloveResult
 
GloveWeightLookupTable - Class in org.deeplearning4j.models.glove
Glove lookup table
GloveWeightLookupTable(VocabCache, int, boolean, double, RandomGenerator, double, double, double) - Constructor for class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
GloveWeightLookupTable.Builder - Class in org.deeplearning4j.models.glove
 
GloveWork - Class in org.deeplearning4j.scaleout.perform.models.glove
Glove work
GloveWork(GloveWeightLookupTable, List<Pair<VocabWord, VocabWord>>) - Constructor for class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
gradientAndScore() - Method in class org.deeplearning4j.models.rntn.RNTN
 

H

hashCode() - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
hashCode() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
hashCode() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
hasMore() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
hasMoreTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
 
hasMoreTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
hasMoreTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
 
hasMoreTokens() - Method in interface org.deeplearning4j.text.tokenization.tokenizer.Tokenizer
An iterator for tracking whether more tokens are left in the iterator not
hasMoreTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
 
hasNext() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
 
hasNext() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
 
hasNext() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceIterator
 
hasNext() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
 
hasNext() - Method in class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
hasNext() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
hasNext() - Method in class org.deeplearning4j.scaleout.perform.text.SentenceJobIterator
 
hasNext() - Method in class org.deeplearning4j.text.corpora.treeparser.TreeIterator
Returns true if the iteration has more elements.
hasNext() - Method in interface org.deeplearning4j.text.documentiterator.DocumentIterator
Whether there are anymore documents in the iterator
hasNext() - Method in class org.deeplearning4j.text.documentiterator.FileDocumentIterator
 
hasNext() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.BatchDocIter
 
hasNext() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.DocIter
 
hasNext() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
 
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Same idea as Iterator
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.LineSentenceIterator
 
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
hasNext() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
Same idea as Iterator
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
hasToken(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
hasToken(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns whether the cache contains this token or not
hasWord(String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Returns true if the model has this word in the vocab
hasWord(String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Returns true if the model has this word in the vocab
HeadWordFinder - Class in org.deeplearning4j.text.corpora.treeparser

Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
HeadWordFinder(boolean) - Constructor for class org.deeplearning4j.text.corpora.treeparser.HeadWordFinder
 
HeadWordFinder() - Constructor for class org.deeplearning4j.text.corpora.treeparser.HeadWordFinder
 
Huffman - Class in org.deeplearning4j.models.word2vec
Huffman tree builder
Huffman(Collection<VocabWord>) - Constructor for class org.deeplearning4j.models.word2vec.Huffman
 

I

increment() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
increment(int) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
increment() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
incrementDocCount(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
incrementDocCount(String, int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Increment the document count
incrementTotalDocCount() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
incrementTotalDocCount(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
incrementTotalDocCount() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Increment the doc count
incrementTotalDocCount(int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Increment the doc count
incrementWordCount(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Increment the count for the given word
incrementWordCount(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Increment the count for the given word by the amount increment
incrementWordCount(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Increment the count for the given word
incrementWordCount(String, int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Increment the count for the given word by the amount increment
index - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
index() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
index - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
index(InvertedIndex) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
index() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
Inverted index
index - Variable in class org.deeplearning4j.models.glove.CoOccurrences
 
index(InvertedIndex) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
index - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
index(InvertedIndex) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
INDEX_PATH - Static variable in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
indexDir(File) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
indexOf(String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
 
indexOf(String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
indexOf(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Returns the index of a given word
indexOf(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns the index of a given word
init(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobAggregator
 
init(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
 
init(Configuration) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
 
initExpTable() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
initialize(Bootstrap<ApiConfiguration>) - Method in class org.deeplearning4j.plot.dropwizard.ApiResource
Initializes the application bootstrap.
initialize(Bootstrap<ApiConfiguration>) - Method in class org.deeplearning4j.plot.dropwizard.RenderApplication
 
initialize(UimaContext) - Method in class org.deeplearning4j.text.annotator.PoStagger
Initializes the current instance with the given context.
initialize(UimaContext) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
Initializes the current instance with the given context.
initNegative() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
initParams() - Method in class org.deeplearning4j.models.rntn.RNTN
 
InMemoryLookupCache - Class in org.deeplearning4j.models.word2vec.wordstore.inmemory
In memory lookup cache for smaller datasets
InMemoryLookupCache() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
InMemoryLookupTable - Class in org.deeplearning4j.models.embeddings.inmemory
Default word lookup table
InMemoryLookupTable(VocabCache, int, boolean, double, RandomGenerator, double) - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
InMemoryLookupTable.Builder - Class in org.deeplearning4j.models.embeddings.inmemory
 
InMemoryLookupTable.WeightIterator - Class in org.deeplearning4j.models.embeddings.inmemory
 
input() - Method in class org.deeplearning4j.models.rntn.RNTN
 
inputColumns() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
inputColumns() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
InputHomogenization - Class in org.deeplearning4j.text.inputsanitation
Performs some very basic textual transformations such as word shape, lower casing, and stripping of punctuation
InputHomogenization(String) - Constructor for class org.deeplearning4j.text.inputsanitation.InputHomogenization
Input text to applyTransformToOrigin
InputHomogenization(String, boolean) - Constructor for class org.deeplearning4j.text.inputsanitation.InputHomogenization
 
InputHomogenization(String, List<String>) - Constructor for class org.deeplearning4j.text.inputsanitation.InputHomogenization
 
InputStreamCreator - Interface in org.deeplearning4j.models.word2vec
Created by agibsonccc on 10/19/14.
instantiate() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformerFactory
 
instantiate() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformerFactory
 
instantiate() - Method in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformerFactory
 
invertedIndex - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
InvertedIndex - Interface in org.deeplearning4j.text.invertedindex
An inverted index for mapping words to documents and documents to words
isBeginLabel() - Method in class org.deeplearning4j.text.movingwindow.Window
 
isEndLabel() - Method in class org.deeplearning4j.text.movingwindow.Window
 
isStem() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
isUseAdaGrad() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
iter - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
iterate(DocumentIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
iterate(VocabWord, VocabWord) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Iterate on the given 2 vocab words
iterate(VocabWord, VocabWord) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Iterate on the given 2 vocab words
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
iterate(DocumentIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
iterate(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
iterate(DocumentIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
iterate(VocabWord, VocabWord, AtomicLong, double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
Train the word vector on the given words
iterateSample(VocabWord, VocabWord, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Iterate on the given 2 vocab words
iterateSample(VocabWord, VocabWord, AtomicLong, double) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Iterate on the given 2 vocab words
iterateSample(VocabWord, VocabWord, double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
glove iteration
iterateSample(VocabWord, VocabWord, AtomicLong, double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
iterateSample(GloveWork, VocabWord, VocabWord, double) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
glove iteration
iterateSample(Word2VecWork, VocabWord, VocabWord, double) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
Iterate on the given 2 vocab words
iterations(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
iterations(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
iterations - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
iterations(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
ITERATIONS - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
ITERATIONS - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 

J

jobQueue - Variable in class org.deeplearning4j.models.glove.Glove
 
jobQueue - Variable in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
 

L

LABEL - Static variable in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
LabelAwareDocumentIterator - Interface in org.deeplearning4j.text.documentiterator
Created by agibsonccc on 10/18/14.
LabelAwareFileSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator.labelaware
Label aware sentence iterator
LabelAwareFileSentenceIterator(SentencePreProcessor, File) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
Takes a single file or directory
LabelAwareFileSentenceIterator(File) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
 
LabelAwareListSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator.labelaware
Iterates over an input stream with the textual format: label delimiter text
LabelAwareListSentenceIterator(InputStream, String, int, int) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Initializes the sentence iterator with the given args, note that this will close the input stream for you
LabelAwareListSentenceIterator(InputStream) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Same as calling (is,\t,0,1)
LabelAwareListSentenceIterator(InputStream, String) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Same as calling (is,\t,0,1)
LabelAwareSentenceIterator - Interface in org.deeplearning4j.text.sentenceiterator.labelaware
SentenceIterator that is aware of its label.
LabelAwareUimaSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator.labelaware
Uima sentence iterator that is aware of the current file
LabelAwareUimaSentenceIterator(SentencePreProcessor, String, UimaResource) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
 
LabelAwareUimaSentenceIterator(String, AnalysisEngine) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
 
labels - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
labels - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
labels(List<String>) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
labelSentenceIter - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
layerSize() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
layerSize() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
The layer size for the lookup table
layerSize - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
layerSize(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
layerSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
layerSize - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
layerSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
learningRate(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
learningRate(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
learningRate(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
learningRateDecayWords(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
learningRateDecayWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
learningRateDecayWords(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
learningRateDecayWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
LineSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
Each line is a sentence
LineSentenceIterator(File) - Constructor for class org.deeplearning4j.text.sentenceiterator.LineSentenceIterator
 
load(InputStream) - Static method in class org.deeplearning4j.models.glove.CoOccurrences
Load from an input stream with the following format: w1 w2 score
load(InputStream, InputStream) - Static method in class org.deeplearning4j.models.glove.Glove
Load a glove model from an input stream.
load(InputStream, VocabCache) - Static method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Load a glove model from an input stream.
load(InputStream) - Static method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Load a look up cache from an input stream delimited by \n
loadCodes(int[]) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Loads the co-occurrences for the given codes
loadCodes(int[]) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Loads the co-occurrences for the given codes
loadGoogleModel(String, boolean) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Loads the google model
loadRawArray(InputStream, VocabCache, int) - Static method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Load the weights in raw format
loadTxt(File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Loads an in memory cache from the given path (sets syn0 and the vocab)
loadTxtVectors(File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Loads an in memory cache from the given path (sets syn0 and the vocab)
loadVocab() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
loadVocab() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Load vocab
log - Static variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
lookupTable() - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
 
lookupTable - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
lookupTable() - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
lookupTable() - Method in class org.deeplearning4j.models.glove.Glove
 
lookupTable(WeightLookupTable) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
lookupTable - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
lookupTable(WeightLookupTable) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
LOOKUPTABLE_SIZE - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
lr - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
lr(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
lr - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
lr(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
lr - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
LuceneInvertedIndex - Class in org.deeplearning4j.text.invertedindex
Lucene based inverted index
LuceneInvertedIndex(VocabCache, boolean) - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
LuceneInvertedIndex(VocabCache, boolean, String) - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
LuceneInvertedIndex(VocabCache) - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
LuceneInvertedIndex.BatchDocIter - Class in org.deeplearning4j.text.invertedindex
 
LuceneInvertedIndex.Builder - Class in org.deeplearning4j.text.invertedindex
 
LuceneInvertedIndex.DocIter - Class in org.deeplearning4j.text.invertedindex
 
LuceneSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
Lucene sentence iterator.
LuceneSentenceIterator(Directory) - Constructor for class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 

M

main(String[]) - Static method in class org.deeplearning4j.plot.dropwizard.RenderApplication
 
main(String[]) - Static method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
makeTable(int, double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
matchesAnyStopWord(List<String>, String) - Static method in class org.deeplearning4j.text.movingwindow.Util
 
MAX_CODE_LENGTH - Static variable in class org.deeplearning4j.models.word2vec.Huffman
 
MAX_COUNT - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
MAX_EXP - Static variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
maxCount(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
maxCount(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
merge(Layer, int) - Method in class org.deeplearning4j.models.rntn.RNTN
 
MIN_ALPHA - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
MIN_WORD_FREQUENCY - Static variable in class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
 
miniBatch(boolean) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
miniBatches() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterates over mini batches
miniBatches() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
minLearningRate(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
minLearningRate - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
minLearningRate(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
minLearningRate - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
minWordFrequency - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
minWordFrequency - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
minWordFrequency - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
minWordFrequency(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
minWordFrequency(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
minWordFrequency - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
minWordFrequency(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
minWords(int) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 

N

NAME_SPACE - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
NAME_SPACE - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
negative - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
negative(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
negative - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
negative(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
negative - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
NEGATIVE - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
negativeSample(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
negativeSample(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
NEWSGROUP_URL - Static variable in class org.deeplearning4j.datasets.loader.ReutersNewsGroupsLoader
 
next() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
 
next() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
 
next() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceIterator
 
next() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
next(int) - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Like the standard next method but allows a customizable number of examples returned
next() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Returns the next element in the iteration.
next(String) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
 
next() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
 
next(String) - Method in class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
next() - Method in class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
next(String) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
next() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
next(String) - Method in class org.deeplearning4j.scaleout.perform.text.SentenceJobIterator
 
next() - Method in class org.deeplearning4j.scaleout.perform.text.SentenceJobIterator
 
next() - Method in class org.deeplearning4j.text.corpora.treeparser.TreeIterator
Returns the next element in the iteration.
next() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.BatchDocIter
 
next() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.DocIter
 
next() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
nextDocument() - Method in interface org.deeplearning4j.text.documentiterator.DocumentIterator
Get the next document
nextDocument() - Method in class org.deeplearning4j.text.documentiterator.FileDocumentIterator
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Gets the next sentence or null if there's nothing left (Do yourself a favor and check hasNext() )
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.LineSentenceIterator
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
nextSentence() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
Gets the next sentence or null if there's nothing left (Do yourself a favor and check hasNext() )
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
nextToken() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
 
nextToken() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
nextToken() - Method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
 
nextToken() - Method in interface org.deeplearning4j.text.tokenization.tokenizer.Tokenizer
The next token (word usually) in the string
nextToken() - Method in class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
 
none() - Static method in class org.deeplearning4j.models.word2vec.VocabWord
 
NUM_WORDS - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
NUM_WORDS - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
NUM_WORDS_SO_FAR - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
numCoOccurrences() - Method in class org.deeplearning4j.models.glove.CoOccurrences
The number of co occurrences
numDocuments() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Returns the number of documents
numDocuments() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
numExamples() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
numIterations - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
numParameters - Variable in class org.deeplearning4j.models.rntn.RNTN
 
numParams() - Method in class org.deeplearning4j.models.rntn.RNTN
 
numWords() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Returns the number of words in the cache
numWords() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns the number of words in the cache
numWordsEncountered - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
numWordsEncountered() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
numWordsEncountered() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
Returns the number of words encountered so far
numWorkers(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 

O

onClose(IndexReader) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
onReceive(Object) - Method in class org.deeplearning4j.models.glove.actor.CoOccurrenceActor
 
onReceive(Object) - Method in class org.deeplearning4j.models.word2vec.actor.VocabActor
 
org.deeplearning4j.bagofwords.vectorizer - package org.deeplearning4j.bagofwords.vectorizer
 
org.deeplearning4j.datasets.iterator - package org.deeplearning4j.datasets.iterator
 
org.deeplearning4j.datasets.loader - package org.deeplearning4j.datasets.loader
 
org.deeplearning4j.models.embeddings - package org.deeplearning4j.models.embeddings
 
org.deeplearning4j.models.embeddings.inmemory - package org.deeplearning4j.models.embeddings.inmemory
 
org.deeplearning4j.models.embeddings.loader - package org.deeplearning4j.models.embeddings.loader
 
org.deeplearning4j.models.embeddings.wordvectors - package org.deeplearning4j.models.embeddings.wordvectors
 
org.deeplearning4j.models.glove - package org.deeplearning4j.models.glove
 
org.deeplearning4j.models.glove.actor - package org.deeplearning4j.models.glove.actor
 
org.deeplearning4j.models.paragraphvectors - package org.deeplearning4j.models.paragraphvectors
 
org.deeplearning4j.models.rntn - package org.deeplearning4j.models.rntn
 
org.deeplearning4j.models.word2vec - package org.deeplearning4j.models.word2vec
 
org.deeplearning4j.models.word2vec.actor - package org.deeplearning4j.models.word2vec.actor
 
org.deeplearning4j.models.word2vec.iterator - package org.deeplearning4j.models.word2vec.iterator
 
org.deeplearning4j.models.word2vec.wordstore - package org.deeplearning4j.models.word2vec.wordstore
 
org.deeplearning4j.models.word2vec.wordstore.inmemory - package org.deeplearning4j.models.word2vec.wordstore.inmemory
 
org.deeplearning4j.plot.dropwizard - package org.deeplearning4j.plot.dropwizard
 
org.deeplearning4j.scaleout.perform.models.glove - package org.deeplearning4j.scaleout.perform.models.glove
 
org.deeplearning4j.scaleout.perform.models.glove.iterator - package org.deeplearning4j.scaleout.perform.models.glove.iterator
 
org.deeplearning4j.scaleout.perform.models.word2vec - package org.deeplearning4j.scaleout.perform.models.word2vec
 
org.deeplearning4j.scaleout.perform.models.word2vec.iterator - package org.deeplearning4j.scaleout.perform.models.word2vec.iterator
 
org.deeplearning4j.scaleout.perform.text - package org.deeplearning4j.scaleout.perform.text
 
org.deeplearning4j.scaleout.perform.text.result - package org.deeplearning4j.scaleout.perform.text.result
 
org.deeplearning4j.text.annotator - package org.deeplearning4j.text.annotator
 
org.deeplearning4j.text.corpora.sentiwordnet - package org.deeplearning4j.text.corpora.sentiwordnet
 
org.deeplearning4j.text.corpora.treeparser - package org.deeplearning4j.text.corpora.treeparser
 
org.deeplearning4j.text.corpora.treeparser.transformer - package org.deeplearning4j.text.corpora.treeparser.transformer
 
org.deeplearning4j.text.documentiterator - package org.deeplearning4j.text.documentiterator
 
org.deeplearning4j.text.inputsanitation - package org.deeplearning4j.text.inputsanitation
 
org.deeplearning4j.text.invertedindex - package org.deeplearning4j.text.invertedindex
 
org.deeplearning4j.text.movingwindow - package org.deeplearning4j.text.movingwindow
 
org.deeplearning4j.text.sentenceiterator - package org.deeplearning4j.text.sentenceiterator
 
org.deeplearning4j.text.sentenceiterator.labelaware - package org.deeplearning4j.text.sentenceiterator.labelaware
 
org.deeplearning4j.text.stopwords - package org.deeplearning4j.text.stopwords
 
org.deeplearning4j.text.tokenization.tokenizer - package org.deeplearning4j.text.tokenization.tokenizer
 
org.deeplearning4j.text.tokenization.tokenizer.preprocessor - package org.deeplearning4j.text.tokenization.tokenizer.preprocessor
 
org.deeplearning4j.text.tokenization.tokenizerfactory - package org.deeplearning4j.text.tokenization.tokenizerfactory
 
org.deeplearning4j.text.uima - package org.deeplearning4j.text.uima
 
output(List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTN
output the prediction probabilities for each tree
outputActivation - Variable in class org.deeplearning4j.models.rntn.RNTN
 

P

ParagraphVectors - Class in org.deeplearning4j.models.paragraphvectors
Paragraph Vectors: [1] Quoc Le and Tomas Mikolov.
ParagraphVectors() - Constructor for class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
 
ParagraphVectors.Builder - Class in org.deeplearning4j.models.paragraphvectors
 
parallelCounter() - Static method in class org.deeplearning4j.text.movingwindow.Util
Returns a thread safe counter
parallelCounterMap() - Static method in class org.deeplearning4j.text.movingwindow.Util
Returns a thread safe counter map
paramAdaGrad - Variable in class org.deeplearning4j.models.rntn.RNTN
 
params() - Method in class org.deeplearning4j.models.rntn.RNTN
 
paramTable() - Method in class org.deeplearning4j.models.rntn.RNTN
 
path - Variable in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
perform(Job) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
perform(Job) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
perform(Job) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
 
plotVocab(Tsne) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
plotVocab() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Render the words via tsne
plotVocab(Tsne) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Render the words via TSNE
plotVocab() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Render the words via tsne
PoStagger - Class in org.deeplearning4j.text.annotator
An OpenNLP POSTagger that uses the ClearTK type system.
PoStagger() - Constructor for class org.deeplearning4j.text.annotator.PoStagger
Initializes a new instance.
postProcessAnnotations(Span[], AnnotationFS[]) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
 
PosUimaTokenizer - Class in org.deeplearning4j.text.tokenization.tokenizer
Filter by part of speech tag.
PosUimaTokenizer(String, AnalysisEngine, Collection<String>) - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
 
PosUimaTokenizerFactory - Class in org.deeplearning4j.text.tokenization.tokenizerfactory
Creates a tokenizer that filters by part of speech tags
PosUimaTokenizerFactory(Collection<String>) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
 
PosUimaTokenizerFactory(AnalysisEngine, Collection<String>) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
 
predict(List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTN
output the top level labels for each tree
preOutput(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
preProcess(String) - Method in interface org.deeplearning4j.text.sentenceiterator.SentencePreProcessor
 
preProcess(String) - Method in class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.EndingPreProcessor
 
preProcess(String) - Method in interface org.deeplearning4j.text.tokenization.tokenizer.TokenPreProcess
Pre process a token
preProcessor - Variable in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
process(CAS) - Method in class org.deeplearning4j.text.annotator.PoStagger
Performs pos-tagging on the given tcas object.
process(JCas) - Method in class org.deeplearning4j.text.annotator.SentenceAnnotator
 
process(JCas) - Method in class org.deeplearning4j.text.annotator.StemmerAnnotator
 
process(CAS) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
 
process(String) - Method in class org.deeplearning4j.text.uima.UimaResource
Use the given analysis engine and process the given text You must release the return cas yourself
processToken(String, Set<String>, List<VocabWord>, boolean) - Method in class org.deeplearning4j.models.word2vec.actor.VocabActor
 
putCode(int, INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
putCode(int, INDArray) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
 
putVector(String, INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Inserts a word vector
putVector(String, INDArray) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Inserts a word vector
putVocabWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
putVocabWord(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Inserts the word as a vocab word (it gets the vocab word from the internal token store).

R

randomizedList() - Method in class org.deeplearning4j.models.glove.CoOccurrences
Return a randomized list of the co occurrences
randomTransformBlock() - Method in class org.deeplearning4j.models.rntn.RNTN
 
randomTransformMatrix() - Method in class org.deeplearning4j.models.rntn.RNTN
 
read(DataInputStream) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
reader(IndexReader) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
reader - Variable in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
readFloat(InputStream) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Credit to: https://github.com/NLPchina/Word2VEC_java/blob/master/src/com/ansj/vec/Word2VEC.java
readStopWords() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
release(CAS) - Method in class org.deeplearning4j.text.uima.UimaResource
 
remove() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
 
remove() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
 
remove() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceIterator
 
remove() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove() - Method in class org.deeplearning4j.text.corpora.treeparser.TreeIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.BatchDocIter
 
remove() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.DocIter
 
remove() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
RenderApplication - Class in org.deeplearning4j.plot.dropwizard
 
RenderApplication() - Constructor for class org.deeplearning4j.plot.dropwizard.RenderApplication
 
RenderResource - Class in org.deeplearning4j.plot.dropwizard
Created by agibsonccc on 10/8/14.
RenderResource() - Constructor for class org.deeplearning4j.plot.dropwizard.RenderResource
 
RenderView - Class in org.deeplearning4j.plot.dropwizard
Created by agibsonccc on 10/8/14.
RenderView() - Constructor for class org.deeplearning4j.plot.dropwizard.RenderView
 
reset() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
reset() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
reset() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
 
reset() - Method in class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
 
reset() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
reset() - Method in class org.deeplearning4j.scaleout.perform.text.SentenceJobIterator
 
reset() - Method in interface org.deeplearning4j.text.documentiterator.DocumentIterator
Reset the iterator to the beginning
reset() - Method in class org.deeplearning4j.text.documentiterator.FileDocumentIterator
 
reset() - Method in class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
 
reset() - Method in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
 
reset() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
Resets the iterator to the beginning
reset() - Method in class org.deeplearning4j.text.sentenceiterator.LineSentenceIterator
 
reset() - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
reset() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
Resets the iterator to the beginning
reset() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
resetWeights(boolean) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
resetWeights() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Reset the weights of the cache
resetWeights(boolean) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Clear out all weights regardless
resetWeights() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Reset the weights of the cache
resetWeights(boolean) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
resetWeights() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Reset the weights of the cache
resetWeights() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
resetWeightsOnSetup() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
restart training on next fit().
retrieve() - Method in class org.deeplearning4j.text.uima.UimaResource
 
ReutersNewsGroupsDataSetIterator - Class in org.deeplearning4j.datasets.iterator
 
ReutersNewsGroupsDataSetIterator(int, int, boolean) - Constructor for class org.deeplearning4j.datasets.iterator.ReutersNewsGroupsDataSetIterator
 
ReutersNewsGroupsLoader - Class in org.deeplearning4j.datasets.loader
 
ReutersNewsGroupsLoader(boolean) - Constructor for class org.deeplearning4j.datasets.loader.ReutersNewsGroupsLoader
 
rng - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
rng(RandomGenerator) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
RNTN - Class in org.deeplearning4j.models.rntn
Recursive Neural Tensor Network by Socher et.
RNTN.Builder - Class in org.deeplearning4j.models.rntn
 
RNTNEval - Class in org.deeplearning4j.models.rntn
Recursive counter for an RNTN
RNTNEval() - Constructor for class org.deeplearning4j.models.rntn.RNTNEval
 
run(ApiConfiguration, Environment) - Method in class org.deeplearning4j.plot.dropwizard.ApiResource
 
run(ApiConfiguration, Environment) - Method in class org.deeplearning4j.plot.dropwizard.RenderApplication
 

S

sample - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
sample() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
sample - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
sample(double) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
sample() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
Sampling for building mini batches
sample - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
sample() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Sampling for creating mini batches
sample(double) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
sample() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
sampling(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
sampling - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
sampling(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
saveVocab(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
saveVocab - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
saveVocab(boolean) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
saveVocab - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
saveVocab() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
saveVocab() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Saves the vocab: this allow for reuse of word frequencies
score() - Method in class org.deeplearning4j.models.rntn.RNTN
 
score(String) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
Scores the text
score(CAS) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
score(Sentence) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
scoreTokens(List<Token>) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
seed - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
seed(long) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
seed - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
seed(long) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
seed(long) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
seed(long) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
seed - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
seed(long) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
seed - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
segmenter() - Static method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
Return a a sentence segmenter
SentenceAnnotator - Class in org.deeplearning4j.text.annotator
 
SentenceAnnotator() - Constructor for class org.deeplearning4j.text.annotator.SentenceAnnotator
 
sentenceIter - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
sentenceIterator - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
sentenceIterator - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
SentenceIterator - Interface in org.deeplearning4j.text.sentenceiterator
A sentence iterator that knows how to iterate over sentence.
SentenceJobIterator - Class in org.deeplearning4j.scaleout.perform.text
Job iterator for sentences
SentenceJobIterator(SentenceIterator) - Constructor for class org.deeplearning4j.scaleout.perform.text.SentenceJobIterator
 
SentenceMessage - Class in org.deeplearning4j.models.word2vec.actor
 
SentenceMessage(String, AtomicLong) - Constructor for class org.deeplearning4j.models.word2vec.actor.SentenceMessage
 
SentencePreProcessor - Interface in org.deeplearning4j.text.sentenceiterator
 
SentenceResult - Class in org.deeplearning4j.scaleout.perform.text.result
Created by agibsonccc on 11/29/14.
SentenceResult() - Constructor for class org.deeplearning4j.scaleout.perform.text.result.SentenceResult
 
sentences - Variable in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
SentenceWork - Class in org.deeplearning4j.models.glove.actor
Created by agibsonccc on 12/7/14.
SentenceWork(int, String) - Constructor for class org.deeplearning4j.models.glove.actor.SentenceWork
 
serialVersionUID - Static variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
setActivationFunction(ActivationFunction) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setAdagradResetFrequency(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setAnalysisEngine(AnalysisEngine) - Method in class org.deeplearning4j.text.uima.UimaResource
 
setB(int) - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
 
setBegin(int) - Method in class org.deeplearning4j.text.movingwindow.Window
 
setBias(INDArray) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
setBiasAdaGrad(AdaGrad) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
setBiases(Map<String, Double>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
setBinaryClassificationSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setBinaryINd4jize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setBinaryTransformSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setCache(VocabCache) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
setCasPool(CasPool) - Method in class org.deeplearning4j.text.uima.UimaResource
 
setChanged(AtomicLong) - Method in class org.deeplearning4j.models.word2vec.actor.SentenceMessage
 
setChangeTracker(AtomicLong) - Method in class org.deeplearning4j.models.word2vec.actor.VocabMessage
 
setClassWeights(Map<Integer, Double>) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setCodeLength(int) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
setCodes(Map<Integer, INDArray>) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setCodes(List<Integer>) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
setCombineClassification(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setConf(NeuralNetConfiguration) - Method in class org.deeplearning4j.models.rntn.RNTN
 
setConfiguration(NeuralNetConfiguration) - Method in class org.deeplearning4j.models.rntn.RNTN
 
setCoOccurrences(CoOccurrences) - Method in class org.deeplearning4j.models.glove.Glove
 
setCoOccurrences(List<Pair<VocabWord, VocabWord>>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
setCoOCurreneCounts(CounterMap<String, String>) - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
setCoordPath(String) - Method in class org.deeplearning4j.plot.dropwizard.ApiConfiguration
 
setCount(AtomicInteger) - Method in class org.deeplearning4j.models.word2vec.StreamWork
 
setCount(AtomicInteger) - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
setCountForDoc(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
setCountForDoc(String, int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Set the count for the number of documents the word appears in
setDocIter(DocumentIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
setEnd(int) - Method in class org.deeplearning4j.text.movingwindow.Window
 
setFeatureVectors(Word2Vec) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setFeatureVectors(WeightLookupTable) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setI(int) - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
 
setId(int) - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
setIndex(int) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
setIndexes(Map<Integer, VocabWord>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
setIndexes(Map<Integer, VocabWord>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setInput(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
setLabel(List<String>) - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
setLabel(String) - Method in class org.deeplearning4j.text.movingwindow.Window
 
setLearningRate(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setLearningRate(double) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Sets the learning rate
setLookupTable(WeightLookupTable) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
setLookupTable(GloveWeightLookupTable) - Method in class org.deeplearning4j.models.glove.Glove
 
setLowerCasefeatureNames(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setLr(AtomicDouble) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setMaxCount(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
setMinWordFrequency(int) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
setNegative(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setNegativeChange(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
setNegativeVectors(Map<String, Pair<VocabWord, INDArray>>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setNumBinaryMatrices(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setNumHidden(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setNumUnaryMatrices(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setOriginalNegative(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setOriginalSyn1Vectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setOriginalVectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
setOriginalVectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setParam(String, INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
setParameters(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
setParams(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
setParamTable(Map<String, INDArray>) - Method in class org.deeplearning4j.models.rntn.RNTN
 
setPoints(List<Integer>) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
setPreProcessor(DataSetPreProcessor) - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Set a pre processor
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
setPreProcessor(SentencePreProcessor) - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
 
setRandomFeatureVectors(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setRegTransformINDArray(double) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setRng(RandomGenerator) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setScalingForInit(double) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setSentence(String) - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
setSentence(String) - Method in class org.deeplearning4j.models.word2vec.actor.SentenceMessage
 
setSentence(List<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
 
setSentenceIter(SentenceIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
Note that calling a setter on this means assumes that this is a training continuation and therefore weights should not be reset.
setSentenceIterator(SentenceIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
setSentenceOccurrences(Counter<Integer>) - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
setSentences(List<List<VocabWord>>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setSimplifiedModel(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setStem(boolean) - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
setStem(Token, String) - Method in class org.deeplearning4j.text.annotator.StemmerAnnotator
 
setStopWords(List<String>) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
setSyn0(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setSyn0Change(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveResult
 
setSyn0Change(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
setSyn1(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setSyn1Change(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
setSyn1Neg(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setSyn1Vectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setTable(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setTokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
setTokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
 
setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
 
setTokenPreProcessor(TokenPreProcess) - Method in interface org.deeplearning4j.text.tokenization.tokenizer.Tokenizer
Set the token pre process
setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
 
setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.DefaultTokenizerFactory
 
setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
 
setTokenPreProcessor(TokenPreProcess) - Method in interface org.deeplearning4j.text.tokenization.tokenizerfactory.TokenizerFactory
Sets a token pre processor to be used with every tokenizer
setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
setTokens(List<String>) - Method in class org.deeplearning4j.models.word2vec.actor.VocabMessage
 
setUnaryClassificationSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setup() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
Build the binary tree Reset the weights
setup(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
setup(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
setup(Configuration) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
 
setUseAdaGrad(boolean) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setUseTensors(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
setVectorizer(TextVectorizer) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
 
setVectorLength(int) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setVectors(Map<String, Pair<VocabWord, INDArray>>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
setVectors(Map<String, Pair<VocabWord, INDArray>>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setVocab(VocabCache) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setVocab(VocabCache) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
setWeightAdaGrad(AdaGrad) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
setWord(String) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
setWords(List<String>) - Method in class org.deeplearning4j.text.movingwindow.Window
 
setWork(String) - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
setxMax(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
 
shouldReset - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
shuffle(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
similarity(String, String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Returns the similarity of 2 words
similarity(String, String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Returns the similarity of 2 words
similarWordsInVocabTo(String, double) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Find all words with a similar characters in the vocab
similarWordsInVocabTo(String, double) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Find all words with a similar characters in the vocab
skipGram(int, List<VocabWord>, int, AtomicLong, double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
Train via skip gram
skipGram(int, List<VocabWord>, int, Word2VecWork, double) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
Train via skip gram
SkipGramMessage - Class in org.deeplearning4j.models.word2vec.actor
Created by agibsonccc on 9/16/14.
SkipGramMessage(int, int, List<VocabWord>) - Constructor for class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
 
stats() - Method in class org.deeplearning4j.models.rntn.RNTNEval
 
stem - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
stem - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
stem(boolean) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
stem(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
StemmerAnnotator - Class in org.deeplearning4j.text.annotator
This class borrows from org.apache.lucene.analysis.snowball.SnowballFilter
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
StemmerAnnotator() - Constructor for class org.deeplearning4j.text.annotator.StemmerAnnotator
 
stopWords - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
stopWords - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
stopWords(List<String>) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
stopWords - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
stopWords(List<String>) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
stopWords(List<String>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
stopWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
stopWords(List<String>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
stopWords(List<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
StopWords - Class in org.deeplearning4j.text.stopwords
Loads stop words from the class path
StopWords() - Constructor for class org.deeplearning4j.text.stopwords.StopWords
 
StreamWork - Class in org.deeplearning4j.models.word2vec
 
StreamWork(InputStreamCreator, AtomicInteger) - Constructor for class org.deeplearning4j.models.word2vec.StreamWork
 
StringCleaning - Class in org.deeplearning4j.text.tokenization.tokenizer.preprocessor
Various string cleaning utils
StringCleaning() - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.StringCleaning
 
stringWithLabels(String, TokenizerFactory) - Static method in class org.deeplearning4j.text.movingwindow.ContextLabelRetriever
Returns a stripped sentence with the indices of words with certain kinds of labels.
stripPunct(String) - Static method in class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.StringCleaning
Strip punctuation
SWN3 - Class in org.deeplearning4j.text.corpora.sentiwordnet
Based on SentiWordnet
SWN3() - Constructor for class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
SWN3(AnalysisEngine) - Constructor for class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
SWN3(String) - Constructor for class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 
symmetric(boolean) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
symmetric - Variable in class org.deeplearning4j.models.glove.CoOccurrences
 
symmetric(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
syn0 - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
syn1 - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
syn1Neg - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 

T

table - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
TABLE - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
TABLE - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
TextVectorizer - Interface in org.deeplearning4j.bagofwords.vectorizer
Vectorizes text
textVectorizer - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
TfidfVectorizer - Class in org.deeplearning4j.bagofwords.vectorizer
Turns a applyTransformToDestination of documents in to a tfidf bag of words
TfidfVectorizer() - Constructor for class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
 
TfidfVectorizer(VocabCache, TokenizerFactory, List<String>, int, DocumentIterator, SentenceIterator, List<String>, InvertedIndex, int, double, boolean, boolean) - Constructor for class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
 
TfidfVectorizer.Builder - Class in org.deeplearning4j.bagofwords.vectorizer
 
toInputMatrix(List<Window>, Word2Vec) - Static method in class org.deeplearning4j.text.movingwindow.WordConverter
 
toInputMatrix() - Method in class org.deeplearning4j.text.movingwindow.WordConverter
 
tokenFor(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
tokenFor(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns the token (again not necessarily in the vocab) for this word
tokenize(TokenizerFactory) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
tokenize(CAS, AnnotationFS) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
 
tokenizer(TokenizerFactory) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
tokenizer(TokenizerFactory) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
Tokenizer - Interface in org.deeplearning4j.text.tokenization.tokenizer
A representation of a tokenizer.
TOKENIZER_CLASS - Static variable in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
 
TokenizerAnnotator - Class in org.deeplearning4j.text.annotator
Overrides OpenNLP tokenizer to be thread safe
TokenizerAnnotator() - Constructor for class org.deeplearning4j.text.annotator.TokenizerAnnotator
 
tokenizerFactory - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
tokenizerFactory - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
tokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
tokenizerFactory - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
tokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
tokenizerFactory - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
TokenizerFactory - Interface in org.deeplearning4j.text.tokenization.tokenizerfactory
Generates a tokenizer for a given string
TokenPreProcess - Interface in org.deeplearning4j.text.tokenization.tokenizer
Token preprocessing
tokens() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
tokens() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
All of the tokens in the cache, (not necessarily apart of the vocab)
toLabelMatrix(List<String>, List<Window>) - Static method in class org.deeplearning4j.text.movingwindow.WordConverter
 
toLabelMatrix(List<String>) - Method in class org.deeplearning4j.text.movingwindow.WordConverter
 
toString() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
toString() - Method in class org.deeplearning4j.text.movingwindow.Window
 
TOTAL_WORDS - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
totalExamples() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
totalExamples() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
totalNumberOfDocs() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
totalNumberOfDocs() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns the total of number of documents encountered in the corpus
totalOutcomes() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
totalOutcomes() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
totalWordOccurrences() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
The total number of word occurrences
totalWordOccurrences() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
The total number of word occurrences
totalWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
totalWords() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Total number of words in the index
totalWords() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
toTree(TreebankNode, Pair<String, MultiDimensionalMap<Integer, Integer, String>>) - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeFactory
Converts a treebank node to a tree
toTree(TreebankNode) - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeFactory
Converts a treebank node to a tree
trainingSystem - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
trainingSystem - Variable in class org.deeplearning4j.models.glove.CoOccurrences
 
trainSentence(Pair<List<VocabWord>, Collection<VocabWord>>, AtomicLong, double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
Train on a list of vocab words
trainSentence(List<VocabWord>, AtomicLong, double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
Train on a list of vocab words
trainSentence(List<VocabWord>, Word2VecWork, double) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
Train on a list of vocab words
transform(String) - Method in class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
Transforms the matrix
transform(String) - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
Transforms the matrix
transform(String) - Method in class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
Transforms the matrix
transform(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
 
transform(Tree) - Method in class org.deeplearning4j.text.corpora.treeparser.BinarizeTreeTransformer
 
transform(Tree) - Method in class org.deeplearning4j.text.corpora.treeparser.CollapseUnaries
 
transform(Tree) - Method in interface org.deeplearning4j.text.corpora.treeparser.transformer.TreeTransformer
Applies a applyTransformToOrigin to a tree
transform() - Method in class org.deeplearning4j.text.inputsanitation.InputHomogenization
Returns the normalized text passed in via constructor
transpose() - Method in class org.deeplearning4j.models.rntn.RNTN
 
TreeFactory - Class in org.deeplearning4j.text.corpora.treeparser
Static movingwindow class handling the conversion of treebank nodes to Trees useful for recursive neural tensor networks
TreeFactory() - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeFactory
 
TreeIterator - Class in org.deeplearning4j.text.corpora.treeparser
Tree iterator: iterate over sentences returning trees with labels and everything already preset
TreeIterator(LabelAwareSentenceIterator, List<String>, TreeVectorizer, int) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeIterator
 
TreeIterator(LabelAwareSentenceIterator, List<String>, TreeVectorizer) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeIterator
 
TreeIterator(LabelAwareSentenceIterator, List<String>) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeIterator
 
TreeParser - Class in org.deeplearning4j.text.corpora.treeparser
Tree parser for constituency parsing
TreeParser(AnalysisEngine, AnalysisEngine, CasPool) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeParser
 
TreeParser() - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeParser
 
TreeTransformer - Interface in org.deeplearning4j.text.corpora.treeparser.transformer
Tree transformer
TreeVectorizer - Class in org.deeplearning4j.text.corpora.treeparser
Tree vectorization pipeline.
TreeVectorizer(TreeParser) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeVectorizer
Uses the given parser and model for vectorization of strings
TreeVectorizer() - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeVectorizer
Uses word vectors from the passed in word2vec model
typeSystemInit(TypeSystem) - Method in class org.deeplearning4j.text.annotator.PoStagger
Initializes the type system.
typeSystemInit(TypeSystem) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
Initializes the type system.

U

UimaResource - Class in org.deeplearning4j.text.uima
Resource holder for uima
UimaResource(AnalysisEngine) - Constructor for class org.deeplearning4j.text.uima.UimaResource
 
UimaResource(AnalysisEngine, CasPool) - Constructor for class org.deeplearning4j.text.uima.UimaResource
 
UimaSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
Iterates over and returns sentences based on the passed in analysis engine
UimaSentenceIterator(SentencePreProcessor, String, UimaResource) - Constructor for class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
UimaSentenceIterator(String, UimaResource) - Constructor for class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
UimaTokenizer - Class in org.deeplearning4j.text.tokenization.tokenizer
Tokenizer based on the passed in analysis engine
UimaTokenizer(String, UimaResource, boolean) - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
 
UimaTokenizerFactory - Class in org.deeplearning4j.text.tokenization.tokenizerfactory
Uses a uima AnalysisEngine to tokenize text.
UimaTokenizerFactory() - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
UimaTokenizerFactory(UimaResource) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
UimaTokenizerFactory(AnalysisEngine) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
UimaTokenizerFactory(UimaResource, boolean) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
UimaTokenizerFactory(boolean) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
UimaTokenizerFactory(AnalysisEngine, boolean) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
 
UNK - Static variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
UNK - Static variable in class org.deeplearning4j.models.glove.Glove
 
UNK - Static variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
unlock() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Unlock the index
unlock() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
update(Gradient) - Method in class org.deeplearning4j.models.rntn.RNTN
 
update(Object...) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
update(Object...) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
update(Object...) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
 
updateBias(String, double) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
useAdaGrad - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
useAdaGrad - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
useAdaGrad - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
useAdaGrad - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
Util - Class in org.deeplearning4j.text.movingwindow
 
Util() - Constructor for class org.deeplearning4j.text.movingwindow.Util
 

V

validateInput() - Method in class org.deeplearning4j.models.rntn.RNTN
 
value - Variable in class org.deeplearning4j.models.rntn.RNTN
 
vector(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
vector(String) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
 
VECTOR_LENGTH - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
VECTOR_LENGTH - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
vectorize(InputStream, String) - Method in class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
Text coming from an input stream considered as one document
vectorize(String, String) - Method in class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
Vectorizes the passed in text treating it as one document
vectorize(File, String) - Method in class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
 
vectorize() - Method in class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
 
vectorize(InputStream, String) - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
Text coming from an input stream considered as one document
vectorize(String, String) - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
Vectorizes the passed in text treating it as one document
vectorize(File, String) - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
 
vectorize(InputStream, String) - Method in class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
 
vectorize(String, String) - Method in class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
 
vectorize(File, String) - Method in class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
 
vectorize() - Method in class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
 
vectorizer(TextVectorizer) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
vectorizer(TextVectorizer) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
vectorizer(TextVectorizer) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
vectorizer - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
vectorLength - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
vectorLength(int) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
vectorLength - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
vectorLength(int) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
vectors() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
vectors() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Iterates through all of the vectors in the cache
vocab() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
vocab() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
The vocab sorted in descending order
vocab - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
vocab() - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
 
vocab - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
vocab() - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
VocabActor - Class in org.deeplearning4j.models.word2vec.actor
Individual actor for updating the vocab cache
VocabActor(TokenizerFactory, VocabCache, List<String>, AtomicLong, int, AtomicLong, InvertedIndex) - Constructor for class org.deeplearning4j.models.word2vec.actor.VocabActor
 
vocabCache - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
vocabCache(VocabCache) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
vocabCache(VocabCache) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
vocabCache - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
vocabCache(VocabCache) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
VocabCache - Interface in org.deeplearning4j.models.word2vec.wordstore
A VocabCache handles the storage of information needed for the word2vec look up table.
vocabExists() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
vocabExists() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Vocab exists already
VocabMessage - Class in org.deeplearning4j.models.word2vec.actor
 
VocabMessage(List<String>, AtomicLong) - Constructor for class org.deeplearning4j.models.word2vec.actor.VocabMessage
 
VocabWord - Class in org.deeplearning4j.models.word2vec
Intermediate layers of the neural network
VocabWord(double, String) - Constructor for class org.deeplearning4j.models.word2vec.VocabWord
 
VocabWord() - Constructor for class org.deeplearning4j.models.word2vec.VocabWord
 
vocabWords() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Returns all of the vocab word nodes
vocabWords() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns all of the vocab word nodes
VocabWork - Class in org.deeplearning4j.models.word2vec
Vocab work meant for use with the vocab actor
VocabWork(AtomicInteger, String, boolean) - Constructor for class org.deeplearning4j.models.word2vec.VocabWork
 
VocabWork(AtomicInteger, String, boolean, String) - Constructor for class org.deeplearning4j.models.word2vec.VocabWork
 
VocabWork(AtomicInteger, String, boolean, List<String>) - Constructor for class org.deeplearning4j.models.word2vec.VocabWork
 

W

WeightIterator() - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
 
WeightLookupTable - Interface in org.deeplearning4j.models.embeddings
General weight lookup table
weights(GloveWeightLookupTable) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
window - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
window - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
WINDOW - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
Window - Class in org.deeplearning4j.text.movingwindow
A representation of a sliding window.
Window(Collection<String>, int, int) - Constructor for class org.deeplearning4j.text.movingwindow.Window
Creates a window with a context of size 3
Window(Collection<String>, int, int, int) - Constructor for class org.deeplearning4j.text.movingwindow.Window
Initialize a window with the given size
WindowConverter - Class in org.deeplearning4j.text.movingwindow
Util methods for converting windows to training examples
WindowConverter() - Constructor for class org.deeplearning4j.text.movingwindow.WindowConverter
 
windowForWordInPosition(int, int, List<String>) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Creates a sliding window from text
Windows - Class in org.deeplearning4j.text.movingwindow
Static utility class for textual based windowing functions
Windows() - Constructor for class org.deeplearning4j.text.movingwindow.Windows
 
windows(InputStream, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Constructs a list of window of size windowSize.
windows(InputStream, TokenizerFactory, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Constructs a list of window of size windowSize.
windows(String, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Constructs a list of window of size windowSize.
windows(String, TokenizerFactory, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Constructs a list of window of size windowSize.
windows(String) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Constructs a list of window of size windowSize.
windows(String, TokenizerFactory) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Constructs a list of window of size windowSize.
windows(List<String>, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
Constructs a list of window of size windowSize
windowSize(int) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
windowSize(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
windowSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
windowSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
withOutputActivation(ActivationFunction) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
 
Word2Vec - Class in org.deeplearning4j.models.word2vec
Leveraging a 3 layer neural net with a softmax approach as output, converts a word based on its context and the training examples in to a numeric vector
Word2Vec() - Constructor for class org.deeplearning4j.models.word2vec.Word2Vec
 
Word2Vec.Builder - Class in org.deeplearning4j.models.word2vec
 
Word2VecDataFetcher - Class in org.deeplearning4j.models.word2vec.iterator
 
Word2VecDataFetcher(String, Word2Vec, List<String>) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
Word2VecDataSetIterator - Class in org.deeplearning4j.models.word2vec.iterator
Iterates over a sentence with moving window to produce a data applyTransformToDestination for word windows based on a pretrained word2vec.
Word2VecDataSetIterator(Word2Vec, LabelAwareSentenceIterator, List<String>, int, boolean, boolean) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Allows for customization of all of the params of the iterator
Word2VecDataSetIterator(Word2Vec, LabelAwareSentenceIterator, List<String>) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Initializes this iterator with homogenization and adding labels and a batch size of 10
Word2VecDataSetIterator(Word2Vec, LabelAwareSentenceIterator, List<String>, int) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
Initializes this iterator with homogenization and adding labels
Word2VecJobAggregator - Class in org.deeplearning4j.scaleout.perform.models.word2vec
Handles creating a total word2vec model
Word2VecJobAggregator() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
 
Word2VecJobIterator - Class in org.deeplearning4j.scaleout.perform.models.word2vec.iterator
Word2vec job iterator
Word2VecJobIterator(Iterator<List<List<VocabWord>>>, WeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
Word2VecJobIterator(TextVectorizer, WeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
Word2VecJobIterator(Iterator<List<List<VocabWord>>>, WeightLookupTable, VocabCache, StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
Word2VecJobIterator(TextVectorizer, WeightLookupTable, VocabCache, StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
Word2VecJobIterator(InvertedIndex, WeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
 
Word2VecPerformer - Class in org.deeplearning4j.scaleout.perform.models.word2vec
Base line word 2 vec performer
Word2VecPerformer(StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
Word2VecPerformer() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
Word2VecPerformerFactory - Class in org.deeplearning4j.scaleout.perform.models.word2vec
Work performer factory for word2vec
Word2VecPerformerFactory() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformerFactory
 
Word2VecPerformerFactory(StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformerFactory
 
Word2VecResult - Class in org.deeplearning4j.scaleout.perform.models.word2vec
Created by agibsonccc on 11/29/14.
Word2VecResult() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
Word2VecResult(Map<String, INDArray>, Map<String, INDArray>, Map<String, INDArray>) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
 
Word2VecWork - Class in org.deeplearning4j.scaleout.perform.models.word2vec
Word2vec work
Word2VecWork(InMemoryLookupTable, InMemoryLookupCache, List<List<VocabWord>>) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
WORD_FIELD - Static variable in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
WORD_FIELD - Static variable in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
wordAtIndex(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Returns the word contained at the given index or null
wordAtIndex(int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns the word contained at the given index or null
WordConverter - Class in org.deeplearning4j.text.movingwindow
 
WordConverter(List<String>, Word2Vec) - Constructor for class org.deeplearning4j.text.movingwindow.WordConverter
 
WordCountJobAggregator - Class in org.deeplearning4j.scaleout.perform.text
Word count aggregator for a vocab cache
WordCountJobAggregator() - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
 
WordCountJobAggregator(VocabCache) - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
 
WordCountWorkPerformer - Class in org.deeplearning4j.scaleout.perform.text
Word count word performer
WordCountWorkPerformer() - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
 
WordCountWorkPerformerFactory - Class in org.deeplearning4j.scaleout.perform.text
Word count work performer
WordCountWorkPerformerFactory() - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformerFactory
 
wordFor(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
wordFor(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
 
wordFrequency(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Returns the number of times the word has occurred
wordFrequency(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns the number of times the word has occurred
words() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Returns all of the words in the vocab
words() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns all of the words in the vocab
wordsNearest(List<String>, List<String>, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Words nearest based on positive and negative words
wordsNearest(String, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Get the top n words most similar to the given word
wordsNearest(List<String>, List<String>, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Words nearest based on positive and negative words
wordsNearest(String, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Get the top n words most similar to the given word
wordsNearestSum(String, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Get the top n words most similar to the given word
wordsNearestSum(List<String>, List<String>, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Words nearest based on positive and negative words
wordsNearestSum(List<String>, List<String>, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Words nearest based on positive and negative words
wordsNearestSum(String, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Get the top n words most similar to the given word
WordVectors - Interface in org.deeplearning4j.models.embeddings.wordvectors
Word vectors.
WordVectorSerializer - Class in org.deeplearning4j.models.embeddings.loader
Loads word 2 vec models
WordVectorSerializer() - Constructor for class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
 
WordVectorsImpl - Class in org.deeplearning4j.models.embeddings.wordvectors
Common word vector operations
WordVectorsImpl() - Constructor for class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
workers(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
workers - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
workers(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
workers - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
 
write(DataOutputStream) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
writer(IndexWriter) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
writeTsneFormat(Glove, INDArray, File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Write the tsne format
writeTsneFormat(Word2Vec, INDArray, File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Write the tsne format
writeWordVectors(InMemoryLookupTable, InMemoryLookupCache, String) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Writes the word vectors to the given path.
writeWordVectors(Word2Vec, String) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Writes the word vectors to the given path.

X

X_MAX - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
xMax(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
xMax(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2015. All rights reserved.