Modifier and Type | Method and Description |
---|---|
void |
ElementsLearningAlgorithm.configure(VocabCache<T> vocabCache,
WeightLookupTable<T> lookupTable,
VectorsConfiguration configuration) |
void |
SequenceLearningAlgorithm.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(@NonNull VocabCache<T> vocabCache,
@NonNull WeightLookupTable<T> lookupTable,
@NonNull VectorsConfiguration configuration) |
void |
SkipGram.configure(@NonNull VocabCache<T> vocabCache,
@NonNull WeightLookupTable<T> lookupTable,
@NonNull VectorsConfiguration configuration)
SkipGram initialization over given vocabulary and WeightLookupTable
|
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
DBOW.configuration |
Modifier and Type | Method and Description |
---|---|
void |
DBOW.configure(@NonNull VocabCache<T> vocabCache,
@NonNull WeightLookupTable<T> lookupTable,
@NonNull VectorsConfiguration configuration) |
void |
DM.configure(@NonNull VocabCache<T> vocabCache,
@NonNull WeightLookupTable<T> lookupTable,
@NonNull 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(@NonNull File vectors,
@NonNull File hs,
@NonNull File h_codes,
@NonNull File h_points,
@NonNull VectorsConfiguration configuration)
This method allows you to read ParagraphVectors from externally originated vectors and syn1.
|
Constructor and Description |
---|
Builder(@NonNull GraphWalker<V> walker,
@NonNull VectorsConfiguration configuration) |
Constructor and Description |
---|
Builder(@NonNull VectorsConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
SequenceVectors.configuration |
protected VectorsConfiguration |
SequenceVectors.Builder.configuration |
Constructor and Description |
---|
Builder(@NonNull VectorsConfiguration configuration) |
Constructor and Description |
---|
Builder(@NonNull VectorsConfiguration configuration) |
Copyright © 2022. All rights reserved.