Modifier and Type | Method and Description |
---|---|
void |
SequenceLearningAlgorithm.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration) |
void |
ElementsLearningAlgorithm.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
SkipGram.configuration |
Modifier and Type | Method and Description |
---|---|
void |
CBOW.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration) |
void |
SkipGram.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration)
SkipGram initialization over given vocabulary and WeightLookupTable
|
void |
GloVe.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
DBOW.configuration |
Modifier and Type | Method and Description |
---|---|
void |
DBOW.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration) |
void |
DM.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static VectorsConfiguration |
VectorsConfiguration.fromJson(String json) |
Modifier and Type | Method and Description |
---|---|
protected static TokenizerFactory |
WordVectorSerializer.getTokenizerFactory(VectorsConfiguration configuration) |
static Word2Vec |
WordVectorSerializer.readWord2VecFromText(File vectors,
File hs,
File h_codes,
File h_points,
VectorsConfiguration configuration)
This method allows you to read ParagraphVectors from externaly originated vectors and syn1.
|
Constructor and Description |
---|
Builder(VectorsConfiguration configuration) |
Constructor and Description |
---|
Builder(GraphWalker<V> walker,
VectorsConfiguration configuration) |
Constructor and Description |
---|
Builder(VectorsConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
SequenceVectors.configuration |
protected VectorsConfiguration |
SequenceVectors.Builder.configuration |
Constructor and Description |
---|
Builder(VectorsConfiguration configuration) |
Constructor and Description |
---|
Builder(VectorsConfiguration configuration) |
Copyright © 2017. All rights reserved.