Modifier and Type | Method and Description |
---|---|
ElementsLearningAlgorithm<T> |
SequenceLearningAlgorithm.getElementsLearningAlgorithm() |
Modifier and Type | Class and Description |
---|---|
class |
CBOW<T extends SequenceElement> |
class |
SkipGram<T extends SequenceElement> |
Modifier and Type | Method and Description |
---|---|
ElementsLearningAlgorithm<T> |
DBOW.getElementsLearningAlgorithm() |
ElementsLearningAlgorithm<T> |
DM.getElementsLearningAlgorithm() |
Modifier and Type | Method and Description |
---|---|
Node2Vec.Builder<V,E> |
Node2Vec.Builder.elementsLearningAlgorithm(@NonNull ElementsLearningAlgorithm<V> algorithm) |
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.elementsLearningAlgorithm(ElementsLearningAlgorithm<VocabWord> algorithm) |
Modifier and Type | Field and Description |
---|---|
protected ElementsLearningAlgorithm<T> |
SequenceVectors.elementsLearningAlgorithm |
protected ElementsLearningAlgorithm<T> |
SequenceVectors.Builder.elementsLearningAlgorithm |
Modifier and Type | Method and Description |
---|---|
SequenceVectors.Builder<T> |
SequenceVectors.Builder.elementsLearningAlgorithm(@NonNull ElementsLearningAlgorithm<T> algorithm)
* Sets specific LearningAlgorithm as Elements Learning Algorithm
|
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.elementsLearningAlgorithm(@NonNull ElementsLearningAlgorithm<VocabWord> algorithm) |
Copyright © 2022. All rights reserved.