public static class CnnSentenceDataSetIterator.Builder
extends org.deeplearning4j.iterator.CnnSentenceDataSetIterator.Builder
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CnnSentenceDataSetIterator |
build()
Build the iterator.
|
CnnSentenceDataSetIterator.Builder |
stopwords(weka.core.stopwords.AbstractStopwords stopwords)
Set stopwords.
|
dataSetPreProcessor, maxSentenceLength, minibatchSize, sentenceProvider, sentenceProvider, sentenceProvider, sentenceProvider, sentencesAlongHeight, tokenizerFactory, unknownWordHandling, useNormalizedWordVectors, wordVectors
public CnnSentenceDataSetIterator.Builder stopwords(weka.core.stopwords.AbstractStopwords stopwords)
stopwords
- Stopwordspublic CnnSentenceDataSetIterator build()
build
in class org.deeplearning4j.iterator.CnnSentenceDataSetIterator.Builder
CnnSentenceDataSetIterator
instance