Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
BaseTextVectorizer.iterator |
protected LabelAwareIterator |
TfidfVectorizer.Builder.iterator |
protected LabelAwareIterator |
BagOfWordsVectorizer.Builder.iterator |
Modifier and Type | Method and Description |
---|---|
TfidfVectorizer.Builder |
TfidfVectorizer.Builder.setIterator(@NonNull LabelAwareIterator iterator) |
BagOfWordsVectorizer.Builder |
BagOfWordsVectorizer.Builder.setIterator(@NonNull LabelAwareIterator iterator) |
Modifier and Type | Method and Description |
---|---|
CnnSentenceDataSetIterator.Builder |
CnnSentenceDataSetIterator.Builder.sentenceProvider(LabelAwareIterator iterator,
@NonNull List<String> labels)
Specify how the (labelled) sentences / documents should be provided
|
Constructor and Description |
---|
LabelAwareConverter(@NonNull LabelAwareIterator iterator,
@NonNull List<String> labels) |
Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
ParagraphVectors.labelAwareIterator |
protected LabelAwareIterator |
ParagraphVectors.Builder.labelAwareIterator |
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.iterate(@NonNull LabelAwareIterator iterator)
This method used to feed LabelAwareIterator, that contains training corpus, into ParagraphVectors
|
Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
SentenceTransformer.iterator |
protected LabelAwareIterator |
SentenceTransformer.Builder.iterator |
Modifier and Type | Method and Description |
---|---|
SentenceTransformer.Builder |
SentenceTransformer.Builder.iterator(@NonNull LabelAwareIterator iterator) |
Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
BasicTransformerIterator.iterator |
Constructor and Description |
---|
BasicTransformerIterator(@NonNull LabelAwareIterator iterator,
@NonNull SentenceTransformer transformer) |
ParallelTransformerIterator(@NonNull LabelAwareIterator iterator,
@NonNull SentenceTransformer transformer) |
ParallelTransformerIterator(@NonNull LabelAwareIterator iterator,
@NonNull SentenceTransformer transformer,
boolean allowMultithreading) |
Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
Word2Vec.Builder.labelAwareIterator |
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.iterate(@NonNull LabelAwareIterator iterator)
This method used to feed LabelAwareIterator, that is usually used
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncLabelAwareIterator |
class |
BasicLabelAwareIterator |
class |
FileLabelAwareIterator |
class |
FilenamesLabelAwareIterator |
class |
LabelAwareIteratorWrapper |
class |
SimpleLabelAwareIterator |
Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
AsyncLabelAwareIterator.backedIterator |
protected LabelAwareIterator |
BasicLabelAwareIterator.backendIterator |
Constructor and Description |
---|
AsyncLabelAwareIterator(@NonNull LabelAwareIterator iterator,
int bufferSize) |
Builder(@NonNull LabelAwareIterator iterator) |
LabelAwareIteratorWrapper(LabelAwareIterator delegate,
LabelsSource sink) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentIteratorConverter |
Modifier and Type | Class and Description |
---|---|
class |
SentenceIteratorConverter |
Copyright © 2022. All rights reserved.