Uses of Class
org.deeplearning4j.models.embeddings.loader.VectorsConfiguration
-
-
Uses of VectorsConfiguration in org.deeplearning4j.models.embeddings.learning
Methods in org.deeplearning4j.models.embeddings.learning with parameters of type VectorsConfiguration Modifier and Type Method Description void
ElementsLearningAlgorithm. configure(VocabCache<T> vocabCache, WeightLookupTable<T> lookupTable, VectorsConfiguration configuration)
void
SequenceLearningAlgorithm. configure(VocabCache<T> vocabCache, WeightLookupTable<T> lookupTable, VectorsConfiguration configuration)
-
Uses of VectorsConfiguration in org.deeplearning4j.models.embeddings.learning.impl.elements
Fields in org.deeplearning4j.models.embeddings.learning.impl.elements declared as VectorsConfiguration Modifier and Type Field Description protected VectorsConfiguration
SkipGram. configuration
Methods in org.deeplearning4j.models.embeddings.learning.impl.elements with parameters of type VectorsConfiguration Modifier and Type Method Description void
CBOW. configure(@NonNull VocabCache<T> vocabCache, @NonNull WeightLookupTable<T> lookupTable, @NonNull VectorsConfiguration configuration)
void
SkipGram. configure(@NonNull VocabCache<T> vocabCache, @NonNull WeightLookupTable<T> lookupTable, @NonNull VectorsConfiguration configuration)
SkipGram initialization over given vocabulary and WeightLookupTable -
Uses of VectorsConfiguration in org.deeplearning4j.models.embeddings.learning.impl.sequence
Fields in org.deeplearning4j.models.embeddings.learning.impl.sequence declared as VectorsConfiguration Modifier and Type Field Description protected VectorsConfiguration
DBOW. configuration
Methods in org.deeplearning4j.models.embeddings.learning.impl.sequence with parameters of type VectorsConfiguration Modifier and Type Method Description void
DBOW. configure(@NonNull VocabCache<T> vocabCache, @NonNull WeightLookupTable<T> lookupTable, @NonNull VectorsConfiguration configuration)
void
DM. configure(@NonNull VocabCache<T> vocabCache, @NonNull WeightLookupTable<T> lookupTable, @NonNull VectorsConfiguration configuration)
-
Uses of VectorsConfiguration in org.deeplearning4j.models.embeddings.loader
Methods in org.deeplearning4j.models.embeddings.loader that return VectorsConfiguration Modifier and Type Method Description static VectorsConfiguration
VectorsConfiguration. fromJson(String json)
Methods in org.deeplearning4j.models.embeddings.loader with parameters of type VectorsConfiguration Modifier and Type Method Description protected static TokenizerFactory
WordVectorSerializer. getTokenizerFactory(VectorsConfiguration configuration)
static Word2Vec
WordVectorSerializer. readWord2VecFromText(@NonNull File vectors, @NonNull File hs, @NonNull File h_codes, @NonNull File h_points, @NonNull VectorsConfiguration configuration)
This method allows you to read ParagraphVectors from externally originated vectors and syn1. -
Uses of VectorsConfiguration in org.deeplearning4j.models.node2vec
Constructors in org.deeplearning4j.models.node2vec with parameters of type VectorsConfiguration Constructor Description Builder(@NonNull GraphWalker<V> walker, @NonNull VectorsConfiguration configuration)
-
Uses of VectorsConfiguration in org.deeplearning4j.models.paragraphvectors
Constructors in org.deeplearning4j.models.paragraphvectors with parameters of type VectorsConfiguration Constructor Description Builder(@NonNull VectorsConfiguration configuration)
-
Uses of VectorsConfiguration in org.deeplearning4j.models.sequencevectors
Fields in org.deeplearning4j.models.sequencevectors declared as VectorsConfiguration Modifier and Type Field Description protected VectorsConfiguration
SequenceVectors.Builder. configuration
protected VectorsConfiguration
SequenceVectors. configuration
Constructors in org.deeplearning4j.models.sequencevectors with parameters of type VectorsConfiguration Constructor Description Builder(@NonNull VectorsConfiguration configuration)
-
Uses of VectorsConfiguration in org.deeplearning4j.models.word2vec
Constructors in org.deeplearning4j.models.word2vec with parameters of type VectorsConfiguration Constructor Description Builder(@NonNull VectorsConfiguration configuration)
-