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 LabelsSource
BagOfWordsVectorizer.Builder. labelsSource
protected LabelsSource
BaseTextVectorizer. labelsSource
protected LabelsSource
TfidfVectorizer.Builder. labelsSource
Methods in org.deeplearning4j.bagofwords.vectorizer that return LabelsSource Modifier and Type Method Description LabelsSource
BaseTextVectorizer. getLabelsSource()
Methods in org.deeplearning4j.bagofwords.vectorizer with parameters of type LabelsSource Modifier and Type Method Description BagOfWordsVectorizer.Builder
BagOfWordsVectorizer.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 LabelsSource
ParagraphVectors.Builder. labelsSource
protected LabelsSource
ParagraphVectors. labelsSource
Methods in org.deeplearning4j.models.paragraphvectors with parameters of type LabelsSource Modifier and Type Method Description ParagraphVectors.Builder
ParagraphVectors.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 LabelsSource
BasicLabelAwareIterator. generator
protected LabelsSource
SimpleLabelAwareIterator. labels
protected LabelsSource
FileLabelAwareIterator. labelsSource
protected LabelsSource
FilenamesLabelAwareIterator. labelsSource
Methods in org.deeplearning4j.text.documentiterator that return LabelsSource Modifier and Type Method Description LabelsSource
AsyncLabelAwareIterator. getLabelsSource()
LabelsSource
BasicLabelAwareIterator. getLabelsSource()
This method returns LabelsSource instance, containing all labels derived from this iteratorLabelsSource
FileLabelAwareIterator. getLabelsSource()
LabelsSource
FilenamesLabelAwareIterator. getLabelsSource()
LabelsSource
LabelAwareIterator. getLabelsSource()
LabelsSource
LabelAwareIteratorWrapper. getLabelsSource()
LabelsSource
SimpleLabelAwareIterator. 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.Builder
BasicLabelAwareIterator.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 LabelsSource
DocumentIteratorConverter. generator
Methods in org.deeplearning4j.text.documentiterator.interoperability that return LabelsSource Modifier and Type Method Description LabelsSource
DocumentIteratorConverter. 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 LabelsSource
SentenceIteratorConverter. getLabelsSource()
Constructors in org.deeplearning4j.text.sentenceiterator.interoperability with parameters of type LabelsSource Constructor Description SentenceIteratorConverter(@NonNull SentenceIterator iterator, @NonNull LabelsSource generator)
-