- accumulate(Job) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobAggregator
-
- accumulate(Job) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
-
- accumulate(Job) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
-
- accuracy(List<String>) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
Accuracy based on questions which are a space separated list of strings
where the first word is the query word, the next 2 words are negative,
and the last word is the predicted word to be nearest
- accuracy(List<String>) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
Accuracy based on questions which are a space separated list of strings
where the first word is the query word, the next 2 words are negative,
and the last word is the predicted word to be nearest
- activate() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- activate(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- activationFunction - Variable in class org.deeplearning4j.models.rntn.RNTN
-
- activationMean() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- ADAGRAD - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- addDeltas() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
-
- addDeltas() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- addLabelForDoc(int, VocabWord) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Add word to a document
- addLabelForDoc(int, String) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Adds words to the given document
- addLabelForDoc(int, VocabWord) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addLabelForDoc(int, String) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addLabelsForDoc(int, List<VocabWord>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Add word to a document
- addLabelsForDoc(int, Collection<String>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Adds words to the given document
- addLabelsForDoc(int, List<VocabWord>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addLabelsForDoc(int, Collection<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addToken(VocabWord) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- addToken(VocabWord) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Adds a token
to the cache
- addWords(List<VocabWord>, AtomicLong, List<VocabWord>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
-
- addWords(List<VocabWord>, AtomicLong, List<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
- addWordsToDoc(int, List<VocabWord>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Adds words to the given document
- addWordsToDoc(int, List<VocabWord>, String) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Adds words to the given document
- addWordsToDoc(int, List<VocabWord>, VocabWord) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Adds words to the given document
- addWordsToDoc(int, List<VocabWord>, Collection<String>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Adds words to the given document
- addWordsToDoc(int, List<VocabWord>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addWordsToDoc(int, List<VocabWord>, String) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addWordsToDoc(int, List<VocabWord>, VocabWord) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addWordsToDoc(int, List<VocabWord>, Collection<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addWordsToDocVocabWord(int, List<VocabWord>, Collection<VocabWord>) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Adds words to the given document
- addWordsToDocVocabWord(int, List<VocabWord>, Collection<VocabWord>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addWordToDoc(int, VocabWord) - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Add word to a document
- addWordToDoc(int, VocabWord) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- addWordToIndex(int, String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- addWordToIndex(int, String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
- aggregate() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobAggregator
-
- aggregate() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
-
- aggregate() - Method in class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
-
- allDocs() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Returns a list of all documents
- allDocs() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- alpha - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- ALPHA - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
-
- ALPHA - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- analyzer(Analyzer) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- ApiConfiguration - Class in org.deeplearning4j.plot.dropwizard
-
Api Configuration
- ApiConfiguration() - Constructor for class org.deeplearning4j.plot.dropwizard.ApiConfiguration
-
- ApiResource - Class in org.deeplearning4j.plot.dropwizard
-
Api Resource
- ApiResource(String) - Constructor for class org.deeplearning4j.plot.dropwizard.ApiResource
-
- asExample(Window, Word2Vec) - Static method in class org.deeplearning4j.text.movingwindow.WindowConverter
-
Converts a window (each word in the window)
in to a vector.
- asExampleArray(Window, Word2Vec, boolean) - Static method in class org.deeplearning4j.text.movingwindow.WindowConverter
-
Converts a window (each word in the window)
in to a vector.
- asExampleMatrix(Window, Word2Vec) - Static method in class org.deeplearning4j.text.movingwindow.WindowConverter
-
- asTokens() - Method in class org.deeplearning4j.text.movingwindow.Window
-
- cache - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- cache - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- cache(VocabCache) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- cache(VocabCache) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
-
- cache(VocabCache) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
-
- cache - Variable in class org.deeplearning4j.models.glove.CoOccurrences
-
- cache(VocabCache) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- cache(VocabCache) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
-
- cache(VocabCache) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- cache - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
-
- cacheInRam(boolean) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- classForScore(Double) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- classify(String) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
Classifies the given text
- classify(CAS) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- classify(Sentence) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- cleanup - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- cleanup - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- cleanup(boolean) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- cleanup() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Cleanup any resources used
- cleanup() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- clone() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- CO_OCCURRENCES - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
-
- codes - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- CollapseUnaries - Class in org.deeplearning4j.text.corpora.treeparser
-
Collapse unaries such that the
tree is only made of preterminals and leaves.
- CollapseUnaries() - Constructor for class org.deeplearning4j.text.corpora.treeparser.CollapseUnaries
-
- CollectionSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
-
- CollectionSentenceIterator(SentencePreProcessor, Collection<String>) - Constructor for class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
-
- CollectionSentenceIterator(Collection<String>) - Constructor for class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
-
- compareTo(VocabWord) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- ConcurrentTokenizer - Class in org.deeplearning4j.text.tokenization.tokenizer
-
OpenNLP Tokenizer annotator.
- ConcurrentTokenizer() - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
-
Initializes a new instance.
- conf() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- configure(GloveWeightLookupTable, InvertedIndex, Configuration) - Static method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
-
Configure the configuration based on the table and index
- configure(InMemoryLookupTable, InvertedIndex, Configuration) - Static method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
Configure the configuration based on the table and index
- containsWord(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Returns true if the cache contains the given word
- containsWord(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Returns true if the cache contains the given word
- ContextLabelRetriever - Class in org.deeplearning4j.text.movingwindow
-
Context Label Retriever
- CoOccurrenceActor - Class in org.deeplearning4j.models.glove.actor
-
Co occurrence actor
- CoOccurrenceActor(AtomicInteger, TokenizerFactory, int, VocabCache, CounterMap<String, String>, boolean, Counter<Integer>) - Constructor for class org.deeplearning4j.models.glove.actor.CoOccurrenceActor
-
- CoOccurrenceBatchIterator(int) - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
-
- CoOccurrenceBatchIterator() - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
-
- coOccurrenceIterator() - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
Get an iterator over all possible non zero
co occurrences
- CoOccurrenceIterator() - Constructor for class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceIterator
-
- coOccurrenceIteratorVocab() - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
- coOccurrenceIteratorVocabBatch(int) - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
- coOccurrenceList() - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
Return a list of all of the co occurrences
- CoOccurrences - Class in org.deeplearning4j.models.glove
-
Co occurrence counts
- CoOccurrences(TokenizerFactory, SentenceIterator, int, VocabCache, CounterMap<String, String>, boolean) - Constructor for class org.deeplearning4j.models.glove.CoOccurrences
-
- coOccurrences(CoOccurrences) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- CoOccurrences.Builder - Class in org.deeplearning4j.models.glove
-
- CoOccurrences.CoOccurrenceBatchIterator - Class in org.deeplearning4j.models.glove
-
- CoOccurrences.CoOccurrenceIterator - Class in org.deeplearning4j.models.glove
-
- coOCurreneCounts(CounterMap<String, String>) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
-
- coords() - Method in class org.deeplearning4j.plot.dropwizard.ApiResource
-
- count(String, String) - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
- countDown() - Method in class org.deeplearning4j.models.word2vec.StreamWork
-
- countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
-
- countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
-
- countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
-
- countTokens() - Method in interface org.deeplearning4j.text.tokenization.tokenizer.Tokenizer
-
The number of tokens in the tokenizer
- countTokens() - Method in class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
-
- create() - Method in class org.deeplearning4j.bagofwords.vectorizer.DefaultInputStreamCreator
-
- create() - Method in interface org.deeplearning4j.models.word2vec.InputStreamCreator
-
Create an input stream
- create(String) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.DefaultTokenizerFactory
-
- create(InputStream) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.DefaultTokenizerFactory
-
- create(String) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
-
- create(InputStream) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
-
- create(String) - Method in interface org.deeplearning4j.text.tokenization.tokenizerfactory.TokenizerFactory
-
The tokenizer to createComplex
- create(InputStream) - Method in interface org.deeplearning4j.text.tokenization.tokenizerfactory.TokenizerFactory
-
Create a tokenizer based on an input stream
- create(String) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
-
- create(InputStream) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
-
- createWithPath(String) - Static method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
-
Creates a uima sentence iterator with the given path
- createWithPath(String) - Static method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
-
Creates a uima sentence iterator with the given path
- currentFile - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
-
- currentLabel() - Method in interface org.deeplearning4j.text.documentiterator.LabelAwareDocumentIterator
-
Returns the current label
- currentLabel() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
-
- currentLabel() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
-
Returns the current label for nextSentence()
- currentLabel() - Method in interface org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareSentenceIterator
-
Returns the current label for nextSentence()
- currentLabel() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
-
Returns the current label for nextSentence()
- currentLabels() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
-
- currentLabels() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
-
- currentLabels() - Method in interface org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareSentenceIterator
-
For multi label problems
- currentLabels() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
-
- currIndex - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
-
- currLineIterator - Variable in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
-
- cursor() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
-
- cursor() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
- increment() - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- increment(int) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- increment() - Method in class org.deeplearning4j.models.word2vec.VocabWork
-
- incrementDocCount(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- incrementDocCount(String, int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Increment the document count
- incrementTotalDocCount() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- incrementTotalDocCount(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- incrementTotalDocCount() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Increment the doc count
- incrementTotalDocCount(int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Increment the doc count
- incrementWordCount(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Increment the count for the given word
- incrementWordCount(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Increment the count for the given word by
the amount increment
- incrementWordCount(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Increment the count for the given word
- incrementWordCount(String, int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Increment the count for the given word by
the amount increment
- index - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- index() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- index - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- index(InvertedIndex) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- index() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
-
Inverted index
- index - Variable in class org.deeplearning4j.models.glove.CoOccurrences
-
- index(InvertedIndex) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- index - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- index(InvertedIndex) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- INDEX_PATH - Static variable in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- indexDir(File) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- indexOf(String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
- indexOf(String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- indexOf(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Returns the index of a given word
- indexOf(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Returns the index of a given word
- init(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobAggregator
-
- init(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
-
- init(Configuration) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
-
- initExpTable() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- initialize(Bootstrap<ApiConfiguration>) - Method in class org.deeplearning4j.plot.dropwizard.ApiResource
-
Initializes the application bootstrap.
- initialize(Bootstrap<ApiConfiguration>) - Method in class org.deeplearning4j.plot.dropwizard.RenderApplication
-
- initialize(UimaContext) - Method in class org.deeplearning4j.text.annotator.PoStagger
-
Initializes the current instance with the given context.
- initialize(UimaContext) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
-
Initializes the current instance with the given context.
- initNegative() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- initParams() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- InMemoryLookupCache - Class in org.deeplearning4j.models.word2vec.wordstore.inmemory
-
In memory lookup cache for smaller datasets
- InMemoryLookupCache() - Constructor for class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- InMemoryLookupTable - Class in org.deeplearning4j.models.embeddings.inmemory
-
Default word lookup table
- InMemoryLookupTable(VocabCache, int, boolean, double, RandomGenerator, double) - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- InMemoryLookupTable.Builder - Class in org.deeplearning4j.models.embeddings.inmemory
-
- InMemoryLookupTable.WeightIterator - Class in org.deeplearning4j.models.embeddings.inmemory
-
- input() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- inputColumns() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
-
- inputColumns() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
- InputHomogenization - Class in org.deeplearning4j.text.inputsanitation
-
Performs some very basic textual transformations
such as word shape, lower casing, and stripping of punctuation
- InputHomogenization(String) - Constructor for class org.deeplearning4j.text.inputsanitation.InputHomogenization
-
Input text to applyTransformToOrigin
- InputHomogenization(String, boolean) - Constructor for class org.deeplearning4j.text.inputsanitation.InputHomogenization
-
- InputHomogenization(String, List<String>) - Constructor for class org.deeplearning4j.text.inputsanitation.InputHomogenization
-
- InputStreamCreator - Interface in org.deeplearning4j.models.word2vec
-
Created by agibsonccc on 10/19/14.
- instantiate() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformerFactory
-
- instantiate() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformerFactory
-
- instantiate() - Method in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformerFactory
-
- invertedIndex - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- InvertedIndex - Interface in org.deeplearning4j.text.invertedindex
-
An inverted index for mapping words to documents
and documents to words
- isBeginLabel() - Method in class org.deeplearning4j.text.movingwindow.Window
-
- isEndLabel() - Method in class org.deeplearning4j.text.movingwindow.Window
-
- isStem() - Method in class org.deeplearning4j.models.word2vec.VocabWork
-
- isUseAdaGrad() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- iter - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- iterate(DocumentIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- iterate(SentenceIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- iterate(VocabWord, VocabWord) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
Iterate on the given 2 vocab words
- iterate(VocabWord, VocabWord) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
-
Iterate on the given 2 vocab words
- iterate(SentenceIterator) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
-
- iterate(SentenceIterator) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- iterate(DocumentIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- iterate(SentenceIterator) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- iterate(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- iterate(DocumentIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- iterate(SentenceIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- iterate(VocabWord, VocabWord, AtomicLong, double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
Train the word vector
on the given words
- iterateSample(VocabWord, VocabWord, AtomicLong, double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
Iterate on the given 2 vocab words
- iterateSample(VocabWord, VocabWord, AtomicLong, double) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
-
Iterate on the given 2 vocab words
- iterateSample(VocabWord, VocabWord, double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
glove iteration
- iterateSample(VocabWord, VocabWord, AtomicLong, double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
- iterateSample(GloveWork, VocabWord, VocabWord, double) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
-
glove iteration
- iterateSample(Word2VecWork, VocabWord, VocabWord, double) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
Iterate on the given 2 vocab words
- iterations(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- iterations(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- iterations - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- iterations(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- ITERATIONS - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
-
- ITERATIONS - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- LABEL - Static variable in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- LabelAwareDocumentIterator - Interface in org.deeplearning4j.text.documentiterator
-
Created by agibsonccc on 10/18/14.
- LabelAwareFileSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator.labelaware
-
Label aware sentence iterator
- LabelAwareFileSentenceIterator(SentencePreProcessor, File) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
-
Takes a single file or directory
- LabelAwareFileSentenceIterator(File) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareFileSentenceIterator
-
- LabelAwareListSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator.labelaware
-
Iterates over an input stream with the textual format:
label delimiter text
- LabelAwareListSentenceIterator(InputStream, String, int, int) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
-
Initializes the sentence iterator with the given args, note that this will close the input stream for you
- LabelAwareListSentenceIterator(InputStream) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
-
Same as calling (is,\t,0,1)
- LabelAwareListSentenceIterator(InputStream, String) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
-
Same as calling (is,\t,0,1)
- LabelAwareSentenceIterator - Interface in org.deeplearning4j.text.sentenceiterator.labelaware
-
SentenceIterator that is aware of its label.
- LabelAwareUimaSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator.labelaware
-
Uima sentence iterator that is aware of the current file
- LabelAwareUimaSentenceIterator(SentencePreProcessor, String, UimaResource) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
-
- LabelAwareUimaSentenceIterator(String, AnalysisEngine) - Constructor for class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareUimaSentenceIterator
-
- labels - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- labels - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- labels(List<String>) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- labelSentenceIter - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- layerSize() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- layerSize() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
-
The layer size for the lookup table
- layerSize - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- layerSize(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- layerSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- layerSize - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- layerSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- learningRate(double) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- learningRate(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- learningRate(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- learningRateDecayWords(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- learningRateDecayWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- learningRateDecayWords(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- learningRateDecayWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- LineSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
-
Each line is a sentence
- LineSentenceIterator(File) - Constructor for class org.deeplearning4j.text.sentenceiterator.LineSentenceIterator
-
- load(InputStream) - Static method in class org.deeplearning4j.models.glove.CoOccurrences
-
Load from an input stream with the following format:
w1 w2 score
- load(InputStream, InputStream) - Static method in class org.deeplearning4j.models.glove.Glove
-
Load a glove model from an input stream.
- load(InputStream, VocabCache) - Static method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
Load a glove model from an input stream.
- load(InputStream) - Static method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Load a look up cache from an input stream
delimited by \n
- loadCodes(int[]) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
Loads the co-occurrences for the given codes
- loadCodes(int[]) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
-
Loads the co-occurrences for the given codes
- loadGoogleModel(String, boolean) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Loads the google model
- loadRawArray(InputStream, VocabCache, int) - Static method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
Load the weights in raw format
- loadTxt(File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Loads an in memory cache from the given path (sets syn0 and the vocab)
- loadTxtVectors(File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Loads an in memory cache from the given path (sets syn0 and the vocab)
- loadVocab() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- loadVocab() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Load vocab
- log - Static variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- lookupTable() - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
- lookupTable - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- lookupTable() - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- lookupTable() - Method in class org.deeplearning4j.models.glove.Glove
-
- lookupTable(WeightLookupTable) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- lookupTable - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- lookupTable(WeightLookupTable) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- LOOKUPTABLE_SIZE - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
-
- lr - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
-
- lr(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
-
- lr - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- lr(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
-
- lr - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- LuceneInvertedIndex - Class in org.deeplearning4j.text.invertedindex
-
Lucene based inverted index
- LuceneInvertedIndex(VocabCache, boolean) - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- LuceneInvertedIndex(VocabCache, boolean, String) - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- LuceneInvertedIndex(VocabCache) - Constructor for class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- LuceneInvertedIndex.BatchDocIter - Class in org.deeplearning4j.text.invertedindex
-
- LuceneInvertedIndex.Builder - Class in org.deeplearning4j.text.invertedindex
-
- LuceneInvertedIndex.DocIter - Class in org.deeplearning4j.text.invertedindex
-
- LuceneSentenceIterator - Class in org.deeplearning4j.text.sentenceiterator
-
Lucene sentence iterator.
- LuceneSentenceIterator(Directory) - Constructor for class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
-
- randomizedList() - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
Return a randomized list of the co occurrences
- randomTransformBlock() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- randomTransformMatrix() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- read(DataInputStream) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- reader(IndexReader) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- reader - Variable in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
-
- readFloat(InputStream) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Credit to: https://github.com/NLPchina/Word2VEC_java/blob/master/src/com/ansj/vec/Word2VEC.java
- readStopWords() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
- release(CAS) - Method in class org.deeplearning4j.text.uima.UimaResource
-
- remove() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
-
- remove() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceBatchIterator
-
- remove() - Method in class org.deeplearning4j.models.glove.CoOccurrences.CoOccurrenceIterator
-
- remove() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
Removes from the underlying collection the last element returned
by this iterator (optional operation).
- remove() - Method in class org.deeplearning4j.text.corpora.treeparser.TreeIterator
-
Removes from the underlying collection the last element returned
by this iterator (optional operation).
- remove() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.BatchDocIter
-
- remove() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.DocIter
-
- remove() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- RenderApplication - Class in org.deeplearning4j.plot.dropwizard
-
- RenderApplication() - Constructor for class org.deeplearning4j.plot.dropwizard.RenderApplication
-
- RenderResource - Class in org.deeplearning4j.plot.dropwizard
-
Created by agibsonccc on 10/8/14.
- RenderResource() - Constructor for class org.deeplearning4j.plot.dropwizard.RenderResource
-
- RenderView - Class in org.deeplearning4j.plot.dropwizard
-
Created by agibsonccc on 10/8/14.
- RenderView() - Constructor for class org.deeplearning4j.plot.dropwizard.RenderView
-
- reset() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
-
- reset() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
- reset() - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveJobIterator
-
- reset() - Method in class org.deeplearning4j.scaleout.perform.models.glove.iterator.GloveJobIterator
-
- reset() - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
-
- reset() - Method in class org.deeplearning4j.scaleout.perform.text.SentenceJobIterator
-
- reset() - Method in interface org.deeplearning4j.text.documentiterator.DocumentIterator
-
Reset the iterator to the beginning
- reset() - Method in class org.deeplearning4j.text.documentiterator.FileDocumentIterator
-
- reset() - Method in class org.deeplearning4j.text.sentenceiterator.CollectionSentenceIterator
-
- reset() - Method in class org.deeplearning4j.text.sentenceiterator.FileSentenceIterator
-
- reset() - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
-
Resets the iterator to the beginning
- reset() - Method in class org.deeplearning4j.text.sentenceiterator.LineSentenceIterator
-
- reset() - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
-
- reset() - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
-
Resets the iterator to the beginning
- reset() - Method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
-
- resetWeights(boolean) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- resetWeights() - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
Reset the weights of the cache
- resetWeights(boolean) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
-
Clear out all weights regardless
- resetWeights() - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
-
Reset the weights of the cache
- resetWeights(boolean) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
- resetWeights() - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
Reset the weights of the cache
- resetWeights() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
- resetWeightsOnSetup() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
restart training on next fit().
- retrieve() - Method in class org.deeplearning4j.text.uima.UimaResource
-
- ReutersNewsGroupsDataSetIterator - Class in org.deeplearning4j.datasets.iterator
-
- ReutersNewsGroupsDataSetIterator(int, int, boolean) - Constructor for class org.deeplearning4j.datasets.iterator.ReutersNewsGroupsDataSetIterator
-
- ReutersNewsGroupsLoader - Class in org.deeplearning4j.datasets.loader
-
- ReutersNewsGroupsLoader(boolean) - Constructor for class org.deeplearning4j.datasets.loader.ReutersNewsGroupsLoader
-
- rng - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- rng(RandomGenerator) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- RNTN - Class in org.deeplearning4j.models.rntn
-
Recursive Neural Tensor Network by Socher et.
- RNTN.Builder - Class in org.deeplearning4j.models.rntn
-
- RNTNEval - Class in org.deeplearning4j.models.rntn
-
Recursive counter for an RNTN
- RNTNEval() - Constructor for class org.deeplearning4j.models.rntn.RNTNEval
-
- run(ApiConfiguration, Environment) - Method in class org.deeplearning4j.plot.dropwizard.ApiResource
-
- run(ApiConfiguration, Environment) - Method in class org.deeplearning4j.plot.dropwizard.RenderApplication
-
- sample - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- sample() - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- sample - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- sample(double) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- sample() - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
-
Sampling for building mini batches
- sample - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- sample() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Sampling for creating mini batches
- sample(double) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- sample() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- sampling(double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- sampling - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- sampling(double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- saveVocab(boolean) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- saveVocab - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- saveVocab(boolean) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- saveVocab - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- saveVocab() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- saveVocab() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Saves the vocab: this allow for reuse of word frequencies
- score() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- score(String) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
Scores the text
- score(CAS) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- score(Sentence) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- scoreTokens(List<Token>) - Method in class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- seed - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
-
- seed(long) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.Builder
-
- seed - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- seed(long) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- seed(long) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable.Builder
-
- seed(long) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- seed - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- seed(long) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- seed - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- segmenter() - Static method in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
-
Return a a sentence segmenter
- SentenceAnnotator - Class in org.deeplearning4j.text.annotator
-
- SentenceAnnotator() - Constructor for class org.deeplearning4j.text.annotator.SentenceAnnotator
-
- sentenceIter - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- sentenceIterator - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- sentenceIterator - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- SentenceIterator - Interface in org.deeplearning4j.text.sentenceiterator
-
A sentence iterator that knows how to iterate over sentence.
- SentenceJobIterator - Class in org.deeplearning4j.scaleout.perform.text
-
Job iterator for sentences
- SentenceJobIterator(SentenceIterator) - Constructor for class org.deeplearning4j.scaleout.perform.text.SentenceJobIterator
-
- SentenceMessage - Class in org.deeplearning4j.models.word2vec.actor
-
- SentenceMessage(String, AtomicLong) - Constructor for class org.deeplearning4j.models.word2vec.actor.SentenceMessage
-
- SentencePreProcessor - Interface in org.deeplearning4j.text.sentenceiterator
-
- SentenceResult - Class in org.deeplearning4j.scaleout.perform.text.result
-
Created by agibsonccc on 11/29/14.
- SentenceResult() - Constructor for class org.deeplearning4j.scaleout.perform.text.result.SentenceResult
-
- sentences - Variable in class org.deeplearning4j.text.sentenceiterator.UimaSentenceIterator
-
- SentenceWork - Class in org.deeplearning4j.models.glove.actor
-
Created by agibsonccc on 12/7/14.
- SentenceWork(int, String) - Constructor for class org.deeplearning4j.models.glove.actor.SentenceWork
-
- serialVersionUID - Static variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- setActivationFunction(ActivationFunction) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setAdagradResetFrequency(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setAnalysisEngine(AnalysisEngine) - Method in class org.deeplearning4j.text.uima.UimaResource
-
- setB(int) - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
-
- setBegin(int) - Method in class org.deeplearning4j.text.movingwindow.Window
-
- setBias(INDArray) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
- setBiasAdaGrad(AdaGrad) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
- setBiases(Map<String, Double>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
-
- setBinaryClassificationSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setBinaryINd4jize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setBinaryTransformSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setCache(VocabCache) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- setCasPool(CasPool) - Method in class org.deeplearning4j.text.uima.UimaResource
-
- setChanged(AtomicLong) - Method in class org.deeplearning4j.models.word2vec.actor.SentenceMessage
-
- setChangeTracker(AtomicLong) - Method in class org.deeplearning4j.models.word2vec.actor.VocabMessage
-
- setClassWeights(Map<Integer, Double>) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setCodeLength(int) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- setCodes(Map<Integer, INDArray>) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setCodes(List<Integer>) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- setCombineClassification(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setConf(NeuralNetConfiguration) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- setConfiguration(NeuralNetConfiguration) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- setCoOccurrences(CoOccurrences) - Method in class org.deeplearning4j.models.glove.Glove
-
- setCoOccurrences(List<Pair<VocabWord, VocabWord>>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
-
- setCoOCurreneCounts(CounterMap<String, String>) - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
- setCoordPath(String) - Method in class org.deeplearning4j.plot.dropwizard.ApiConfiguration
-
- setCount(AtomicInteger) - Method in class org.deeplearning4j.models.word2vec.StreamWork
-
- setCount(AtomicInteger) - Method in class org.deeplearning4j.models.word2vec.VocabWork
-
- setCountForDoc(String, int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- setCountForDoc(String, int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Set the count for the number of documents the word appears in
- setDocIter(DocumentIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- setEnd(int) - Method in class org.deeplearning4j.text.movingwindow.Window
-
- setFeatureVectors(Word2Vec) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setFeatureVectors(WeightLookupTable) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setI(int) - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
-
- setId(int) - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
-
- setIndex(int) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- setIndexes(Map<Integer, VocabWord>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
-
- setIndexes(Map<Integer, VocabWord>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setInput(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- setLabel(List<String>) - Method in class org.deeplearning4j.models.word2vec.VocabWork
-
- setLabel(String) - Method in class org.deeplearning4j.text.movingwindow.Window
-
- setLearningRate(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setLearningRate(double) - Method in interface org.deeplearning4j.models.embeddings.WeightLookupTable
-
Sets the learning rate
- setLookupTable(WeightLookupTable) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- setLookupTable(GloveWeightLookupTable) - Method in class org.deeplearning4j.models.glove.Glove
-
- setLowerCasefeatureNames(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setLr(AtomicDouble) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setMaxCount(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
- setMinWordFrequency(int) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- setNegative(double) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setNegativeChange(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
-
- setNegativeVectors(Map<String, Pair<VocabWord, INDArray>>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setNumBinaryMatrices(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setNumHidden(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setNumUnaryMatrices(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setOriginalNegative(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setOriginalSyn1Vectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setOriginalVectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
-
- setOriginalVectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setParam(String, INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- setParameters(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- setParams(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- setParamTable(Map<String, INDArray>) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- setPoints(List<Integer>) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- setPreProcessor(DataSetPreProcessor) - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
Set a pre processor
- setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.BaseSentenceIterator
-
- setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.labelaware.LabelAwareListSentenceIterator
-
- setPreProcessor(SentencePreProcessor) - Method in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
-
- setPreProcessor(SentencePreProcessor) - Method in interface org.deeplearning4j.text.sentenceiterator.SentenceIterator
-
- setRandomFeatureVectors(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setRegTransformINDArray(double) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setRng(RandomGenerator) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setScalingForInit(double) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setSentence(String) - Method in class org.deeplearning4j.models.glove.actor.SentenceWork
-
- setSentence(String) - Method in class org.deeplearning4j.models.word2vec.actor.SentenceMessage
-
- setSentence(List<VocabWord>) - Method in class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
-
- setSentenceIter(SentenceIterator) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
Note that calling a setter on this
means assumes that this is a training continuation
and therefore weights should not be reset.
- setSentenceIterator(SentenceIterator) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- setSentenceOccurrences(Counter<Integer>) - Method in class org.deeplearning4j.models.glove.CoOccurrences
-
- setSentences(List<List<VocabWord>>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setSimplifiedModel(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setStem(boolean) - Method in class org.deeplearning4j.models.word2vec.VocabWork
-
- setStem(Token, String) - Method in class org.deeplearning4j.text.annotator.StemmerAnnotator
-
- setStopWords(List<String>) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- setSyn0(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setSyn0Change(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveResult
-
- setSyn0Change(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
-
- setSyn1(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setSyn1Change(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
-
- setSyn1Neg(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setSyn1Vectors(Map<String, INDArray>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setTable(INDArray) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setTokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- setTokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
- setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultStreamTokenizer
-
- setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.DefaultTokenizer
-
- setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.PosUimaTokenizer
-
- setTokenPreProcessor(TokenPreProcess) - Method in interface org.deeplearning4j.text.tokenization.tokenizer.Tokenizer
-
Set the token pre process
- setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizer.UimaTokenizer
-
- setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.DefaultTokenizerFactory
-
- setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.PosUimaTokenizerFactory
-
- setTokenPreProcessor(TokenPreProcess) - Method in interface org.deeplearning4j.text.tokenization.tokenizerfactory.TokenizerFactory
-
Sets a token pre processor to be used
with every tokenizer
- setTokenPreProcessor(TokenPreProcess) - Method in class org.deeplearning4j.text.tokenization.tokenizerfactory.UimaTokenizerFactory
-
- setTokens(List<String>) - Method in class org.deeplearning4j.models.word2vec.actor.VocabMessage
-
- setUnaryClassificationSize(int) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setup() - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
Build the binary tree
Reset the weights
- setup(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
-
- setup(Configuration) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- setup(Configuration) - Method in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
-
- setUseAdaGrad(boolean) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setUseTensors(boolean) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- setVectorizer(TextVectorizer) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
- setVectorLength(int) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setVectors(Map<String, Pair<VocabWord, INDArray>>) - Method in class org.deeplearning4j.scaleout.perform.models.glove.GloveWork
-
- setVectors(Map<String, Pair<VocabWord, INDArray>>) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- setVocab(VocabCache) - Method in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- setVocab(VocabCache) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- setWeightAdaGrad(AdaGrad) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
- setWord(String) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- setWords(List<String>) - Method in class org.deeplearning4j.text.movingwindow.Window
-
- setWork(String) - Method in class org.deeplearning4j.models.word2vec.VocabWork
-
- setxMax(double) - Method in class org.deeplearning4j.models.glove.GloveWeightLookupTable
-
- shouldReset - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- shuffle(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- similarity(String, String) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
Returns the similarity of 2 words
- similarity(String, String) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
Returns the similarity of 2 words
- similarWordsInVocabTo(String, double) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
Find all words with a similar characters
in the vocab
- similarWordsInVocabTo(String, double) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
Find all words with a similar characters
in the vocab
- skipGram(int, List<VocabWord>, int, AtomicLong, double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
Train via skip gram
- skipGram(int, List<VocabWord>, int, Word2VecWork, double) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
Train via skip gram
- SkipGramMessage - Class in org.deeplearning4j.models.word2vec.actor
-
Created by agibsonccc on 9/16/14.
- SkipGramMessage(int, int, List<VocabWord>) - Constructor for class org.deeplearning4j.models.word2vec.actor.SkipGramMessage
-
- stats() - Method in class org.deeplearning4j.models.rntn.RNTNEval
-
- stem - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- stem - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- stem(boolean) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- stem(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- StemmerAnnotator - Class in org.deeplearning4j.text.annotator
-
This class borrows from org.apache.lucene.analysis.snowball.SnowballFilter
Copyright (c) 2009, Regents of the University of Colorado
All rights reserved.
- StemmerAnnotator() - Constructor for class org.deeplearning4j.text.annotator.StemmerAnnotator
-
- stopWords - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- stopWords - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- stopWords(List<String>) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- stopWords - Variable in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- stopWords(List<String>) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- stopWords(List<String>) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- stopWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- stopWords(List<String>) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- stopWords(List<String>) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- StopWords - Class in org.deeplearning4j.text.stopwords
-
Loads stop words from the class path
- StopWords() - Constructor for class org.deeplearning4j.text.stopwords.StopWords
-
- StreamWork - Class in org.deeplearning4j.models.word2vec
-
- StreamWork(InputStreamCreator, AtomicInteger) - Constructor for class org.deeplearning4j.models.word2vec.StreamWork
-
- StringCleaning - Class in org.deeplearning4j.text.tokenization.tokenizer.preprocessor
-
Various string cleaning utils
- StringCleaning() - Constructor for class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.StringCleaning
-
- stringWithLabels(String, TokenizerFactory) - Static method in class org.deeplearning4j.text.movingwindow.ContextLabelRetriever
-
Returns a stripped sentence with the indices of words
with certain kinds of labels.
- stripPunct(String) - Static method in class org.deeplearning4j.text.tokenization.tokenizer.preprocessor.StringCleaning
-
Strip punctuation
- SWN3 - Class in org.deeplearning4j.text.corpora.sentiwordnet
-
Based on SentiWordnet
- SWN3() - Constructor for class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- SWN3(AnalysisEngine) - Constructor for class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- SWN3(String) - Constructor for class org.deeplearning4j.text.corpora.sentiwordnet.SWN3
-
- symmetric(boolean) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
-
- symmetric - Variable in class org.deeplearning4j.models.glove.CoOccurrences
-
- symmetric(boolean) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- syn0 - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- syn1 - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- syn1Neg - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- table - Variable in class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable
-
- TABLE - Static variable in class org.deeplearning4j.scaleout.perform.models.glove.GlovePerformer
-
- TABLE - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- TextVectorizer - Interface in org.deeplearning4j.bagofwords.vectorizer
-
Vectorizes text
- textVectorizer - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- TfidfVectorizer - Class in org.deeplearning4j.bagofwords.vectorizer
-
Turns a applyTransformToDestination of documents in to a tfidf bag of words
- TfidfVectorizer() - Constructor for class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
-
- TfidfVectorizer(VocabCache, TokenizerFactory, List<String>, int, DocumentIterator, SentenceIterator, List<String>, InvertedIndex, int, double, boolean, boolean) - Constructor for class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
-
- TfidfVectorizer.Builder - Class in org.deeplearning4j.bagofwords.vectorizer
-
- toInputMatrix(List<Window>, Word2Vec) - Static method in class org.deeplearning4j.text.movingwindow.WordConverter
-
- toInputMatrix() - Method in class org.deeplearning4j.text.movingwindow.WordConverter
-
- tokenFor(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- tokenFor(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Returns the token (again not necessarily in the vocab)
for this word
- tokenize(TokenizerFactory) - Method in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- tokenize(CAS, AnnotationFS) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
-
- tokenizer(TokenizerFactory) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
-
- tokenizer(TokenizerFactory) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- Tokenizer - Interface in org.deeplearning4j.text.tokenization.tokenizer
-
A representation of a tokenizer.
- TOKENIZER_CLASS - Static variable in class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
-
- TokenizerAnnotator - Class in org.deeplearning4j.text.annotator
-
Overrides OpenNLP tokenizer to be thread safe
- TokenizerAnnotator() - Constructor for class org.deeplearning4j.text.annotator.TokenizerAnnotator
-
- tokenizerFactory - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- tokenizerFactory - Variable in class org.deeplearning4j.bagofwords.vectorizer.Builder
-
- tokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- tokenizerFactory - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- tokenizerFactory(TokenizerFactory) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- tokenizerFactory - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- TokenizerFactory - Interface in org.deeplearning4j.text.tokenization.tokenizerfactory
-
Generates a tokenizer for a given string
- TokenPreProcess - Interface in org.deeplearning4j.text.tokenization.tokenizer
-
Token preprocessing
- tokens() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- tokens() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
All of the tokens in the cache, (not necessarily apart of the vocab)
- toLabelMatrix(List<String>, List<Window>) - Static method in class org.deeplearning4j.text.movingwindow.WordConverter
-
- toLabelMatrix(List<String>) - Method in class org.deeplearning4j.text.movingwindow.WordConverter
-
- toString() - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- toString() - Method in class org.deeplearning4j.text.movingwindow.Window
-
- TOTAL_WORDS - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- totalExamples() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
-
- totalExamples() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
- totalNumberOfDocs() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- totalNumberOfDocs() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Returns the total of number of documents encountered in the corpus
- totalOutcomes() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
-
- totalOutcomes() - Method in class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
- totalWordOccurrences() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
The total number of word occurrences
- totalWordOccurrences() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
The total number of word occurrences
- totalWords - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- totalWords() - Method in interface org.deeplearning4j.text.invertedindex.InvertedIndex
-
Total number of words in the index
- totalWords() - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- toTree(TreebankNode, Pair<String, MultiDimensionalMap<Integer, Integer, String>>) - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeFactory
-
Converts a treebank node to a tree
- toTree(TreebankNode) - Static method in class org.deeplearning4j.text.corpora.treeparser.TreeFactory
-
Converts a treebank node to a tree
- trainingSystem - Variable in class org.deeplearning4j.bagofwords.vectorizer.BaseTextVectorizer
-
- trainingSystem - Variable in class org.deeplearning4j.models.glove.CoOccurrences
-
- trainSentence(Pair<List<VocabWord>, Collection<VocabWord>>, AtomicLong, double) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors
-
Train on a list of vocab words
- trainSentence(List<VocabWord>, AtomicLong, double) - Method in class org.deeplearning4j.models.word2vec.Word2Vec
-
Train on a list of vocab words
- trainSentence(List<VocabWord>, Word2VecWork, double) - Method in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
Train on a list of vocab words
- transform(String) - Method in class org.deeplearning4j.bagofwords.vectorizer.BagOfWordsVectorizer
-
Transforms the matrix
- transform(String) - Method in interface org.deeplearning4j.bagofwords.vectorizer.TextVectorizer
-
Transforms the matrix
- transform(String) - Method in class org.deeplearning4j.bagofwords.vectorizer.TfidfVectorizer
-
Transforms the matrix
- transform(INDArray) - Method in class org.deeplearning4j.models.rntn.RNTN
-
- transform(Tree) - Method in class org.deeplearning4j.text.corpora.treeparser.BinarizeTreeTransformer
-
- transform(Tree) - Method in class org.deeplearning4j.text.corpora.treeparser.CollapseUnaries
-
- transform(Tree) - Method in interface org.deeplearning4j.text.corpora.treeparser.transformer.TreeTransformer
-
Applies a applyTransformToOrigin to a tree
- transform() - Method in class org.deeplearning4j.text.inputsanitation.InputHomogenization
-
Returns the normalized text passed in via constructor
- transpose() - Method in class org.deeplearning4j.models.rntn.RNTN
-
- TreeFactory - Class in org.deeplearning4j.text.corpora.treeparser
-
Static movingwindow class handling the conversion of
treebank nodes to Trees useful
for recursive neural tensor networks
- TreeFactory() - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeFactory
-
- TreeIterator - Class in org.deeplearning4j.text.corpora.treeparser
-
Tree iterator: iterate over sentences
returning trees with labels and everything already
preset
- TreeIterator(LabelAwareSentenceIterator, List<String>, TreeVectorizer, int) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeIterator
-
- TreeIterator(LabelAwareSentenceIterator, List<String>, TreeVectorizer) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeIterator
-
- TreeIterator(LabelAwareSentenceIterator, List<String>) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeIterator
-
- TreeParser - Class in org.deeplearning4j.text.corpora.treeparser
-
Tree parser for constituency parsing
- TreeParser(AnalysisEngine, AnalysisEngine, CasPool) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeParser
-
- TreeParser() - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeParser
-
- TreeTransformer - Interface in org.deeplearning4j.text.corpora.treeparser.transformer
-
Tree transformer
- TreeVectorizer - Class in org.deeplearning4j.text.corpora.treeparser
-
Tree vectorization pipeline.
- TreeVectorizer(TreeParser) - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeVectorizer
-
Uses the given parser and model
for vectorization of strings
- TreeVectorizer() - Constructor for class org.deeplearning4j.text.corpora.treeparser.TreeVectorizer
-
Uses word vectors from the passed in word2vec model
- typeSystemInit(TypeSystem) - Method in class org.deeplearning4j.text.annotator.PoStagger
-
Initializes the type system.
- typeSystemInit(TypeSystem) - Method in class org.deeplearning4j.text.tokenization.tokenizer.ConcurrentTokenizer
-
Initializes the type system.
- WeightIterator() - Constructor for class org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
-
- WeightLookupTable - Interface in org.deeplearning4j.models.embeddings
-
General weight lookup table
- weights(GloveWeightLookupTable) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- window - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- window - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- WINDOW - Static variable in class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- Window - Class in org.deeplearning4j.text.movingwindow
-
A representation of a sliding window.
- Window(Collection<String>, int, int) - Constructor for class org.deeplearning4j.text.movingwindow.Window
-
Creates a window with a context of size 3
- Window(Collection<String>, int, int, int) - Constructor for class org.deeplearning4j.text.movingwindow.Window
-
Initialize a window with the given size
- WindowConverter - Class in org.deeplearning4j.text.movingwindow
-
Util methods for converting windows to
training examples
- WindowConverter() - Constructor for class org.deeplearning4j.text.movingwindow.WindowConverter
-
- windowForWordInPosition(int, int, List<String>) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Creates a sliding window from text
- Windows - Class in org.deeplearning4j.text.movingwindow
-
Static utility class for textual based windowing functions
- Windows() - Constructor for class org.deeplearning4j.text.movingwindow.Windows
-
- windows(InputStream, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(InputStream, TokenizerFactory, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String, TokenizerFactory, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(String, TokenizerFactory) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Constructs a list of window of size windowSize.
- windows(List<String>, int) - Static method in class org.deeplearning4j.text.movingwindow.Windows
-
Constructs a list of window of size windowSize
- windowSize(int) - Method in class org.deeplearning4j.models.glove.CoOccurrences.Builder
-
- windowSize(int) - Method in class org.deeplearning4j.models.glove.Glove.Builder
-
- windowSize(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- windowSize(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- withOutputActivation(ActivationFunction) - Method in class org.deeplearning4j.models.rntn.RNTN.Builder
-
- Word2Vec - Class in org.deeplearning4j.models.word2vec
-
Leveraging a 3 layer neural net with a softmax approach as output,
converts a word based on its context and the training examples in to a
numeric vector
- Word2Vec() - Constructor for class org.deeplearning4j.models.word2vec.Word2Vec
-
- Word2Vec.Builder - Class in org.deeplearning4j.models.word2vec
-
- Word2VecDataFetcher - Class in org.deeplearning4j.models.word2vec.iterator
-
- Word2VecDataFetcher(String, Word2Vec, List<String>) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataFetcher
-
- Word2VecDataSetIterator - Class in org.deeplearning4j.models.word2vec.iterator
-
Iterates over a sentence with moving window to produce a data applyTransformToDestination
for word windows based on a pretrained word2vec.
- Word2VecDataSetIterator(Word2Vec, LabelAwareSentenceIterator, List<String>, int, boolean, boolean) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
Allows for customization of all of the params of the iterator
- Word2VecDataSetIterator(Word2Vec, LabelAwareSentenceIterator, List<String>) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
Initializes this iterator with homogenization and adding labels
and a batch size of 10
- Word2VecDataSetIterator(Word2Vec, LabelAwareSentenceIterator, List<String>, int) - Constructor for class org.deeplearning4j.models.word2vec.iterator.Word2VecDataSetIterator
-
Initializes this iterator with homogenization and adding labels
- Word2VecJobAggregator - Class in org.deeplearning4j.scaleout.perform.models.word2vec
-
Handles creating a total word2vec model
- Word2VecJobAggregator() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecJobAggregator
-
- Word2VecJobIterator - Class in org.deeplearning4j.scaleout.perform.models.word2vec.iterator
-
Word2vec job iterator
- Word2VecJobIterator(Iterator<List<List<VocabWord>>>, WeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
-
- Word2VecJobIterator(TextVectorizer, WeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
-
- Word2VecJobIterator(Iterator<List<List<VocabWord>>>, WeightLookupTable, VocabCache, StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
-
- Word2VecJobIterator(TextVectorizer, WeightLookupTable, VocabCache, StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
-
- Word2VecJobIterator(InvertedIndex, WeightLookupTable, VocabCache, StateTracker, int) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.iterator.Word2VecJobIterator
-
- Word2VecPerformer - Class in org.deeplearning4j.scaleout.perform.models.word2vec
-
Base line word 2 vec performer
- Word2VecPerformer(StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- Word2VecPerformer() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformer
-
- Word2VecPerformerFactory - Class in org.deeplearning4j.scaleout.perform.models.word2vec
-
Work performer factory for word2vec
- Word2VecPerformerFactory() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformerFactory
-
- Word2VecPerformerFactory(StateTracker) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecPerformerFactory
-
- Word2VecResult - Class in org.deeplearning4j.scaleout.perform.models.word2vec
-
Created by agibsonccc on 11/29/14.
- Word2VecResult() - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
-
- Word2VecResult(Map<String, INDArray>, Map<String, INDArray>, Map<String, INDArray>) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecResult
-
- Word2VecWork - Class in org.deeplearning4j.scaleout.perform.models.word2vec
-
Word2vec work
- Word2VecWork(InMemoryLookupTable, InMemoryLookupCache, List<List<VocabWord>>) - Constructor for class org.deeplearning4j.scaleout.perform.models.word2vec.Word2VecWork
-
- WORD_FIELD - Static variable in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex
-
- WORD_FIELD - Static variable in class org.deeplearning4j.text.sentenceiterator.LuceneSentenceIterator
-
- wordAtIndex(int) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Returns the word contained at the given index or null
- wordAtIndex(int) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Returns the word contained at the given index or null
- WordConverter - Class in org.deeplearning4j.text.movingwindow
-
- WordConverter(List<String>, Word2Vec) - Constructor for class org.deeplearning4j.text.movingwindow.WordConverter
-
- WordCountJobAggregator - Class in org.deeplearning4j.scaleout.perform.text
-
Word count aggregator for a vocab cache
- WordCountJobAggregator() - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
-
- WordCountJobAggregator(VocabCache) - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountJobAggregator
-
- WordCountWorkPerformer - Class in org.deeplearning4j.scaleout.perform.text
-
Word count word performer
- WordCountWorkPerformer() - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformer
-
- WordCountWorkPerformerFactory - Class in org.deeplearning4j.scaleout.perform.text
-
Word count work performer
- WordCountWorkPerformerFactory() - Constructor for class org.deeplearning4j.scaleout.perform.text.WordCountWorkPerformerFactory
-
- wordFor(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
- wordFor(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
- wordFrequency(String) - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Returns the number of times the word has occurred
- wordFrequency(String) - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Returns the number of times the word has occurred
- words() - Method in class org.deeplearning4j.models.word2vec.wordstore.inmemory.InMemoryLookupCache
-
Returns all of the words in the vocab
- words() - Method in interface org.deeplearning4j.models.word2vec.wordstore.VocabCache
-
Returns all of the words in the vocab
- wordsNearest(List<String>, List<String>, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
Words nearest based on positive and negative words
- wordsNearest(String, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
Get the top n words most similar to the given word
- wordsNearest(List<String>, List<String>, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
Words nearest based on positive and negative words
- wordsNearest(String, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
Get the top n words most similar to the given word
- wordsNearestSum(String, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
Get the top n words most similar to the given word
- wordsNearestSum(List<String>, List<String>, int) - Method in interface org.deeplearning4j.models.embeddings.wordvectors.WordVectors
-
Words nearest based on positive and negative words
- wordsNearestSum(List<String>, List<String>, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
Words nearest based on positive and negative words
- wordsNearestSum(String, int) - Method in class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
Get the top n words most similar to the given word
- WordVectors - Interface in org.deeplearning4j.models.embeddings.wordvectors
-
Word vectors.
- WordVectorSerializer - Class in org.deeplearning4j.models.embeddings.loader
-
Loads word 2 vec models
- WordVectorSerializer() - Constructor for class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
- WordVectorsImpl - Class in org.deeplearning4j.models.embeddings.wordvectors
-
Common word vector operations
- WordVectorsImpl() - Constructor for class org.deeplearning4j.models.embeddings.wordvectors.WordVectorsImpl
-
- workers(int) - Method in class org.deeplearning4j.models.paragraphvectors.ParagraphVectors.Builder
-
- workers - Variable in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- workers(int) - Method in class org.deeplearning4j.models.word2vec.Word2Vec.Builder
-
- workers - Variable in class org.deeplearning4j.models.word2vec.Word2Vec
-
- write(DataOutputStream) - Method in class org.deeplearning4j.models.word2vec.VocabWord
-
- writer(IndexWriter) - Method in class org.deeplearning4j.text.invertedindex.LuceneInvertedIndex.Builder
-
- writeTsneFormat(Glove, INDArray, File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Write the tsne format
- writeTsneFormat(Word2Vec, INDArray, File) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Write the tsne format
- writeWordVectors(InMemoryLookupTable, InMemoryLookupCache, String) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Writes the word vectors to the given path.
- writeWordVectors(Word2Vec, String) - Static method in class org.deeplearning4j.models.embeddings.loader.WordVectorSerializer
-
Writes the word vectors to the given path.