Modifier and Type | Class and Description |
---|---|
class |
InMemoryLookupTable
Default word lookup table
|
Modifier and Type | Method and Description |
---|---|
WeightLookupTable |
InMemoryLookupTable.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static Pair<WeightLookupTable,VocabCache> |
WordVectorSerializer.loadTxt(File path)
Loads an in memory cache from the given path (sets syn0 and the vocab)
|
Modifier and Type | Field and Description |
---|---|
protected WeightLookupTable |
WordVectorsImpl.lookupTable |
Modifier and Type | Method and Description |
---|---|
WeightLookupTable |
WordVectorsImpl.lookupTable() |
WeightLookupTable |
WordVectors.lookupTable() |
Modifier and Type | Method and Description |
---|---|
void |
WordVectorsImpl.setLookupTable(WeightLookupTable lookupTable) |
Modifier and Type | Class and Description |
---|---|
class |
GloveWeightLookupTable
Glove lookup table
|
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.lookupTable(WeightLookupTable lookupTable) |
Modifier and Type | Method and Description |
---|---|
RNTN.Builder |
RNTN.Builder.setFeatureVectors(WeightLookupTable featureVectors) |
Modifier and Type | Field and Description |
---|---|
protected WeightLookupTable |
Word2Vec.Builder.lookupTable |
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.lookupTable(WeightLookupTable lookupTable) |
Constructor and Description |
---|
Word2VecJobIterator(InvertedIndex invertedIndex,
WeightLookupTable table,
VocabCache cache,
org.deeplearning4j.scaleout.api.statetracker.StateTracker stateTracker,
int batchSize) |
Word2VecJobIterator(Iterator<List<List<VocabWord>>> sentenceIterator,
WeightLookupTable table,
VocabCache cache,
org.deeplearning4j.scaleout.api.statetracker.StateTracker stateTracker) |
Word2VecJobIterator(Iterator<List<List<VocabWord>>> sentenceIterator,
WeightLookupTable table,
VocabCache cache,
org.deeplearning4j.scaleout.api.statetracker.StateTracker stateTracker,
int batchSize) |
Word2VecJobIterator(TextVectorizer textVectorizer,
WeightLookupTable table,
VocabCache cache,
org.deeplearning4j.scaleout.api.statetracker.StateTracker stateTracker) |
Word2VecJobIterator(TextVectorizer textVectorizer,
WeightLookupTable table,
VocabCache cache,
org.deeplearning4j.scaleout.api.statetracker.StateTracker stateTracker,
int batchSize) |
Copyright © 2015. All rights reserved.