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 voidElementsLearningAlgorithm. configure(VocabCache<T> vocabCache, WeightLookupTable<T> lookupTable, VectorsConfiguration configuration)voidSequenceLearningAlgorithm. 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 VectorsConfigurationSkipGram. configurationMethods in org.deeplearning4j.models.embeddings.learning.impl.elements with parameters of type VectorsConfiguration Modifier and Type Method Description voidCBOW. configure(@NonNull VocabCache<T> vocabCache, @NonNull WeightLookupTable<T> lookupTable, @NonNull VectorsConfiguration configuration)voidSkipGram. 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 VectorsConfigurationDBOW. configurationMethods in org.deeplearning4j.models.embeddings.learning.impl.sequence with parameters of type VectorsConfiguration Modifier and Type Method Description voidDBOW. configure(@NonNull VocabCache<T> vocabCache, @NonNull WeightLookupTable<T> lookupTable, @NonNull VectorsConfiguration configuration)voidDM. 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 VectorsConfigurationVectorsConfiguration. fromJson(String json)Methods in org.deeplearning4j.models.embeddings.loader with parameters of type VectorsConfiguration Modifier and Type Method Description protected static TokenizerFactoryWordVectorSerializer. getTokenizerFactory(VectorsConfiguration configuration)static Word2VecWordVectorSerializer. 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 VectorsConfigurationSequenceVectors.Builder. configurationprotected VectorsConfigurationSequenceVectors. configurationConstructors 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)
-