Package | Description |
---|---|
org.deeplearning4j.models.glove | |
org.deeplearning4j.scaleout.perform.models.glove |
Modifier and Type | Method and Description |
---|---|
CoOccurrences |
CoOccurrences.Builder.build() |
CoOccurrences |
LegacyGlove.getCoOccurrences()
Deprecated.
|
static CoOccurrences |
CoOccurrences.load(InputStream from)
Load from an input stream with the following format:
w1 w2 score
|
Modifier and Type | Method and Description |
---|---|
LegacyGlove.Builder |
LegacyGlove.Builder.coOccurrences(CoOccurrences coOccurrences) |
void |
LegacyGlove.setCoOccurrences(CoOccurrences coOccurrences)
Deprecated.
|
Constructor and Description |
---|
LegacyGlove(VocabCache cache,
SentenceIterator sentenceIterator,
TextVectorizer textVectorizer,
TokenizerFactory tokenizerFactory,
GloveWeightLookupTable lookupTable,
int layerSize,
double learningRate,
double xMax,
int windowSize,
CoOccurrences coOccurrences,
List<String> stopWords,
boolean stem,
int batchSize,
int minWordFrequency,
double maxCount,
int iterations,
boolean symmetric,
org.nd4j.linalg.api.rng.Random gen,
boolean shuffle,
long seed,
int numWorkers)
Deprecated.
|
Constructor and Description |
---|
GloveJobIterator(CoOccurrences coc,
GloveWeightLookupTable table,
VocabCache cache,
StateTracker stateTracker,
int batchSize) |
Copyright © 2016. All Rights Reserved.