public class UciSequenceDataSetIterator extends SequenceRecordReaderDataSetIterator
SequenceRecordReaderDataSetIterator.AlignmentMode
Modifier and Type | Field and Description |
---|---|
protected DataSetPreProcessor |
preProcessor |
Constructor and Description |
---|
UciSequenceDataSetIterator(int batchSize)
Create an iterator for the training set, with the specified minibatch size.
|
UciSequenceDataSetIterator(int batchSize,
DataSetType set)
Create an iterator for the training or test set, with the specified minibatch size.
|
UciSequenceDataSetIterator(int batchSize,
DataSetType set,
long rngSeed)
Create an iterator for the training or test set, with the specified minibatch size
|
asyncSupported, batch, getLabels, hasNext, inputColumns, loadFromMetaData, loadFromMetaData, next, next, remove, reset, resetSupported, setPreProcessor, totalOutcomes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPreProcessor
forEachRemaining
protected DataSetPreProcessor preProcessor
public UciSequenceDataSetIterator(int batchSize)
batchSize
- Minibatch sizepublic UciSequenceDataSetIterator(int batchSize, DataSetType set)
batchSize
- Minibatch sizeset
- Set: training or testpublic UciSequenceDataSetIterator(int batchSize, DataSetType set, long rngSeed)
batchSize
- Minibatch sizeset
- Set: training or testrngSeed
- Random number generator seed to use for randomizationCopyright © 2020. All rights reserved.