Modifier and Type | Method and Description |
---|---|
ElementsLearningAlgorithm<T> |
SequenceLearningAlgorithm.getElementsLearningAlgorithm() |
Modifier and Type | Class and Description |
---|---|
class |
CBOW<T extends SequenceElement>
CBOW implementation for DeepLearning4j
|
class |
GloVe<T extends SequenceElement>
GloVe LearningAlgorithm implementation for SequenceVectors
|
class |
SkipGram<T extends SequenceElement>
Skip-Gram implementation for dl4j SequenceVectors
|
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(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(ElementsLearningAlgorithm<T> algorithm)
* Sets specific LearningAlgorithm as Elements Learning Algorithm
|
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.elementsLearningAlgorithm(ElementsLearningAlgorithm<VocabWord> algorithm) |
Copyright © 2018. All rights reserved.