Uses of Class
org.deeplearning4j.text.documentiterator.LabelsSource
-
-
Uses of LabelsSource in org.deeplearning4j.bagofwords.vectorizer
Fields in org.deeplearning4j.bagofwords.vectorizer declared as LabelsSource Modifier and Type Field Description protected LabelsSourceBagOfWordsVectorizer.Builder. labelsSourceprotected LabelsSourceBaseTextVectorizer. labelsSourceprotected LabelsSourceTfidfVectorizer.Builder. labelsSourceMethods in org.deeplearning4j.bagofwords.vectorizer that return LabelsSource Modifier and Type Method Description LabelsSourceBaseTextVectorizer. getLabelsSource()Methods in org.deeplearning4j.bagofwords.vectorizer with parameters of type LabelsSource Modifier and Type Method Description BagOfWordsVectorizer.BuilderBagOfWordsVectorizer.Builder. labelsSource(@NonNull LabelsSource source) -
Uses of LabelsSource in org.deeplearning4j.models.paragraphvectors
Fields in org.deeplearning4j.models.paragraphvectors declared as LabelsSource Modifier and Type Field Description protected LabelsSourceParagraphVectors.Builder. labelsSourceprotected LabelsSourceParagraphVectors. labelsSourceMethods in org.deeplearning4j.models.paragraphvectors with parameters of type LabelsSource Modifier and Type Method Description ParagraphVectors.BuilderParagraphVectors.Builder. labelsSource(@NonNull LabelsSource source)This method attaches pre-defined labels source to ParagraphVectors -
Uses of LabelsSource in org.deeplearning4j.text.documentiterator
Fields in org.deeplearning4j.text.documentiterator declared as LabelsSource Modifier and Type Field Description protected LabelsSourceBasicLabelAwareIterator. generatorprotected LabelsSourceSimpleLabelAwareIterator. labelsprotected LabelsSourceFileLabelAwareIterator. labelsSourceprotected LabelsSourceFilenamesLabelAwareIterator. labelsSourceMethods in org.deeplearning4j.text.documentiterator that return LabelsSource Modifier and Type Method Description LabelsSourceAsyncLabelAwareIterator. getLabelsSource()LabelsSourceBasicLabelAwareIterator. getLabelsSource()This method returns LabelsSource instance, containing all labels derived from this iteratorLabelsSourceFileLabelAwareIterator. getLabelsSource()LabelsSourceFilenamesLabelAwareIterator. getLabelsSource()LabelsSourceLabelAwareIterator. getLabelsSource()LabelsSourceLabelAwareIteratorWrapper. getLabelsSource()LabelsSourceSimpleLabelAwareIterator. getLabelsSource()This method returns LabelsSource instance, containing all labels derived from this iteratorMethods in org.deeplearning4j.text.documentiterator with parameters of type LabelsSource Modifier and Type Method Description BasicLabelAwareIterator.BuilderBasicLabelAwareIterator.Builder. setLabelsSource(@NonNull LabelsSource source)TODO: To be implementedConstructors in org.deeplearning4j.text.documentiterator with parameters of type LabelsSource Constructor Description FileLabelAwareIterator(@NonNull List<File> files, @NonNull LabelsSource source)FilenamesLabelAwareIterator(@NonNull List<File> files, @NonNull LabelsSource source)LabelAwareIteratorWrapper(LabelAwareIterator delegate, LabelsSource sink) -
Uses of LabelsSource in org.deeplearning4j.text.documentiterator.interoperability
Fields in org.deeplearning4j.text.documentiterator.interoperability declared as LabelsSource Modifier and Type Field Description protected LabelsSourceDocumentIteratorConverter. generatorMethods in org.deeplearning4j.text.documentiterator.interoperability that return LabelsSource Modifier and Type Method Description LabelsSourceDocumentIteratorConverter. getLabelsSource()Constructors in org.deeplearning4j.text.documentiterator.interoperability with parameters of type LabelsSource Constructor Description DocumentIteratorConverter(@NonNull DocumentIterator iterator, @NonNull LabelsSource generator) -
Uses of LabelsSource in org.deeplearning4j.text.sentenceiterator.interoperability
Methods in org.deeplearning4j.text.sentenceiterator.interoperability that return LabelsSource Modifier and Type Method Description LabelsSourceSentenceIteratorConverter. getLabelsSource()Constructors in org.deeplearning4j.text.sentenceiterator.interoperability with parameters of type LabelsSource Constructor Description SentenceIteratorConverter(@NonNull SentenceIterator iterator, @NonNull LabelsSource generator)
-