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) |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
Word2Vec.configuration |
protected VectorsConfiguration |
Word2Vec.Builder.configuration |
Constructor and Description |
---|
Builder(VectorsConfiguration configuration)
Uses VectorsConfiguration bean to initialize Word2Vec model parameters
|
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
SparkSequenceVectors.Builder.configuration |
Modifier and Type | Field and Description |
---|---|
protected org.apache.spark.broadcast.Broadcast<VectorsConfiguration> |
SparkSequenceVectors.configurationBroadcast |
Constructor and Description |
---|
Builder(@NonNull VoidConfiguration psConfiguration,
@NonNull VectorsConfiguration w2vConfiguration) |
SparkSequenceVectors(@NonNull VectorsConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
VocabRddFunctionFlat.configuration |
protected VectorsConfiguration |
PartitionTrainingFunction.vectorsConfiguration |
protected VectorsConfiguration |
TrainingFunction.vectorsConfiguration |
Modifier and Type | Field and Description |
---|---|
protected org.apache.spark.broadcast.Broadcast<VectorsConfiguration> |
BaseTokenizerFunction.configurationBroadcast |
protected org.apache.spark.broadcast.Broadcast<VectorsConfiguration> |
PartitionTrainingFunction.configurationBroadcast |
protected org.apache.spark.broadcast.Broadcast<VectorsConfiguration> |
TrainingFunction.configurationBroadcast |
protected org.apache.spark.broadcast.Broadcast<VectorsConfiguration> |
CountFunction.vectorsConfigurationBroadcast |
protected org.apache.spark.broadcast.Broadcast<VectorsConfiguration> |
DistributedFunction.vectorsConfigurationBroadcast |
protected org.apache.spark.broadcast.Broadcast<VectorsConfiguration> |
VocabRddFunctionFlat.vectorsConfigurationBroadcast |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
BaseSparkLearningAlgorithm.vectorsConfiguration |
Modifier and Type | Method and Description |
---|---|
void |
BaseSparkLearningAlgorithm.configure(VocabCache<ShallowSequenceElement> vocabCache,
WeightLookupTable<ShallowSequenceElement> lookupTable,
VectorsConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected VectorsConfiguration |
BaseSparkSequenceLearningAlgorithm.vectorsConfiguration |
Modifier and Type | Method and Description |
---|---|
void |
BaseSparkSequenceLearningAlgorithm.configure(VocabCache<ShallowSequenceElement> vocabCache,
WeightLookupTable<ShallowSequenceElement> lookupTable,
VectorsConfiguration configuration) |
Constructor and Description |
---|
Builder(@NonNull VoidConfiguration psConfiguration,
@NonNull VectorsConfiguration configuration) |
SparkWord2Vec(@NonNull VoidConfiguration psConfiguration,
@NonNull VectorsConfiguration configuration) |
Copyright © 2020. All rights reserved.