Uses of Interface
org.deeplearning4j.models.embeddings.learning.ElementsLearningAlgorithm
-
-
Uses of ElementsLearningAlgorithm in org.deeplearning4j.models.embeddings.learning
Methods in org.deeplearning4j.models.embeddings.learning that return ElementsLearningAlgorithm Modifier and Type Method Description ElementsLearningAlgorithm<T>SequenceLearningAlgorithm. getElementsLearningAlgorithm() -
Uses of ElementsLearningAlgorithm in org.deeplearning4j.models.embeddings.learning.impl.elements
Classes in org.deeplearning4j.models.embeddings.learning.impl.elements that implement ElementsLearningAlgorithm Modifier and Type Class Description classCBOW<T extends SequenceElement>classSkipGram<T extends SequenceElement> -
Uses of ElementsLearningAlgorithm in org.deeplearning4j.models.embeddings.learning.impl.sequence
Methods in org.deeplearning4j.models.embeddings.learning.impl.sequence that return ElementsLearningAlgorithm Modifier and Type Method Description ElementsLearningAlgorithm<T>DBOW. getElementsLearningAlgorithm()ElementsLearningAlgorithm<T>DM. getElementsLearningAlgorithm() -
Uses of ElementsLearningAlgorithm in org.deeplearning4j.models.node2vec
Methods in org.deeplearning4j.models.node2vec with parameters of type ElementsLearningAlgorithm Modifier and Type Method Description Node2Vec.Builder<V,E>Node2Vec.Builder. elementsLearningAlgorithm(@NonNull ElementsLearningAlgorithm<V> algorithm) -
Uses of ElementsLearningAlgorithm in org.deeplearning4j.models.paragraphvectors
Methods in org.deeplearning4j.models.paragraphvectors with parameters of type ElementsLearningAlgorithm Modifier and Type Method Description ParagraphVectors.BuilderParagraphVectors.Builder. elementsLearningAlgorithm(ElementsLearningAlgorithm<VocabWord> algorithm) -
Uses of ElementsLearningAlgorithm in org.deeplearning4j.models.sequencevectors
Fields in org.deeplearning4j.models.sequencevectors declared as ElementsLearningAlgorithm Modifier and Type Field Description protected ElementsLearningAlgorithm<T>SequenceVectors.Builder. elementsLearningAlgorithmprotected ElementsLearningAlgorithm<T>SequenceVectors. elementsLearningAlgorithmMethods in org.deeplearning4j.models.sequencevectors with parameters of type ElementsLearningAlgorithm Modifier and Type Method Description SequenceVectors.Builder<T>SequenceVectors.Builder. elementsLearningAlgorithm(@NonNull ElementsLearningAlgorithm<T> algorithm)* Sets specific LearningAlgorithm as Elements Learning Algorithm -
Uses of ElementsLearningAlgorithm in org.deeplearning4j.models.word2vec
Methods in org.deeplearning4j.models.word2vec with parameters of type ElementsLearningAlgorithm Modifier and Type Method Description Word2Vec.BuilderWord2Vec.Builder. elementsLearningAlgorithm(@NonNull ElementsLearningAlgorithm<VocabWord> algorithm)
-