public class UciSequenceDataSetIterator extends SequenceRecordReaderDataSetIterator
SequenceRecordReaderDataSetIterator.AlignmentMode| Modifier and Type | Field and Description |
|---|---|
protected org.nd4j.linalg.dataset.api.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, getPreProcessor, hasNext, inputColumns, isCollectMetaData, loadFromMetaData, loadFromMetaData, next, next, remove, reset, resetSupported, setCollectMetaData, setPreProcessor, totalOutcomesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected org.nd4j.linalg.dataset.api.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 © 2021. All rights reserved.