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 |
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(@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) |
Modifier and Type | Interface and Description |
---|---|
interface |
SparkElementsLearningAlgorithm
Identification layer for Spark-ready implementations of LearningAlgorithms
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSparkLearningAlgorithm |
class |
SparkCBOW |
class |
SparkSkipGram |
Modifier and Type | Class and Description |
---|---|
class |
SparkDBOW
Spark implementation for PV-DBOW training algorithm
|
class |
SparkDM
Spark implementation for PV-DM training algorithm
|
Modifier and Type | Field and Description |
---|---|
protected ElementsLearningAlgorithm<ShallowSequenceElement> |
BaseSparkSequenceLearningAlgorithm.elementsLearningAlgorithm |
Modifier and Type | Method and Description |
---|---|
ElementsLearningAlgorithm<ShallowSequenceElement> |
BaseSparkSequenceLearningAlgorithm.getElementsLearningAlgorithm() |
Copyright © 2020. All rights reserved.