Uses of Interface
org.deeplearning4j.models.embeddings.learning.SequenceLearningAlgorithm
-
-
Uses of SequenceLearningAlgorithm in org.deeplearning4j.models.embeddings.learning.impl.sequence
Classes in org.deeplearning4j.models.embeddings.learning.impl.sequence that implement SequenceLearningAlgorithm Modifier and Type Class Description classDBOW<T extends SequenceElement>classDM<T extends SequenceElement> -
Uses of SequenceLearningAlgorithm in org.deeplearning4j.models.node2vec
Methods in org.deeplearning4j.models.node2vec with parameters of type SequenceLearningAlgorithm Modifier and Type Method Description Node2Vec.Builder<V,E>Node2Vec.Builder. sequenceLearningAlgorithm(@NonNull SequenceLearningAlgorithm<V> algorithm) -
Uses of SequenceLearningAlgorithm in org.deeplearning4j.models.paragraphvectors
Methods in org.deeplearning4j.models.paragraphvectors with parameters of type SequenceLearningAlgorithm Modifier and Type Method Description ParagraphVectors.BuilderParagraphVectors.Builder. sequenceLearningAlgorithm(SequenceLearningAlgorithm<VocabWord> algorithm) -
Uses of SequenceLearningAlgorithm in org.deeplearning4j.models.sequencevectors
Fields in org.deeplearning4j.models.sequencevectors declared as SequenceLearningAlgorithm Modifier and Type Field Description protected SequenceLearningAlgorithm<T>SequenceVectors.Builder. sequenceLearningAlgorithmprotected SequenceLearningAlgorithm<T>SequenceVectors. sequenceLearningAlgorithmMethods in org.deeplearning4j.models.sequencevectors with parameters of type SequenceLearningAlgorithm Modifier and Type Method Description SequenceVectors.Builder<T>SequenceVectors.Builder. sequenceLearningAlgorithm(@NonNull SequenceLearningAlgorithm<T> algorithm)Sets specific LearningAlgorithm as Sequence Learning Algorithm
-