Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
BagOfWordsVectorizer.Builder.iterator |
protected LabelAwareIterator |
TfidfVectorizer.Builder.iterator |
protected LabelAwareIterator |
BaseTextVectorizer.iterator |
Modifier and Type | Method and Description |
---|---|
BagOfWordsVectorizer.Builder |
BagOfWordsVectorizer.Builder.setIterator(LabelAwareIterator iterator) |
TfidfVectorizer.Builder |
TfidfVectorizer.Builder.setIterator(LabelAwareIterator iterator) |
Modifier and Type | Method and Description |
---|---|
CnnSentenceDataSetIterator.Builder |
CnnSentenceDataSetIterator.Builder.sentenceProvider(LabelAwareIterator iterator,
List<String> labels)
Specify how the (labelled) sentences / documents should be provided
|
Constructor and Description |
---|
LabelAwareConverter(LabelAwareIterator iterator,
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(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(LabelAwareIterator iterator) |
Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
BasicTransformerIterator.iterator |
Constructor and Description |
---|
BasicTransformerIterator(LabelAwareIterator iterator,
SentenceTransformer transformer) |
ParallelTransformerIterator(LabelAwareIterator iterator,
SentenceTransformer transformer) |
ParallelTransformerIterator(LabelAwareIterator iterator,
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(LabelAwareIterator iterator)
This method used to feed LabelAwareIterator, that is usually used
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncLabelAwareIterator |
class |
BasicLabelAwareIterator
This is simple class, for building Sentence-Label pairs for ParagraphVectors/Doc2Vec.
|
class |
FileLabelAwareIterator
This is simple filesystem-based LabelAware iterator.
|
class |
FilenamesLabelAwareIterator
This LabelAwareIterator scans folder for files, and returns them as LabelledDocuments.
|
class |
SimpleLabelAwareIterator
This class provide option to build LabelAwareIterator from Iterable
|
Modifier and Type | Field and Description |
---|---|
protected LabelAwareIterator |
AsyncLabelAwareIterator.backedIterator |
protected LabelAwareIterator |
BasicLabelAwareIterator.backendIterator |
Constructor and Description |
---|
AsyncLabelAwareIterator(LabelAwareIterator iterator,
int bufferSize) |
Builder(LabelAwareIterator iterator) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentIteratorConverter
Simple class providing compatibility between DocumentIterator/LabelAwareDocumentIterator and LabelAwareIterator
|
Modifier and Type | Class and Description |
---|---|
class |
SentenceIteratorConverter
Simple class providing compatibility between SentenceIterator/LabelAwareSentenceIterator and LabelAwareIterator
|
Copyright © 2017. All rights reserved.