Uses of Interface
org.deeplearning4j.text.documentiterator.DocumentIterator
-
-
Uses of DocumentIterator in org.deeplearning4j.bagofwords.vectorizer
Methods in org.deeplearning4j.bagofwords.vectorizer with parameters of type DocumentIterator Modifier and Type Method Description BagOfWordsVectorizer.BuilderBagOfWordsVectorizer.Builder. setIterator(@NonNull DocumentIterator iterator)TfidfVectorizer.BuilderTfidfVectorizer.Builder. setIterator(@NonNull DocumentIterator iterator)Constructors in org.deeplearning4j.bagofwords.vectorizer with parameters of type DocumentIterator Constructor Description DefaultInputStreamCreator(DocumentIterator iter) -
Uses of DocumentIterator in org.deeplearning4j.models.paragraphvectors
Fields in org.deeplearning4j.models.paragraphvectors declared as DocumentIterator Modifier and Type Field Description protected DocumentIteratorParagraphVectors.Builder. docIterMethods in org.deeplearning4j.models.paragraphvectors with parameters of type DocumentIterator Modifier and Type Method Description ParagraphVectors.BuilderParagraphVectors.Builder. iterate(@NonNull DocumentIterator iterator)This method used to feed DocumentIterator, that contains training corpus, into ParagraphVectors -
Uses of DocumentIterator in org.deeplearning4j.models.sequencevectors.transformers.impl
Methods in org.deeplearning4j.models.sequencevectors.transformers.impl with parameters of type DocumentIterator Modifier and Type Method Description SentenceTransformer.BuilderSentenceTransformer.Builder. iterator(@NonNull DocumentIterator iterator) -
Uses of DocumentIterator in org.deeplearning4j.models.word2vec
Methods in org.deeplearning4j.models.word2vec with parameters of type DocumentIterator Modifier and Type Method Description Word2Vec.BuilderWord2Vec.Builder. iterate(@NonNull DocumentIterator iterator) -
Uses of DocumentIterator in org.deeplearning4j.text.documentiterator
Subinterfaces of DocumentIterator in org.deeplearning4j.text.documentiterator Modifier and Type Interface Description interfaceLabelAwareDocumentIteratorClasses in org.deeplearning4j.text.documentiterator that implement DocumentIterator Modifier and Type Class Description classFileDocumentIteratorIterate over filesConstructors in org.deeplearning4j.text.documentiterator with parameters of type DocumentIterator Constructor Description Builder(@NonNull DocumentIterator iterator)We assume that each inputStream in this iterator is separate document/paragraph -
Uses of DocumentIterator in org.deeplearning4j.text.documentiterator.interoperability
Fields in org.deeplearning4j.text.documentiterator.interoperability declared as DocumentIterator Modifier and Type Field Description protected DocumentIteratorDocumentIteratorConverter. backendIteratorConstructors in org.deeplearning4j.text.documentiterator.interoperability with parameters of type DocumentIterator Constructor Description DocumentIteratorConverter(@NonNull DocumentIterator iterator, @NonNull LabelsSource generator) -
Uses of DocumentIterator in org.deeplearning4j.text.sentenceiterator
Constructors in org.deeplearning4j.text.sentenceiterator with parameters of type DocumentIterator Constructor Description Builder(@NonNull DocumentIterator iterator)
-