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

A

AbstractCache<T extends SequenceElement> - Class in org.deeplearning4j.models.word2vec.wordstore.inmemory
This is generic VocabCache implementation designed as abstract SequenceElements vocabulary
AbstractCache() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
 
AbstractCache.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.word2vec.wordstore.inmemory
 
AbstractCoOccurrences<T extends SequenceElement> - Class in org.deeplearning4j.models.glove
This class implements building cooccurrence map for abstract training corpus.
AbstractCoOccurrences.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.glove
 
AbstractSequenceIterator<T extends SequenceElement> - Class in org.deeplearning4j.models.sequencevectors.iterators
This is basic generic SequenceIterator implementation
AbstractSequenceIterator(Iterable<Sequence<T>>) - Constructor for class org.deeplearning4j.models.sequencevectors.iterators.AbstractSequenceIterator
 
AbstractSequenceIterator.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.sequencevectors.iterators
 
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
 
accumulateScore(double) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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(Layer.TrainingMode) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
activate(INDArray, Layer.TrainingMode) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
activate(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
activate(INDArray, boolean) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
activate() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
activate(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
activateScavenger() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
This method removes low-frequency words based on their frequency change between activations.
activationFunction - Variable in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
activationMean() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
 
addElement(T) - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Adds single element to sequence
addElements(Collection<T>) - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Adds collection of elements to the sequence
addLabelForDoc(int, T) - 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, T) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addLabelForDoc(int, String) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addLabelsForDoc(int, List<T>) - 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<T>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addLabelsForDoc(int, Collection<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addLookupPair(InMemoryLookupTable<T>) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage.Builder
Adds InMemoryLookupTable into JointStorage, VocabCache will be fetched from table
addLookupPair(WeightLookupTable<T>, VocabCache<T>) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage.Builder
Adds WeightLookupTable into JointStorage
addSentenceIterator(SentenceIterator) - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator.Builder
 
addSentenceIterators(Collection<SentenceIterator>) - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator.Builder
 
addSentencePreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator.Builder
 
addSource(SequenceIterator<T>, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor.Builder
Adds SequenceIterator for vocabulary construction.
addToken(SequenceElement) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
addToken(T) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
This method adds specified SequenceElement to vocabulary
addToken(VocabWord) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
addToken(T) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Adds a token to the cache
addWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
Adds new word to vocabulary
addWord(VocabularyWord) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
addWordsToDoc(int, List<T>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<T>, String) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<T>, T) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<T>, Collection<String>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDoc(int, List<T>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDoc(int, List<T>, String) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDoc(int, List<T>, T) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDoc(int, List<T>, Collection<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordsToDocVocabWord(int, List<T>, Collection<T>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Adds words to the given document
addWordsToDocVocabWord(int, List<T>, Collection<T>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordToDoc(int, T) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Add word to a document
addWordToDoc(int, T) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
addWordToIndex(int, String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
addWordToIndex(int, String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
This method allows to insert specified label to specified Huffman tree position.
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
 
AggregatingSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
This is simple wrapper suited for aggregation of few SentenceIterators into single flow.
AggregatingSentenceIterator.Builder - Class in org.deeplearning4j.text.sentenceiterator
 
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.embeddings.learning.impl.elements.GloVe
 
alpha - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
alpha(double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
Parameter in exponent of weighting function; default 0.75
alpha - Variable in class org.deeplearning4j.models.glove.Glove.Builder
 
alpha(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Parameter in exponent of weighting function; default 0.75
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
 
applyIndexes(VocabCache<? extends SequenceElement>) - Method in class org.deeplearning4j.models.word2vec.Huffman
This method updates VocabCache and all it's elements with Huffman indexes Please note: it should be the same VocabCache as was used for Huffman tree initialization
applyLearningRateScoreDecay() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
arrayToList(byte[], int) - Static method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
This method is used only for VocabCache compatibility purposes
arrayToList(int[], int) - Static method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
This method is used only for VocabCache compatibility purposes
ASCIICoOccurrenceReader<T extends SequenceElement> - Class in org.deeplearning4j.models.glove.count
 
ASCIICoOccurrenceReader(File, VocabCache<T>) - Constructor for class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceReader
 
ASCIICoOccurrenceWriter<T extends SequenceElement> - Class in org.deeplearning4j.models.glove.count
 
ASCIICoOccurrenceWriter(File) - Constructor for class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceWriter
 
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
Converts a window (each word in the window) in to a vector.
asLabels() - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Returns this sequence as list of labels
asTokens() - Method in class org.deeplearning4j.text.movingwindow.Window
 
AsyncSequencer(SequenceIterator<T>) - Constructor for class org.deeplearning4j.models.sequencevectors.SequenceVectors.AsyncSequencer
 

B

backendIterator - Variable in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator
 
backendIterator - Variable in class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
backpropGradient(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
Deprecated.
 
BasicLabelAwareIterator - Class in org.deeplearning4j.text.documentiterator
This is simple class, for building Sentence-Label pairs for ParagraphVectors/Doc2Vec.
BasicLabelAwareIterator.Builder - Class in org.deeplearning4j.text.documentiterator
 
BasicLineIterator - Class in org.deeplearning4j.text.sentenceiterator
Primitive single-line iterator, without any options involved.
BasicLineIterator(File) - Constructor for class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
BasicLineIterator(InputStream) - Constructor for class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
BasicLineIterator(String) - Constructor for class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
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 - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
 
batchSize - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
batchSize(int) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
This parameter specifies batch size for each thread.
batchSize - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
batchSize(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Specifies minibatch size for training process.
batchSize(int) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
batchSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines mini-batch size
batchSize() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
batchSize - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
batchSize(int) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines batchSize option, viable only if iterations > 1
batchSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines mini-batch size
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
 
BinaryCoOccurrenceReader<T extends SequenceElement> - Class in org.deeplearning4j.models.glove.count
Binary implementation of CoOccurenceReader interface, used to provide off-memory storage for cooccurrence maps generated for GloVe
BinaryCoOccurrenceReader(File, VocabCache<T>, CountMap<T>) - Constructor for class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceReader
 
BinaryCoOccurrenceWriter<T extends SequenceElement> - Class in org.deeplearning4j.models.glove.count
 
BinaryCoOccurrenceWriter(File) - Constructor for class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceWriter
 
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.embeddings.inmemory.JointStorage.Builder
 
build() - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
build() - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.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
Deprecated.
 
build() - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
build() - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
build() - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
build() - Method in class org.deeplearning4j.models.sequencevectors.iterators.AbstractSequenceIterator.Builder
Builds SequenceIterator
build() - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
Build SequenceVectors instance with defined settings/options
build() - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.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.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
build() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor.Builder
 
build() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder.Builder
 
build() - Method in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
 
build() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
build() - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator.Builder
 
build() - Method in class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator.Builder
 
build() - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator.Builder
 
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.embeddings.inmemory.JointStorage.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.glove.Glove.Builder
 
Builder(VectorsConfiguration) - Constructor for class org.deeplearning4j.models.glove.Glove.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
Deprecated.
 
Builder() - Constructor for class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
Builder() - Constructor for class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
Builder(VectorsConfiguration) - Constructor for class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
Builder(Iterable<Sequence<T>>) - Constructor for class org.deeplearning4j.models.sequencevectors.iterators.AbstractSequenceIterator.Builder
Builds AbstractSequenceIterator on top of Iterable object
Builder() - Constructor for class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
Builder(VectorsConfiguration) - Constructor for class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
Builder(VectorsConfiguration) - Constructor for class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor.Builder
 
Builder() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder.Builder
 
Builder() - Constructor for class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
This method should stay protected, since it's only viable for testing purposes
Builder(SentenceIterator) - Constructor for class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
We assume that each sentence in this iterator is separate document/paragraph
Builder(DocumentIterator) - Constructor for class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
We assume that each inputStream in this iterator is separate document/paragraph
Builder(LabelAwareSentenceIterator) - Constructor for class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
We assume that each sentence in this iterator is separate document/paragraph.
Builder(LabelAwareDocumentIterator) - Constructor for class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
We assume that each inputStream in this iterator is separate document/paragraph Labels will be converted into LabelledDocument format
Builder(LabelAwareIterator) - Constructor for class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
 
Builder() - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
 
Builder() - Constructor for class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator.Builder
 
Builder(SentenceIterator) - Constructor for class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator.Builder
 
Builder(InputStream) - Constructor for class org.deeplearning4j.text.sentenceiterator.StreamLineIterator.Builder
 
Builder(DocumentIterator) - Constructor for class org.deeplearning4j.text.sentenceiterator.StreamLineIterator.Builder
 
buildExtendedLookupTable() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor
Placeholder for future implementation
buildExtendedVocabulary() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor
Placeholder for future implementation
buildJointVocabulary(boolean, boolean) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor
This method scans all sources passed through builder, and returns all words as vocab.
buildNode(List<Integer>, List<Integer>, int, int) - Static method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
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.sequencevectors.SequenceVectors
Builds vocabulary from provided SequenceIterator instance

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<T>) - 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<T>) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
Deprecated.
 
cache(VocabCache) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
cache(VocabCache<T>) - 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
 
calcGradient(Gradient, INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
calcL1() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
calcL2() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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.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
 
clear() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
clone() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
CO_OCCURRENCES - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
 
codeLength - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
codes - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
codes - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
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
 
CommonPreprocessor - Class in org.deeplearning4j.text.tokenization.tokenizer.preprocessor
 
CommonPreprocessor() - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.CommonPreprocessor
 
compareTo(SequenceElement) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
computeGradientAndScore() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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 - Variable in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
conf() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
configuration - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
configuration - Variable in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
configuration - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
configuration - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors
 
configure(VocabCache<T>, WeightLookupTable<T>, VectorsConfiguration) - Method in interface org.deeplearning4j.models.embeddings.learning.ElementsLearningAlgorithm
 
configure(VocabCache<T>, WeightLookupTable<T>, VectorsConfiguration) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
 
configure(VocabCache<T>, WeightLookupTable<T>, VectorsConfiguration) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
SkipGram initialization over given vocabulary and WeightLookupTable
configure(VocabCache<T>, WeightLookupTable<T>, VectorsConfiguration) - Method in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
configure(VocabCache<T>, WeightLookupTable<T>, VectorsConfiguration) - Method in interface org.deeplearning4j.models.embeddings.learning.SequenceLearningAlgorithm
 
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
consumeVocabulary(VocabularyHolder) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
containsElement(T) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Checks, if specified element exists in vocabulary
containsWord(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
containsWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Checks, if specified label exists in vocabulary
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
containsWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
Checks vocabulary for the word existance
ContextLabelRetriever - Class in org.deeplearning4j.text.movingwindow
Context Label Retriever
CoOccurenceReader<T extends SequenceElement> - Interface in org.deeplearning4j.models.glove.count
Created by raver on 24.12.2015.
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.LegacyGlove.Builder
Deprecated.
 
CoOccurrences.Builder - Class in org.deeplearning4j.models.glove
 
CoOccurrences.CoOccurrenceBatchIterator - Class in org.deeplearning4j.models.glove
 
CoOccurrences.CoOccurrenceIterator - Class in org.deeplearning4j.models.glove
 
CoOccurrenceWeight<T extends SequenceElement> - Class in org.deeplearning4j.models.glove.count
Simple POJO holding pairs of elements and their respective weights, used in GloVe -> CoOccurrence
CoOccurrenceWeight() - Constructor for class org.deeplearning4j.models.glove.count.CoOccurrenceWeight
 
CoOccurrenceWriter<T extends SequenceElement> - Interface in org.deeplearning4j.models.glove.count
Created by fartovii on 25.12.15.
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
 
CountMap<T extends SequenceElement> - Class in org.deeplearning4j.models.glove.count
Drop-in replacement for CounterMap WORK IN PROGRESS, PLEASE DO NOT USE
CountMap() - Constructor for class org.deeplearning4j.models.glove.count.CountMap
 
countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
Returns number of tokens PLEASE NOTE: this method effectively preloads all tokens.
countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.NGramTokenizer
 
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.NGramTokenizerFactory
 
create(InputStream) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.NGramTokenizerFactory
 
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
 
currentIterator - Variable in class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
 
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<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.learning.impl.sequence
 
DBOW() - Constructor for class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
dbow(int, Sequence<T>, int, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
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
 
derivativeActivation(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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.embeddings.inmemory.JointStorage
 
docAppearedIn(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns number of documents (if applicable) the label was observed in.
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
docFrequencies - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
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.paragraphvectors.ParagraphVectors.Builder
 
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 - Variable in class org.deeplearning4j.models.glove.Glove.Builder
 
DocumentIterator - Interface in org.deeplearning4j.text.documentiterator
Document Iterator: iterate over input streams
DocumentIteratorConverter - Class in org.deeplearning4j.text.documentiterator.interoperability
Simple class providing compatibility between DocumentIterator/LabelAwareDocumentIterator and LabelAwareIterator
DocumentIteratorConverter(LabelAwareDocumentIterator) - Constructor for class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
DocumentIteratorConverter(DocumentIterator, LabelsSource) - Constructor for class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
documentPosition - Variable in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator
 
documents(T) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Returns the list of documents a vocab word is in
documents(T) - 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.LegacyGlove
Deprecated.
 

E

eachDoc(Function<List<T>, Void>, ExecutorService) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over each document
eachDoc(Function<List<T>, Void>, ExecutorService) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
eachDocWithLabel(Function<Pair<List<T>, String>, Void>, ExecutorService) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over each document with a label
eachDocWithLabel(Function<Pair<List<T>, String>, Void>, ExecutorService) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
eachDocWithLabels(Function<Pair<List<T>, Collection<String>>, Void>, ExecutorService) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Iterate over each document with a label
eachDocWithLabels(Function<Pair<List<T>, Collection<String>>, Void>, ExecutorService) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
elementAtIndex(int) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
elementAtIndex(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns SequenceElement at specified index
elementAtIndex(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
elementAtIndex(int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Returns SequenceElement at the given index or null
elementFrequency - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
elements - Variable in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
 
ElementsLearningAlgorithm<T extends SequenceElement> - Interface in org.deeplearning4j.models.embeddings.learning
Implementations of this interface should contain element-related learning algorithms.
elementsLearningAlgorithm - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
elementsLearningAlgorithm(String) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
* Sets specific LearningAlgorithm as Elements Learning Algorithm
elementsLearningAlgorithm(ElementsLearningAlgorithm<T>) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
* Sets specific LearningAlgorithm as Elements Learning Algorithm
elementsLearningAlgorithm - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors
 
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
 
epochs(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Sets the number of iteration over training corpus during training
epochs(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines number of epochs (iterations over whole training corpus) for training
epochs(int) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines how much iterations should be done over whole training corpus during modelling
epochs(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines number of epochs (iterations over whole training corpus) for training
equals(Object) - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
equals(Object) - Method in class org.deeplearning4j.models.glove.count.CoOccurrenceWeight
 
equals(Object) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Equals method override should be properly implemented for any extended class, otherwise it will be based on label equality
equals(Object) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
equals(Object) - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
equals(Object) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
equals(Object) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
error(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
eval(RNTN, List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTNEval
Eval the RNTN
expTable - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
expTable - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
externalCache(VocabCache) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder.Builder
 
extract(String) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
 

F

f1() - Method in class org.deeplearning4j.models.rntn.RNTNEval
TP: true positive FP: False Positive FN: False Negative F1 score: 2 * TP / (2TP + FP + FN)
f1(int) - Method in class org.deeplearning4j.models.rntn.RNTNEval
Calculate f1 score for a given class
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
 
fetchLabels(boolean) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor.Builder
Sets, if labels should be fetched, during vocab building
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
 
FilteredSequenceIterator<T extends SequenceElement> - Class in org.deeplearning4j.models.sequencevectors.iterators
This implementation of SequenceIterator passes each sequence through specified vocabulary, filtering out SequenceElements that are not available in Vocabulary.
FilteredSequenceIterator(SequenceIterator<T>, VocabCache<T>) - Constructor for class org.deeplearning4j.models.sequencevectors.iterators.FilteredSequenceIterator
Creates Filtered SequenceIterator on top of another SequenceIterator and appropriate VocabCache instance
finalize() - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
finalize() - Method in class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
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 class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceReader
 
finish() - Method in class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceWriter
 
finish() - Method in class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceReader
 
finish() - Method in class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceWriter
 
finish() - Method in interface org.deeplearning4j.models.glove.count.CoOccurenceReader
 
finish() - Method in interface org.deeplearning4j.models.glove.count.CoOccurrenceWriter
Implementations of this method should close everything they use, before eradication
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.AggregatingSentenceIterator
 
finish() - Method in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
finish() - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
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 class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
finish() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
Allows for any finishing (closing of input streams or the like)
finish() - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator
 
finish() - Method in class org.deeplearning4j.text.sentenceiterator.SynchronizedSentenceIterator
 
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.AbstractCoOccurrences
 
fit() - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
fit() - Method in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
fit(List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
Trains the network on this mini batch and waits for the training set to complete
fit() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
fit(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
fit() - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors
Starts training over
fitAsync(List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
Trains the network on this mini batch and returns a list of futures for each training job
forwardPropagateTree(Tree) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
This is the method to call for assigning labels and node vectors to the Tree.
fromJson(String) - Static method in class org.deeplearning4j.models.embeddings.loader.VectorsConfiguration
 
fromJson(String) - Static method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
fromPair(Pair<InMemoryLookupTable, VocabCache>) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Load word vectors from the given pair
fromTableAndVocab(WeightLookupTable, VocabCache) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Load word vectors for the given vocab and table

G

gen - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
gen(Random) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
 
gen(Random) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
Deprecated.
 
generator - Variable in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator
 
generator - Variable in class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
get() - Method in class org.deeplearning4j.models.glove.count.RoundCount
 
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
Deprecated.
 
getBias(String) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getBiasAdaGrad() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
 
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
Deprecated.
 
getBinaryINDArray(String, String) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getBinaryTransform(String, String) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
Deprecated.
 
getCodeLength() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Returns Huffman code length.
getCodeName() - Method in interface org.deeplearning4j.models.embeddings.learning.ElementsLearningAlgorithm
 
getCodeName() - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
 
getCodeName() - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
Returns implementation code name
getCodeName() - Method in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
getCodeName() - Method in interface org.deeplearning4j.models.embeddings.learning.SequenceLearningAlgorithm
 
getCodes() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getCodes() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Returns Huffman tree codes
getCoOccurrenceCount(T, T) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences
This method returns cooccurrence distance weights for two SequenceElements
getCoOccurrences() - Method in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
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(T, T) - Method in class org.deeplearning4j.models.glove.count.CountMap
 
getCount(Pair<T, T>) - Method in class org.deeplearning4j.models.glove.count.CountMap
 
getCount(String, String) - Method in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
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
 
getElementByLabel(String) - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Returns single element out of this sequence by its label
getElementFrequency() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
This method returns SequenceElement's frequency in current training corpus.
getElements() - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Returns ordered list of elements from this sequence
getEnd() - Static method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getEnd() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getExpTable() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getFeatureVector(String) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getFiles() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getFloat(byte[]) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Read a string from a data input stream 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(int, double) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
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
Deprecated.
 
getIndex() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getIndex() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Returns index in Huffman tree
getIndexes() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
 
getIndexes() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
getInputMiniBatchSize() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getIs() - Method in class org.deeplearning4j.models.word2vec.StreamWork
 
getLabel() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
This method should return string representation of this SequenceElement, so it can be used for
getLabel() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
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
 
getLabels() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
getLabels() - Method in class org.deeplearning4j.text.documentiterator.LabelsSource
This method returns the list of labels used by this generator instance.
getLabelsSource() - Method in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator
This method returns LabelsSource instance, containing all labels derived from this iterator
getLabelsSource() - Method in class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
getLabelsSource() - Method in interface org.deeplearning4j.text.documentiterator.LabelAwareIterator
 
getLabelsSource() - Method in class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
This method returns LabelsSource instance, containing all labels derived from this iterator
getLabelsSource() - Method in class org.deeplearning4j.text.sentenceiterator.interoperability.SentenceIteratorConverter
 
getListeners() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getLr() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getMaxCount() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
 
getMedian() - Method in class org.deeplearning4j.text.movingwindow.Window
 
getMemoryFootprint() - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences
This method returns estimated memory footrpint, based on current CountMap content
getMemoryThreshold() - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences
This memory returns memory threshold, defined as 1/2 of memory allowed for allocation
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
 
getNumberOfLabelsUsed() - Method in class org.deeplearning4j.text.documentiterator.LabelsSource
This method returns number of labels used up to the method's call
getNumParameters() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getOptimizer() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
 
getPairIterator() - Method in class org.deeplearning4j.models.glove.count.CountMap
 
getParam(String) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getParameters() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getParser() - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
 
getPoints() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Returns Huffman tree points
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
getPreProcessor() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator
 
getPreProcessor() - Method in class org.deeplearning4j.text.sentenceiterator.SynchronizedSentenceIterator
 
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
 
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
 
getSequenceLabel() - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Returns label for this sequence
getStopWords() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
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
 
getTableId() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Returns unique ID of this table.
getTokenizer() - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeParser
 
getTokenizerFactory() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
getTokens() - Method in class org.deeplearning4j.models.word2vec.actor.VocabMessage
 
getTokens() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
getTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
Returns all tokens as list of Strings
getTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
getTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.NGramTokenizer
 
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
Deprecated.
 
getValue() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getValueGradient(List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getVec() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
getVectorLength() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getVectorLength() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
getVectorLength() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Returns outcome vector length
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
 
getVocabs() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
getVocabulary() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
getVocabularyWordByIdx(Integer) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
getVocabularyWordByString(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
getVocabWord(String) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
getWeightAdaGrad() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
 
getWeights() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
getWeights() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
getWeights() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
 
getWForNode(Tree) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
 
getWordFrequencies() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
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
Deprecated.
 
GloVe<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.learning.impl.elements
GloVe LearningAlgorithm implementation for SequenceVectors
GloVe() - Constructor for class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
 
Glove - Class in org.deeplearning4j.models.glove
WORK IN PROGRESS, PLEASE DO NOT USE
Glove() - Constructor for class org.deeplearning4j.models.glove.Glove
 
GloVe.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.learning.impl.elements
 
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<T extends SequenceElement> - Class in org.deeplearning4j.models.glove
Deprecated.
GloveWeightLookupTable(VocabCache<T>, int, boolean, double, Random, double, double, double) - Constructor for class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
 
GloveWeightLookupTable.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.glove
Deprecated.
 
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
 
gradient() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
gradientAndScore() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
GraphTransformer<T extends SequenceElement,V> - Class in org.deeplearning4j.models.sequencevectors.transformers.impl
This class is used to build vocabulary out of graph, via abstract GraphWalkIterator WORK IS IN PROGRESS, DO NOT USE
GraphTransformer() - Constructor for class org.deeplearning4j.models.sequencevectors.transformers.impl.GraphTransformer
 

H

hashCode() - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
 
hashCode() - Method in class org.deeplearning4j.models.glove.count.CoOccurrenceWeight
 
hashCode() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
hashCode method override should be properly implemented for any extended class, otherwise it will be based on label hashCode
hashCode() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
hashCode() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
hashCode() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
hashCode() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
hasMore() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
 
hasMoreLines() - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.AsyncSequencer
 
hasMoreObjects() - Method in class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceReader
 
hasMoreObjects() - Method in class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceReader
 
hasMoreObjects() - Method in interface org.deeplearning4j.models.glove.count.CoOccurenceReader
 
hasMoreSequences() - Method in interface org.deeplearning4j.models.sequencevectors.interfaces.SequenceIterator
 
hasMoreSequences() - Method in class org.deeplearning4j.models.sequencevectors.iterators.AbstractSequenceIterator
Checks, if there's more sequences available
hasMoreSequences() - Method in class org.deeplearning4j.models.sequencevectors.iterators.FilteredSequenceIterator
Checks, if there's any more sequences left in underlying iterator
hasMoreSequences() - Method in class org.deeplearning4j.models.sequencevectors.iterators.SynchronizedSequenceIterator
Checks, if there's any more sequences left in data source
hasMoreTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
Checks, if any prebuffered tokens left, otherswise checks underlying stream
hasMoreTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
hasMoreTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.NGramTokenizer
 
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.AggregatingSentenceIterator
 
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
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 class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
hasNext() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
Same idea as Iterator
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator
 
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.SynchronizedSentenceIterator
 
hasNext() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
hasNextDocument() - Method in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator
This method checks, if there's more LabelledDocuments
hasNextDocument() - Method in class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
hasNextDocument() - Method in interface org.deeplearning4j.text.documentiterator.LabelAwareIterator
 
hasNextDocument() - Method in class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
This method checks, if there's more LabelledDocuments in underlying iterator
hasNextDocument() - Method in class org.deeplearning4j.text.sentenceiterator.interoperability.SentenceIteratorConverter
 
hasToken(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
hasToken(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Checks, if specified label already exists in vocabulary.
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
 
HeadWordFinder(boolean) - Constructor for class org.deeplearning4j.text.corpora.treeparser.HeadWordFinder
 
HeadWordFinder() - Constructor for class org.deeplearning4j.text.corpora.treeparser.HeadWordFinder
 
historicalGradient - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
Huffman - Class in org.deeplearning4j.models.word2vec
Huffman tree builder
Huffman(Collection<? extends SequenceElement>) - Constructor for class org.deeplearning4j.models.word2vec.Huffman
 
Huffman(Collection<? extends SequenceElement>, int) - Constructor for class org.deeplearning4j.models.word2vec.Huffman
Builds Huffman tree for collection of SequenceElements, with defined CODE_LENGTH Default CODE_LENGTH is 40
HuffmanNode - Class in org.deeplearning4j.models.word2vec.wordstore
Huffman tree node info, needed for w2v calculations.
HuffmanNode() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.HuffmanNode
 
HuffmanNode(byte[], int[], int, byte) - Constructor for class org.deeplearning4j.models.word2vec.wordstore.HuffmanNode
 
hugeModelExpected - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
hugeModelExpected - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
hugeModelExpected(boolean) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
hugeModelExpected(boolean) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder.Builder
With this argument set to true, you'll have your vocab scanned for low-freq words periodically.

I

importVocabulary(VocabCache<T>) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
importVocabulary(VocabCache<T>) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
This method imports all elements from VocabCache passed as argument If element already exists,
importVocabulary(VocabCache<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
importVocabulary(VocabCache<T>) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
imports vocabulary
increaseElementFrequency(int) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Increases element frequency counter by argument
increment() - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
incrementCount(T, T, double) - Method in class org.deeplearning4j.models.glove.count.CountMap
 
incrementCount() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
incrementDocCount(String, int) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
incrementDocCount(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Increment number of documents the label was observed in
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
incrementElementFrequency() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Increases element frequency counter by 1
incrementFalseNegatives(int, int) - Method in class org.deeplearning4j.models.rntn.RNTNEval
 
incrementFalsePositives(int, int) - Method in class org.deeplearning4j.models.rntn.RNTNEval
 
incrementRetentionStep() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
incrementTotalDocCount() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
incrementTotalDocCount(int) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
incrementTotalDocCount() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Increment total number of documents observed by 1
incrementTotalDocCount(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Increment total number of documents observed by specified value
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
incrementTruePositives(int, int) - Method in class org.deeplearning4j.models.rntn.RNTNEval
 
incrementWordCount(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
incrementWordCount(String, int) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
incrementWordCount(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Increment frequency for specified label by 1
incrementWordCount(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Increment frequency for specified label by specified value
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
incrementWordCounter(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
Increments by one number of occurencies of the word in corpus
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<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
index - Variable in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
index - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
index(InvertedIndex<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
Deprecated.
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 class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
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.AbstractCache
Returns Huffman index for specified label
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
indexOf(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
This method returns index of word in sorted list.
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
Deprecated.
 
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
 
InMemoryLookupCache(boolean) - Constructor for class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Deprecated.
InMemoryLookupTable<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.inmemory
Default word lookup table
InMemoryLookupTable() - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
InMemoryLookupTable(VocabCache, int, boolean, double, Random, double) - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
InMemoryLookupTable.Builder<T extends SequenceElement> - 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
Deprecated.
 
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<T extends SequenceElement> - 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
 
isEarlyTerminationHit() - Method in interface org.deeplearning4j.models.embeddings.learning.ElementsLearningAlgorithm
 
isEarlyTerminationHit() - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
Since GloVe is learning representations using elements CoOccurences, all training is done in GloVe class internally, so only first thread will execute learning process, and the rest of parent threads will just exit learning process
isEarlyTerminationHit() - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
SkipGram has no reasons for early termination ever.
isEarlyTerminationHit() - Method in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
DBOW has no reasons for early termination
isEarlyTerminationHit() - Method in interface org.deeplearning4j.models.embeddings.learning.SequenceLearningAlgorithm
 
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
 
iterate(DocumentIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
 
iterate(T, T) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Iterate on the given 2 vocab words
iterate(T, T) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
iterate(T, T) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Iterate on the given 2 vocab words
iterate(SequenceIterator<T>) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
 
iterate(SequenceIterator<VocabWord>) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
iterate(DocumentIterator) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
iterate(LabelAwareDocumentIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method used to feed LabelAwareDocumentIterator, that contains training corpus, into ParagraphVectors
iterate(LabelAwareSentenceIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method used to feed LabelAwareSentenceIterator, that contains training corpus, into ParagraphVectors
iterate(LabelAwareIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method used to feed LabelAwareIterator, that contains training corpus, into ParagraphVectors
iterate(DocumentIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method used to feed DocumentIterator, that contains training corpus, into ParagraphVectors
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method used to feed SentenceIterator, that contains training corpus, into ParagraphVectors
iterate(SequenceIterator<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method used to feed SequenceIterator, that contains training corpus, into ParagraphVectors
iterate(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
iterate(SequenceIterator<T>) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines SequenceIterator to be used for model building
iterate(DocumentIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
iterate(SentenceIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method used to feed SentenceIterator, that contains training corpus, into ParagraphVectors
iterate(SequenceIterator<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method used to feed SequenceIterator, that contains training corpus, into ParagraphVectors
iterateSample(T, T, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
Deprecated.
iterateSample(T, T, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
iterateSample(T, T, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
iterateSample(T, T, AtomicLong, double) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Deprecated.
iterateSample(T, T, double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
glove iteration
iterateSample(T, T, AtomicLong, double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
 
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
iterationListeners - Variable in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
iterations(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Ierations and epochs are the same in GloVe implementation.
iterations(int) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
iterations(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines number of iterations done for each mini-batch during training
iterations - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
iterations(int) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines how much iterations should be done over batched sequences.
iterations(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines number of iterations done for each mini-batch during training
ITERATIONS - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
ITERATIONS - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
iterator() - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences
This method returns iterator with elements pairs and their weights.
iterator - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
iterator - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors
 
iterator() - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.GraphTransformer
 
iterator - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
iterator(LabelAwareIterator) - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
iterator(SentenceIterator) - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
iterator(DocumentIterator) - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
iterator - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer
 
iterator() - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer
 
iterator() - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
Implentation for Iterable interface.

J

jobQueue - Variable in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
JointStorage<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.inmemory
This is going to be primitive implementation of joint WeightLookupTable, used for ParagraphVectors and Word2Vec joint training.
JointStorage() - Constructor for class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
JointStorage.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.inmemory
 

L

label - Variable in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
 
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
 
labelAwareIterator - Variable in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
labelAwareIterator - Variable in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
 
LabelAwareIterator - Interface in org.deeplearning4j.text.documentiterator
This simple iterator interface assumes, that all documents are packed into strings OR into references to VocabWords.
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
 
LabelledDocument - Class in org.deeplearning4j.text.documentiterator
This is primitive holder of document, and it's label.
LabelledDocument() - Constructor for class org.deeplearning4j.text.documentiterator.LabelledDocument
 
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
 
labels(List<String>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
Deprecated.
labels - Variable in class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
 
labelSentenceIter - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
labelsSource - Variable in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
 
labelsSource(LabelsSource) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method attaches pre-defined labels source to ParagraphVectors
labelsSource - Variable in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
 
LabelsSource - Class in org.deeplearning4j.text.documentiterator
This class is used to manage labels/documents syncronization over iterators
LabelsSource() - Constructor for class org.deeplearning4j.text.documentiterator.LabelsSource
 
LabelsSource(String) - Constructor for class org.deeplearning4j.text.documentiterator.LabelsSource
Build LabelsSource using string template.
LabelsSource(List<String>) - Constructor for class org.deeplearning4j.text.documentiterator.LabelsSource
Build LabelsSource using externally defined list of string labels.
layerSize() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
layerSize(int) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage.Builder
 
layerSize() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
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.glove.LegacyGlove.Builder
Deprecated.
 
layerSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines number of dimensions for output vectors
layerSize - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
layerSize(int) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines number of dimensions for outcome vectors.
layerSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines number of dimensions for output vectors
learningRate - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
learningRate(double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
Initial learning rate; default 0.05
learningRate - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
 
learningRate - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
learningRate(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
learningRate(double) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
learningRate(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines initial learning rate for model training
learningRate - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
learningRate(double) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines initial learning rate.
learningRate(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines initial learning rate for model training
learningRateDecayWords - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
learningRateDecayWords - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
learnSequence(Sequence<T>, AtomicLong, double) - Method in interface org.deeplearning4j.models.embeddings.learning.ElementsLearningAlgorithm
 
learnSequence(Sequence<T>, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
Learns sequence using GloVe algorithm
learnSequence(Sequence<T>, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
Learns sequence using SkipGram algorithm
learnSequence(Sequence<T>, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
learnSequence(Sequence<T>, AtomicLong, double) - Method in interface org.deeplearning4j.models.embeddings.learning.SequenceLearningAlgorithm
 
LegacyGlove - Class in org.deeplearning4j.models.glove
Deprecated.
LegacyGlove(VocabCache, SentenceIterator, TextVectorizer, TokenizerFactory, GloveWeightLookupTable, int, double, double, int, CoOccurrences, List<String>, boolean, int, int, double, int, boolean, Random, boolean, long, int) - Constructor for class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
LegacyGlove.Builder<T> - Class in org.deeplearning4j.models.glove
Deprecated.
 
LineSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
Each line is a sentence
LineSentenceIterator(File) - Constructor for class org.deeplearning4j.text.sentenceiterator.LineSentenceIterator
 
listToArray(List<Integer>) - Static method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
listToArray(List<Integer>, int) - Static method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
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, VocabCache<? extends SequenceElement>) - Static method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
Load a glove model from an input stream.
load(InputStream, InputStream) - Static method in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
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 class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
loadCodes(int[]) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Loads the co-occurrences for the given codes
loadFullModel(String) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
 
loadGoogleModel(File, boolean) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Loads the google model
loadGoogleModel(File, boolean, boolean) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Loads the Google model.
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.embeddings.inmemory.JointStorage
 
loadVocab() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Deserialize vocabulary from specified path
loadVocab() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
loadVocab() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Load vocab
lock - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
log - Static variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors
 
log - Static variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer
 
log - Static variable in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor
 
log - Static variable in class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
log - Static variable in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
 
logger - Static variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
logger - Static variable in class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceReader
 
logger - Variable in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator
 
lookupTable - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
lookupTable - Variable in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
lookupTable() - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Lookup table for the vectors
lookupTable - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
lookupTable() - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
lookupTable(WeightLookupTable<VocabWord>) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
lookupTable() - Method in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
lookupTable(WeightLookupTable<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method allows to define external WeightLookupTable to be used
lookupTable - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
lookupTable(WeightLookupTable<T>) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
You can pass externally built WeightLookupTable, containing model weights and vocabulary.
lookupTable(WeightLookupTable<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method allows to define external WeightLookupTable to be used
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
Deprecated.
 
LuceneInvertedIndex<T extends SequenceElement> - 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<T extends SequenceElement> - 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 - 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
 
MAX_EXP - Static variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
maxCount(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
Deprecated.
 
maxCount(double) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
maxmemory - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
maxMemory(int) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
This method allows you to specify maximum memory available for CoOccurrence map builder.
maxmemory - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
 
maxmemory - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
maxMemory(int) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
This method allows you to specify maximum memory available for CoOccurrence map builder.
maxMemory(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
This method allows you to specify maximum memory available for CoOccurrence map builder.
memory_threshold - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
merge(Layer, int) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
 
minElementFrequency - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
minElementFrequency(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
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 - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
minLearningRate(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
minLearningRate(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines minimal learning rate value for training
minLearningRate - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
minLearningRate(double) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines minimum learning rate after decay being applied.
minLearningRate(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines minimal learning rate value for training
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
Sets minimum word frequency during vocabulary mastering.
minWordFrequency(int) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
minWordFrequency(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines minimal word frequency in training corpus.
minWordFrequency - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
minWordFrequency(int) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines minimal element frequency for elements found in the training corpus.
minWordFrequency(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines minimal word frequency in training corpus.
minWordFrequency(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder.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
 
NearestNeighborsResource - Class in org.deeplearning4j.plot.dropwizard.nearestneighbors
 
NearestNeighborsResource() - Constructor for class org.deeplearning4j.plot.dropwizard.nearestneighbors.NearestNeighborsResource
 
NearestNeighborView - Class in org.deeplearning4j.plot.dropwizard.nearestneighbors
 
NearestNeighborView() - Constructor for class org.deeplearning4j.plot.dropwizard.nearestneighbors.NearestNeighborView
 
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 - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
negative - Variable in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
negative - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
negative(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
Deprecated.
 
negative - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
NEGATIVE - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
negativeSample(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Deprecated.
negativeSample(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines whether negative sampling should be used or not
negativeSample(double) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines negative sampling value for skip-gram algorithm.
negativeSample(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines whether negative sampling should be used or not
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 class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator
This method returns next LabelledDocument
nextDocument() - Method in interface org.deeplearning4j.text.documentiterator.DocumentIterator
Get the next document
nextDocument() - Method in class org.deeplearning4j.text.documentiterator.FileDocumentIterator
 
nextDocument() - Method in class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
nextDocument() - Method in interface org.deeplearning4j.text.documentiterator.LabelAwareIterator
 
nextDocument() - Method in class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
This method returns next LabelledDocument from underlying iterator
nextDocument() - Method in class org.deeplearning4j.text.sentenceiterator.interoperability.SentenceIteratorConverter
 
nextLabel() - Method in class org.deeplearning4j.text.documentiterator.LabelsSource
Returns next label.
nextObject() - Method in class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceReader
Returns next CoOccurrenceWeight object PLEASE NOTE: This method can return null value.
nextObject() - Method in class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceReader
 
nextObject() - Method in interface org.deeplearning4j.models.glove.count.CoOccurenceReader
 
nextSentence() - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.AsyncSequencer
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
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 class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
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.StreamLineIterator
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.SynchronizedSentenceIterator
 
nextSentence() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
nextSequence() - Method in interface org.deeplearning4j.models.sequencevectors.interfaces.SequenceIterator
 
nextSequence() - Method in class org.deeplearning4j.models.sequencevectors.iterators.AbstractSequenceIterator
Returns next sequence out of iterator
nextSequence() - Method in class org.deeplearning4j.models.sequencevectors.iterators.FilteredSequenceIterator
Returns filtered sequence, that contains sequence elements from vocabulary only.
nextSequence() - Method in class org.deeplearning4j.models.sequencevectors.iterators.SynchronizedSequenceIterator
Returns next sequence from data source
nextToken() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
This method returns next token from prebuffered list of tokens or underlying InputStream
nextToken() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
 
nextToken() - Method in class org.deeplearning4j.text.tokenization.tokenizer.NGramTokenizer
 
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
 
NGramTokenizer - Class in org.deeplearning4j.text.tokenization.tokenizer
 
NGramTokenizer(Tokenizer, Integer, Integer) - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.NGramTokenizer
 
NGramTokenizerFactory - Class in org.deeplearning4j.text.tokenization.tokenizerfactory
 
NGramTokenizerFactory(TokenizerFactory, Integer, Integer) - Constructor for class org.deeplearning4j.text.tokenization.tokenizerfactory.NGramTokenizerFactory
 
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
 
numEpochs - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
numEpochs - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
numExamples() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
numIterations - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
numParameters - Variable in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
numParams() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
numParams(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
numWords() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
Returns number of words in all underlying vocabularies
numWords() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns number of elements in this vocabulary
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
numWords() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
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.LegacyGlove.Builder
Deprecated.
 

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.learning - package org.deeplearning4j.models.embeddings.learning
 
org.deeplearning4j.models.embeddings.learning.impl.elements - package org.deeplearning4j.models.embeddings.learning.impl.elements
 
org.deeplearning4j.models.embeddings.learning.impl.sequence - package org.deeplearning4j.models.embeddings.learning.impl.sequence
 
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.glove.count - package org.deeplearning4j.models.glove.count
 
org.deeplearning4j.models.paragraphvectors - package org.deeplearning4j.models.paragraphvectors
 
org.deeplearning4j.models.rntn - package org.deeplearning4j.models.rntn
 
org.deeplearning4j.models.sequencevectors - package org.deeplearning4j.models.sequencevectors
 
org.deeplearning4j.models.sequencevectors.interfaces - package org.deeplearning4j.models.sequencevectors.interfaces
 
org.deeplearning4j.models.sequencevectors.iterators - package org.deeplearning4j.models.sequencevectors.iterators
 
org.deeplearning4j.models.sequencevectors.sequence - package org.deeplearning4j.models.sequencevectors.sequence
 
org.deeplearning4j.models.sequencevectors.transformers - package org.deeplearning4j.models.sequencevectors.transformers
 
org.deeplearning4j.models.sequencevectors.transformers.impl - package org.deeplearning4j.models.sequencevectors.transformers.impl
 
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.plot.dropwizard.nearestneighbors - package org.deeplearning4j.plot.dropwizard.nearestneighbors
 
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.documentiterator.interoperability - package org.deeplearning4j.text.documentiterator.interoperability
 
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.interoperability - package org.deeplearning4j.text.sentenceiterator.interoperability
 
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
Deprecated.
output the prediction probabilities for each tree
outputActivation - Variable in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 

P

ParagraphVectors - Class in org.deeplearning4j.models.paragraphvectors
Basic ParagraphVectors (aka Doc2Vec) implementation for DL4j, as wrapper over SequenceVectors
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
Deprecated.
 
params() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
paramTable() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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 class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
plotVocab() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
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
points - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
PoStagger - Class in org.deeplearning4j.text.annotator
 
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
 
precision() - Method in class org.deeplearning4j.models.rntn.RNTNEval
Total precision based on guesses so far
precision(int) - Method in class org.deeplearning4j.models.rntn.RNTNEval
Returns the precision for a given label
predict(List<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
Predict several based on the document.
predict(List<Tree>) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
output the top level labels for each tree
predictSeveral(List<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
Predict several based on the document.
PrefetchingSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
Wrapper over SentenceIterator, that allows background prefetch from original SentenceIterator It could be useful, if your SentencePreProcessor implementation is CPU intensive as well as whole pipeline behind iterator is cpu intensive too.
PrefetchingSentenceIterator.Builder - Class in org.deeplearning4j.text.sentenceiterator
 
preOutput(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
preOutput(INDArray, Layer.TrainingMode) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
preOutput(INDArray, boolean) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
preProcess(String) - Method in interface org.deeplearning4j.text.sentenceiterator.SentencePreProcessor
Pre process a sentence
preProcess(String) - Method in class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.CommonPreprocessor
 
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
 
presetTables() - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method creates new WeightLookupTable and VocabCache if there were none set
pretrain(SequenceIterator<T>) - Method in interface org.deeplearning4j.models.embeddings.learning.ElementsLearningAlgorithm
 
pretrain(SequenceIterator<T>) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe
pretrain is used to build CoOccurrence matrix for GloVe algorithm
pretrain(SequenceIterator<T>) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
SkipGram doesn't involves any pretraining
pretrain(SequenceIterator<T>) - Method in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
DBOW doesn't involves any pretraining
pretrain(SequenceIterator<T>) - Method in interface org.deeplearning4j.models.embeddings.learning.SequenceLearningAlgorithm
 
previous() - Method in class org.deeplearning4j.models.glove.count.RoundCount
 
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<SequenceElement>, 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 class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
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 class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
putVector(String, INDArray) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Inserts a word vector
putVocabWord(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
putVocabWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Deprecated.
putVocabWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
Deprecated.
putVocabWord(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Deprecated.

Q

queueObject(CoOccurrenceWeight<T>) - Method in class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceWriter
 
queueObject(CoOccurrenceWeight<T>) - Method in class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceWriter
 
queueObject(CoOccurrenceWeight<T>) - Method in interface org.deeplearning4j.models.glove.count.CoOccurrenceWriter
This method implementations should queue objects for writing out.

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
Deprecated.
 
randomTransformMatrix() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
Read a float from a data input stream Credit to: https://github.com/NLPchina/Word2VEC_java/blob/master/src/com/ansj/vec/Word2VEC.java
readOnly - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
readOnly(boolean) - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
readOnly - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer
 
readStream(InputStream) - Method in class org.deeplearning4j.text.documentiterator.interoperability.DocumentIteratorConverter
 
readString(DataInputStream) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Read a string from a data input stream Credit to: https://github.com/NLPchina/Word2VEC_java/blob/master/src/com/ansj/vec/Word2VEC.java
recall() - Method in class org.deeplearning4j.models.rntn.RNTNEval
Returns the recall for the outcomes
recall(int) - Method in class org.deeplearning4j.models.rntn.RNTNEval
 
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
 
removeElement(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
removeElement(T) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
removeElement(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
 
removeElement(T) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
 
removeElement(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
removeElement(VocabWord) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
removeElement(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Removes element with specified label from vocabulary Please note: Huffman index should be updated after element removal
removeElement(T) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Removes specified element from vocabulary Please note: Huffman index should be updated after element removal
removePair(T, T) - Method in class org.deeplearning4j.models.glove.count.CountMap
 
removePair(Pair<T, T>) - Method in class org.deeplearning4j.models.glove.count.CountMap
 
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 interface org.deeplearning4j.models.sequencevectors.interfaces.SequenceIterator
 
reset() - Method in class org.deeplearning4j.models.sequencevectors.iterators.AbstractSequenceIterator
Resets iterator to first position
reset() - Method in class org.deeplearning4j.models.sequencevectors.iterators.FilteredSequenceIterator
Resets iterator down to first sequence
reset() - Method in class org.deeplearning4j.models.sequencevectors.iterators.SynchronizedSequenceIterator
This method resets underlying iterator
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 class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator
This methods resets LabelAwareIterator
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.documentiterator.interoperability.DocumentIteratorConverter
 
reset() - Method in interface org.deeplearning4j.text.documentiterator.LabelAwareIterator
 
reset() - Method in class org.deeplearning4j.text.documentiterator.LabelsSource
This method should be called from Iterator's reset() method, to keep labels in sync with iterator
reset() - Method in class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
This methods resets LabelAwareIterator by creating new Iterator from Iterable internally
reset() - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator
 
reset() - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
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.interoperability.SentenceIteratorConverter
 
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 class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
reset() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
Resets the iterator to the beginning
reset() - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator
 
reset() - Method in class org.deeplearning4j.text.sentenceiterator.SynchronizedSentenceIterator
 
reset() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
 
resetModel - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
resetModel(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
resetModel(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines whether model should be totally wiped out prior building, or not
resetModel - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
resetModel(boolean) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines, should all model be reset before training.
resetModel(boolean) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines whether model should be totally wiped out prior building, or not
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 class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
resetWeights() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
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
Deprecated.
 
resetWeights() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
Reset the weights of the cache
resetWordCounters() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
This methods reset counters for all words in vocabulary
retentionDelay - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
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(Random) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
RNTN - Class in org.deeplearning4j.models.rntn
Deprecated.
RNTN.Builder - Class in org.deeplearning4j.models.rntn
Deprecated.
 
RNTNEval - Class in org.deeplearning4j.models.rntn
Recursive counter for an RNTN
RNTNEval() - Constructor for class org.deeplearning4j.models.rntn.RNTNEval
 
RoundCount - Class in org.deeplearning4j.models.glove.count
Simple circular counter, that circulates within 0...Limit, both inclusive
RoundCount(int) - Constructor for class org.deeplearning4j.models.glove.count.RoundCount
Creates new RoundCount instance.
RoundCount(int, int) - Constructor for class org.deeplearning4j.models.glove.count.RoundCount
Creates new RoundCount instance.
run() - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.AsyncSequencer
 
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() - 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 - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
sampling(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Deprecated.
sampling(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines whether subsampling should be used or not
sampling - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
sampling(double) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines sub-sampling threshold.
sampling(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines whether subsampling should be used or not
saveVocab() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
saveVocab() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Serialize vocabulary to specified path
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
scavengerActivationThreshold(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder.Builder
Activation threshold defines, how ofter scavenger will be executed, to throw away low-frequency keywords.
scavengerRetentionDelay(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
scavengerRetentionDelay(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder.Builder
Retention delay defines, how long low-freq word will be kept in vocab, during building.
scavengerThreshold - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
scavengerThreshold(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache.Builder
 
score() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
Deprecated.
 
seed(long) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
seed(long) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines random seed for random numbers generator
seed - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
seed(long) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
Sets seed for random numbers generator.
seed(long) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines random seed for random numbers generator
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
 
sentenceCounter - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer
 
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 - Variable in class org.deeplearning4j.models.glove.Glove.Builder
 
sentenceIterator - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
SentenceIterator - Interface in org.deeplearning4j.text.sentenceiterator
A sentence iterator that knows how to iterate over sentence.
SentenceIteratorConverter - Class in org.deeplearning4j.text.sentenceiterator.interoperability
Simple class providing compatibility between SentenceIterator/LabelAwareSentenceIterator and LabelAwareIterator
SentenceIteratorConverter(SentenceIterator) - Constructor for class org.deeplearning4j.text.sentenceiterator.interoperability.SentenceIteratorConverter
 
SentenceIteratorConverter(SentenceIterator, LabelsSource) - Constructor for class org.deeplearning4j.text.sentenceiterator.interoperability.SentenceIteratorConverter
 
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
Sentence pre processor.
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
 
SentenceTransformer - Class in org.deeplearning4j.models.sequencevectors.transformers.impl
This simple class is responsible for conversion lines of text to Sequences of SequenceElements to fit them into SequenceVectors model
SentenceTransformer.Builder - Class in org.deeplearning4j.models.sequencevectors.transformers.impl
 
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
 
Sequence<T extends SequenceElement> - Class in org.deeplearning4j.models.sequencevectors.sequence
Sequence for SequenceVectors is defined as limited set of SequenceElements.
Sequence() - Constructor for class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Creates new empty sequence
Sequence(Collection<T>) - Constructor for class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Creates new sequence from collection of elements
SequenceElement - Class in org.deeplearning4j.models.sequencevectors.sequence
SequenceElement is basic building block for SequenceVectors.
SequenceElement() - Constructor for class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
sequenceId - Variable in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
 
sequenceIterator - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
sequenceIterator - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
SequenceIterator<T extends SequenceElement> - Interface in org.deeplearning4j.models.sequencevectors.interfaces
SequenceIterator is basic interface for learning abstract data that can be represented as sequence of some elements.
SequenceLearningAlgorithm<T extends SequenceElement> - Interface in org.deeplearning4j.models.embeddings.learning
Implementations of this interface should contain sequence-related learning algorithms.
sequenceLearningAlgorithm - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
sequenceLearningAlgorithm(String) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
Sets specific LearningAlgorithm as Sequence Learning Algorithm
sequenceLearningAlgorithm(SequenceLearningAlgorithm<T>) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
Sets specific LearningAlgorithm as Sequence Learning Algorithm
sequenceLearningAlgorithm - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors
 
SequenceTransformer<T extends SequenceElement,V> - Interface in org.deeplearning4j.models.sequencevectors.transformers
 
SequenceVectors<T extends SequenceElement> - Class in org.deeplearning4j.models.sequencevectors
SequenceVectors implements abstract features extraction for Sequences and SequenceElements, using SkipGram, CBOW or DBOW (for Sequence features extraction).
SequenceVectors() - Constructor for class org.deeplearning4j.models.sequencevectors.SequenceVectors
 
SequenceVectors.AsyncSequencer - Class in org.deeplearning4j.models.sequencevectors
This class is used to fetch data from iterator in background thread, and convert it to List It becomes very usefull if text processing pipeline behind iterator is complex, and we're not loading data from simple text file with whitespaces as separator.
SequenceVectors.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.sequencevectors
 
setActivationFunction(String) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setAdagradResetFrequency(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
setBinaryINd4jize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setBinaryTransformSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
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
Deprecated.
 
setCodeLength(int) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
This method fills codes and points up to codeLength
setCodes(Map<Integer, INDArray>) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setCodes(List<Integer>) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Sets Huffman tree codes
setCombineClassification(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setConf(NeuralNetConfiguration) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
setCoOccurrences(CoOccurrences) - Method in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
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.embeddings.inmemory.JointStorage
 
setCountForDoc(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Set exact number number of observed documents that contain specified word
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
 
setElementFrequency(long) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
This method sets frequency value for this element
setEnd(int) - Method in class org.deeplearning4j.text.movingwindow.Window
 
setExpTable(double[]) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setFeatureVectors(Word2Vec) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setFeatureVectors(WeightLookupTable<VocabWord>) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setFetchSize(int) - Method in class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator.Builder
 
setFetchSize(int) - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator.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.rntn.RNTN
Deprecated.
 
setIndex(int) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Sets index in Huffman tree
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
Deprecated.
 
setInputMiniBatchSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
setLabel(List<String>) - Method in class org.deeplearning4j.models.word2vec.VocabWork
 
setLabel(String) - Method in class org.deeplearning4j.text.movingwindow.Window
 
setLabelsSource(LabelsSource) - Method in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
TODO: To be implemented
setLabelTemplate(String) - Method in class org.deeplearning4j.text.documentiterator.BasicLabelAwareIterator.Builder
Label template will be used for sentence labels generation.
setLearningRate(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setLearningRate(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
setLearningRate(double) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Sets the learning rate
setListeners(IterationListener...) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
setListeners(Collection<IterationListener>) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
setLookupTable(WeightLookupTable) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
setLookupTable(GloveWeightLookupTable) - Method in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
setLowerCasefeatureNames(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setLr(AtomicDouble) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
setMaskArray(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
setMaxCount(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
Deprecated.
 
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
Deprecated.
 
setNumHidden(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setNumUnaryMatrices(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
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
Deprecated.
 
setParams(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
Set the parameters for the model
setParamTable(Map<String, INDArray>) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
setPoints(List<Integer>) - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
Sets Huffman tree points
setPreProcessor(DataSetPreProcessor) - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.AggregatingSentenceIterator
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.BasicLineIterator
 
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 class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator
 
setPreProcessor(SentencePreProcessor) - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator.Builder
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.StreamLineIterator
 
setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.SynchronizedSentenceIterator
 
setRandomFeatureVectors(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setRegTransformINDArray(double) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setRng(Random) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setScalingForInit(double) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
setScavengerActivationThreshold(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
This method is needed ONLY for unit tests and should NOT be available in public scope.
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
 
setSentenceIterator(SentenceIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
setSentenceOccurrences(Counter<Integer>) - Method in class org.deeplearning4j.models.glove.CoOccurrences
 
setSentencePreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.PrefetchingSentenceIterator.Builder
 
setSentences(List<List<VocabWord>>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
 
setSequenceLabel(T) - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
Set sequence label
setSimplifiedModel(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
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
 
setStopWords(List<String>) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor.Builder
 
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
 
setTableId(Long) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Set's table Id.
setTargetVocabCache(VocabCache<T>) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor.Builder
After temporary internal vocabulary is built, it will be transferred to target VocabCache you pass here
setTokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
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.NGramTokenizer
 
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.NGramTokenizerFactory
 
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
 
setTokens(Map<String, VocabWord>) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
setUnaryClassificationSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
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
Deprecated.
 
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
 
setVocabs(Map<String, VocabWord>) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
setWord(String) - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
setWordFrequencies(Counter<String>) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
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
Deprecated.
 
shuffle - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
shuffle(boolean) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
Parameter specifying, if cooccurrences list should be shuffled between training epochs
shuffle(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Parameter specifying, if cooccurrences list should be shuffled between training epochs
shuffle(boolean) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
shutdown() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
Shut down this network actor
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
SimpleLabelAwareIterator - Class in org.deeplearning4j.text.documentiterator
This class provide option to build LabelAwareIterator from Iterable or Iterator objects
SimpleLabelAwareIterator(Iterable<LabelledDocument>) - Constructor for class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
Builds LabelAwareIterator instance using Iterable object
SimpleLabelAwareIterator(Iterator<LabelledDocument>) - Constructor for class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
Builds LabelAwareIterator instance using Iterator object PLEASE NOTE: If instance is built using Iterator object, reset() method becomes unavailable
size() - Method in class org.deeplearning4j.models.glove.count.CountMap
 
SkipGram<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.learning.impl.elements
Skip-Gram implementation for dl4j SequenceVectors
SkipGram() - Constructor for class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
Dummy construction is required for reflection
skipGram - Variable in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
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
 
special - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
stats() - Method in class org.deeplearning4j.models.rntn.RNTNEval
Print the summary of the rntnresults
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.LegacyGlove.Builder
Deprecated.
 
StemmerAnnotator - Class in org.deeplearning4j.text.annotator
 
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(Collection<VocabWord>) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
stopWords(List<String>) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
stopWords(List<String>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines stop words that should be ignored during training
stopWords(Collection<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines stop words that should be ignored during training
stopWords - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
stopWords(List<String>) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
You can provide collection of objects to be ignored, and excluded out of model Please note: Object labels and hashCode will be used for filtering
stopWords(Collection<T>) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
You can provide collection of objects to be ignored, and excluded out of model Please note: Object labels and hashCode will be used for filtering
stopWords(List<String>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines stop words that should be ignored during training
stopWords(Collection<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines stop words that should be ignored during training
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
 
storageId - Variable in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
storeLabel(String) - Method in class org.deeplearning4j.text.documentiterator.LabelsSource
This method is intended for storing labels retrieved from external sources.
StreamLineIterator - Class in org.deeplearning4j.text.sentenceiterator
Simple class suitable for iterating over InputStreams as over lines of strings Please note, this class is NOT thread safe
StreamLineIterator.Builder - Class in org.deeplearning4j.text.sentenceiterator
 
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 - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
symmetric(boolean) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
Parameters specifying, if cooccurrences list should be build into both directions from any current word.
symmetric - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
symmetric(boolean) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
symmetric - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
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
Parameters specifying, if cooccurrences list should be build into both directions from any current word.
symmetric(boolean) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
syn0 - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
syn0 - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
syn1 - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
syn1 - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
syn1Neg - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
syn1Neg - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
SynchronizedSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
Simple synchronized wrapper for SentenceIterator interface implementations
SynchronizedSentenceIterator(SentenceIterator) - Constructor for class org.deeplearning4j.text.sentenceiterator.SynchronizedSentenceIterator
 
SynchronizedSequenceIterator<T extends SequenceElement> - Class in org.deeplearning4j.models.sequencevectors.iterators
Synchronized version of AbstractSeuqenceIterator, implemented on top of it.
SynchronizedSequenceIterator(SequenceIterator<T>) - Constructor for class org.deeplearning4j.models.sequencevectors.iterators.SynchronizedSequenceIterator
Creates SynchronizedSequenceIterator on top of any SequenceIterator

T

table - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
table - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
TABLE - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
TABLE - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
 
tableId - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
tableId - Variable in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
tagger - Variable in class org.deeplearning4j.models.sequencevectors.iterators.AbstractSequenceIterator
 
target - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
targetFile(String) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
Path to save cooccurrence map after construction.
targetFile(File) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
Path to save cooccurrence map after construction.
targetFile - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
TextVectorizer - Interface in org.deeplearning4j.bagofwords.vectorizer
Vectorizes text
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
 
tick() - Method in class org.deeplearning4j.models.glove.count.RoundCount
 
toInputMatrix(List<Window>, Word2Vec) - Static method in class org.deeplearning4j.text.movingwindow.WordConverter
 
toInputMatrix() - Method in class org.deeplearning4j.text.movingwindow.WordConverter
 
toJson() - Method in class org.deeplearning4j.models.embeddings.loader.VectorsConfiguration
 
toJSON() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
toJSON() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
toJson() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
tokenFactory - Variable in class org.deeplearning4j.models.glove.Glove.Builder
 
tokenFor(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
tokenFor(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns SequenceElement for specified label.
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.LegacyGlove.Builder
Deprecated.
 
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.glove.Glove.Builder
Sets TokenizerFactory to be used for training
tokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines TokenizerFactory to be used for strings tokenization during training PLEASE NOTE: If external VocabCache is used, the same TokenizerFactory should be used to keep derived tokens equal.
tokenizerFactory - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
tokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
tokenizerFactory - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer
 
tokenizerFactory - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
 
tokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines TokenizerFactory to be used for strings tokenization during training PLEASE NOTE: If external VocabCache is used, the same TokenizerFactory should be used to keep derived tokens equal.
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.embeddings.inmemory.JointStorage
 
tokens() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns collection of SequenceElements from this vocabulary.
tokens - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
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.embeddings.inmemory.InMemoryLookupTable
 
toString() - Method in class org.deeplearning4j.models.sequencevectors.sequence.Sequence
 
toString() - Method in class org.deeplearning4j.models.sequencevectors.sequence.SequenceElement
 
toString() - Method in class org.deeplearning4j.models.word2vec.VocabWord
 
toString() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
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.embeddings.inmemory.JointStorage
 
totalNumberOfDocs() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns total number of documents observed (if applicable)
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.embeddings.inmemory.JointStorage
 
totalWordOccurrences() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns total number of elements observed
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() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Total number of words in the index
totalWords() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
totalWordsBeyondLimit() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
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
trainElementsRepresentation(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
trainElementsRepresentation(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines, if words representation should be build together with documents representations.
trainElementsRepresentation(boolean) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
trainElementsRepresentation(boolean) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method is hardcoded to TRUE, since that's whole point of Word2Vec
trainElementsVectors - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
trainElementsVectors - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
trainingSystem - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
 
trainingSystem - Variable in class org.deeplearning4j.models.glove.CoOccurrences
 
trainSentence(List<VocabWord>, Word2VecWork, double) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
Train on a list of vocab words
trainSequence(Sequence<T>, AtomicLong, double) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors
 
trainSequencesRepresentation(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Deprecated.
trainSequencesRepresentation(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method is hardcoded to TRUE, since that's whole point of ParagraphVectors
trainSequencesRepresentation(boolean) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
trainSequencesRepresentation(boolean) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method is hardcoded to FALSE, since that's whole point of Word2Vec
trainSequenceVectors - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
trainSequenceVectors - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
trainWordVectors(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines, if words representations should be build together with documents representations.
transferBackToVocabCache() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
transferBackToVocabCache(VocabCache) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
 
transferBackToVocabCache(VocabCache, boolean) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
This method is required for compatibility purposes.
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(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
transformToSequence(String) - Method in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer
 
transformToSequence(V) - Method in interface org.deeplearning4j.models.sequencevectors.transformers.SequenceTransformer
This is generic method for transformation data from any format to Sequence of SequenceElement.
transpose() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
truncateVocabulary() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
The same as truncateVocabulary(this.minWordFrequency)
truncateVocabulary(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
All words with frequency below threshold wii be removed
type() - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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(SentencePreProcessor, CollectionReader, 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
 
underlyingIterable - Variable in class org.deeplearning4j.text.documentiterator.SimpleLabelAwareIterator
 
underlyingIterator - Variable in class org.deeplearning4j.models.sequencevectors.iterators.SynchronizedSequenceIterator
 
UNK - Static variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
UNK - Static variable in class org.deeplearning4j.models.glove.LegacyGlove
Deprecated.
 
unlock() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
Unlock the index
unlock() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
 
update(INDArray, String) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
update(Gradient) - Method in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
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
 
updateHuffmanCodes() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
build binary tree ordered by counter.
updateWordsOccurencies() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
updateWordsOccurencies() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
 
updateWordsOccurencies() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
updateWordsOccurencies() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Updates counters
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 - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
useAdaGrad - Variable in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
Deprecated.
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines whether adaptive gradients should be used or not
useAdaGrad - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
This method defines if Adaptive Gradients should be used in calculations
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines whether adaptive gradients should be used or not
useAdaGrad(boolean) - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabConstructor.Builder
Defines, if adaptive gradients should be created during vocabulary mastering
useAdeGrad - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
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
Deprecated.
 
value - Variable in class org.deeplearning4j.models.rntn.RNTN
Deprecated.
 
vector(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
vector(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
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.LegacyGlove.Builder
Deprecated.
 
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
Deprecated.
 
vectors() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
 
vectors() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
vectors() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
Iterates through all of the vectors in the cache
VectorsConfiguration - Class in org.deeplearning4j.models.embeddings.loader
This is simple bean/POJO for Word2Vec persistence handling.
VectorsConfiguration() - Constructor for class org.deeplearning4j.models.embeddings.loader.VectorsConfiguration
 
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 for the vectors
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 - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
vocabCache - Variable in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
vocabCache - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
vocabCache(VocabCache<T>) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
vocabCache - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
vocabCache(VocabCache<VocabWord>) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
vocabCache(VocabCache<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method allows to define external VocabCache to be used
vocabCache(VocabCache) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
vocabCache - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
vocabCache(VocabCache<T>) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
You can pass externally built vocabCache object, containing vocabulary
vocabCache - Variable in class org.deeplearning4j.models.sequencevectors.transformers.impl.SentenceTransformer.Builder
 
vocabCache(VocabCache<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method allows to define external VocabCache to be used
VocabCache<T extends SequenceElement> - Interface in org.deeplearning4j.models.word2vec.wordstore
A VocabCache handles the storage of information needed for the word2vec look up table.
VocabConstructor<T extends SequenceElement> - Class in org.deeplearning4j.models.word2vec.wordstore
This class can be used to build joint vocabulary from special sources, that should be treated separately.
VocabConstructor.Builder<T extends SequenceElement> - Class in org.deeplearning4j.models.word2vec.wordstore
 
vocabExists() - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
vocabExists() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns true, if number of elements in vocabulary > 0, false otherwise
vocabExists() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
vocabExists() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
Vocab exists already
vocabId - Variable in class org.deeplearning4j.models.word2vec.VocabWord
 
VocabMessage - Class in org.deeplearning4j.models.word2vec.actor
 
VocabMessage(List<String>, AtomicLong) - Constructor for class org.deeplearning4j.models.word2vec.actor.VocabMessage
 
vocabs - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
VocabularyHolder - Class in org.deeplearning4j.models.word2vec.wordstore
This class is used as simplifed VocabCache for vocabulary building routines.
VocabularyHolder() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
Default constructor
VocabularyHolder(VocabCache<? extends SequenceElement>, boolean) - Constructor for class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
Builds VocabularyHolder from VocabCache.
VocabularyHolder.Builder - Class in org.deeplearning4j.models.word2vec.wordstore
 
VocabularyWord - Class in org.deeplearning4j.models.word2vec.wordstore
Simplified version of VocabWord.
VocabularyWord() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
VocabularyWord(String) - Constructor for class org.deeplearning4j.models.word2vec.wordstore.VocabularyWord
 
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.embeddings.inmemory.JointStorage
Returns all SequenceElements in this JointStorage instance.
vocabWords() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns collection of SequenceElements stored in this vocabulary
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
 
vpTree - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 

W

WeightIterator() - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
 
WeightLookupTable<T extends SequenceElement> - Interface in org.deeplearning4j.models.embeddings
General weight lookup table
weights(GloveWeightLookupTable) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
window - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.SkipGram
 
window - Variable in class org.deeplearning4j.models.embeddings.learning.impl.sequence.DBOW
 
window - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
window - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
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 cooccurrences
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 - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
windowSize(int) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
windowSize - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
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.glove.LegacyGlove.Builder
Deprecated.
 
windowSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines context window size
windowSize(int) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
Sets window size for skip-Gram training
windowSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines context window size
withOutputActivation(String) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
Deprecated.
 
Word2Vec - Class in org.deeplearning4j.models.word2vec
This is Word2Vec implementation based on SequenceVectors
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<VocabWord>, 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.embeddings.inmemory.JointStorage
 
wordAtIndex(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns the label of the element at specified Huffman index
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.embeddings.inmemory.JointStorage
 
wordFor(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns SequenceElement for specified label
wordFor(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
wordFor(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
 
wordFrequencies - Variable in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
 
wordFrequency(String) - Method in class org.deeplearning4j.models.embeddings.inmemory.JointStorage
 
wordFrequency(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns the SequenceElement's frequency over training corpus
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.embeddings.inmemory.JointStorage
 
words() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.AbstractCache
Returns collection of labels available in this vocabulary
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
words() - Method in class org.deeplearning4j.models.word2vec.wordstore.VocabularyHolder
Returns sorted list of words in vocabulary.
wordsNearest(INDArray, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
 
wordsNearest(Collection<String>, Collection<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(INDArray, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Words nearest based on positive and negative words * @param top the top n words
wordsNearest(Collection<String>, Collection<String>, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Words nearest based on positive and negative words
wordsNearest(String, int, boolean) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
This method returns nearest words for target word, based on tree structure.
wordsNearest(String, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Get the top n words most similar to the given word
wordsNearestSum(INDArray, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
 
wordsNearestSum(String, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Get the top n words most similar to the given word
wordsNearestSum(Collection<String>, Collection<String>, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
Words nearest based on positive and negative words
wordsNearestSum(Collection<String>, Collection<String>, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Words nearest based on positive and negative words
wordsNearestSum(INDArray, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
Words nearest based on positive and negative words * @param top the top n 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<T extends SequenceElement> - Class in org.deeplearning4j.models.embeddings.wordvectors
Common word vector operations
WordVectorsImpl() - Constructor for class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
workers - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
 
workers - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
workers(int) - Method in class org.deeplearning4j.models.glove.AbstractCoOccurrences.Builder
 
workers - Variable in class org.deeplearning4j.models.glove.AbstractCoOccurrences
 
workers(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
 
workers(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
This method defines maximum number of concurrent threads available for training
workers - Variable in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
 
workers(int) - Method in class org.deeplearning4j.models.sequencevectors.SequenceVectors.Builder
Sets number of worker threads to be used in calculations
workers(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
This method defines maximum number of concurrent threads available for training
writeFullModel(Word2Vec, String) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Saves full Word2Vec model in the way, that allows model updates without being rebuilt from scratches
writeObject(CoOccurrenceWeight<T>) - Method in class org.deeplearning4j.models.glove.count.ASCIICoOccurrenceWriter
 
writeObject(CoOccurrenceWeight<T>) - Method in class org.deeplearning4j.models.glove.count.BinaryCoOccurrenceWriter
 
writeObject(CoOccurrenceWeight<T>) - Method in interface org.deeplearning4j.models.glove.count.CoOccurrenceWriter
This method implementations should write out objects immediately
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.
writeWordVectors(Word2Vec, OutputStream) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Writes the word vectors to the given OutputStream.
writeWordVectors(Word2Vec, BufferedWriter) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
Writes the word vectors to the given BufferedWriter.

X

X_MAX - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
 
xMax - Variable in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
 
xMax(double) - Method in class org.deeplearning4j.models.embeddings.learning.impl.elements.GloVe.Builder
Parameter specifying cutoff in weighting function; default 100.0
xMax(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
Parameter specifying cutoff in weighting function; default 100.0
xMax(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
Deprecated.
 
xMax(double) - Method in class org.deeplearning4j.models.glove.LegacyGlove.Builder
Deprecated.
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2016. All Rights Reserved.