Modifier and Type | Field and Description |
---|---|
protected LabelsSource |
BagOfWordsVectorizer.Builder.labelsSource |
protected LabelsSource |
BaseTextVectorizer.labelsSource |
protected LabelsSource |
TfidfVectorizer.Builder.labelsSource |
Modifier and Type | Method and Description |
---|---|
protected LabelsSource |
BaseTextVectorizer.getLabelsSource() |
Modifier and Type | Field and Description |
---|---|
protected LabelsSource |
ParagraphVectors.labelsSource |
protected LabelsSource |
ParagraphVectors.Builder.labelsSource |
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.labelsSource(@NonNull LabelsSource source)
This method attaches pre-defined labels source to ParagraphVectors
|
Modifier and Type | Field and Description |
---|---|
protected LabelsSource |
BasicLabelAwareIterator.generator |
protected LabelsSource |
SimpleLabelAwareIterator.labels |
protected LabelsSource |
FileLabelAwareIterator.labelsSource |
protected LabelsSource |
FilenamesLabelAwareIterator.labelsSource |
Modifier and Type | Method and Description |
---|---|
LabelsSource |
FileLabelAwareIterator.getLabelsSource() |
LabelsSource |
AsyncLabelAwareIterator.getLabelsSource() |
LabelsSource |
FilenamesLabelAwareIterator.getLabelsSource() |
LabelsSource |
LabelAwareIteratorWrapper.getLabelsSource() |
LabelsSource |
BasicLabelAwareIterator.getLabelsSource()
This method returns LabelsSource instance, containing all labels derived from this iterator
|
LabelsSource |
SimpleLabelAwareIterator.getLabelsSource()
This method returns LabelsSource instance, containing all labels derived from this iterator
|
LabelsSource |
LabelAwareIterator.getLabelsSource() |
Modifier and Type | Method and Description |
---|---|
BasicLabelAwareIterator.Builder |
BasicLabelAwareIterator.Builder.setLabelsSource(@NonNull LabelsSource source)
TODO: To be implemented
|
Constructor and Description |
---|
FileLabelAwareIterator(@NonNull List<File> files,
@NonNull LabelsSource source) |
FilenamesLabelAwareIterator(@NonNull List<File> files,
@NonNull LabelsSource source) |
LabelAwareIteratorWrapper(LabelAwareIterator delegate,
LabelsSource sink) |
Modifier and Type | Field and Description |
---|---|
protected LabelsSource |
DocumentIteratorConverter.generator |
Modifier and Type | Method and Description |
---|---|
LabelsSource |
DocumentIteratorConverter.getLabelsSource() |
Constructor and Description |
---|
DocumentIteratorConverter(@NonNull DocumentIterator iterator,
@NonNull LabelsSource generator) |
Modifier and Type | Method and Description |
---|---|
LabelsSource |
SentenceIteratorConverter.getLabelsSource() |
Constructor and Description |
---|
SentenceIteratorConverter(@NonNull SentenceIterator iterator,
@NonNull LabelsSource generator) |
Copyright © 2021. All rights reserved.