Modifier and Type | Field and Description |
---|---|
protected LabelsSource |
BaseTextVectorizer.labelsSource |
protected LabelsSource |
BagOfWordsVectorizer.Builder.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(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 |
FilenamesLabelAwareIterator.labelsSource |
protected LabelsSource |
FileLabelAwareIterator.labelsSource |
Modifier and Type | Method and Description |
---|---|
LabelsSource |
FilenamesLabelAwareIterator.getLabelsSource() |
LabelsSource |
AsyncLabelAwareIterator.getLabelsSource() |
LabelsSource |
LabelAwareIterator.getLabelsSource() |
LabelsSource |
SimpleLabelAwareIterator.getLabelsSource()
This method returns LabelsSource instance, containing all labels derived from this iterator
|
LabelsSource |
BasicLabelAwareIterator.getLabelsSource()
This method returns LabelsSource instance, containing all labels derived from this iterator
|
LabelsSource |
FileLabelAwareIterator.getLabelsSource() |
Modifier and Type | Method and Description |
---|---|
BasicLabelAwareIterator.Builder |
BasicLabelAwareIterator.Builder.setLabelsSource(LabelsSource source)
TODO: To be implemented
|
Constructor and Description |
---|
FileLabelAwareIterator(List<File> files,
LabelsSource source) |
FilenamesLabelAwareIterator(List<File> files,
LabelsSource source) |
Modifier and Type | Field and Description |
---|---|
protected LabelsSource |
DocumentIteratorConverter.generator |
Modifier and Type | Method and Description |
---|---|
LabelsSource |
DocumentIteratorConverter.getLabelsSource() |
Constructor and Description |
---|
DocumentIteratorConverter(DocumentIterator iterator,
LabelsSource generator) |
Modifier and Type | Method and Description |
---|---|
LabelsSource |
SentenceIteratorConverter.getLabelsSource() |
Constructor and Description |
---|
SentenceIteratorConverter(SentenceIterator iterator,
LabelsSource generator) |
Copyright © 2018. All rights reserved.