public class MovingWindowDataSetFetcher extends BaseDataFetcher
curr, inputColumns, log, numOutcomes, totalExamples
Constructor and Description |
---|
MovingWindowDataSetFetcher(org.nd4j.linalg.dataset.DataSet data,
int windowRows,
int windowColumns) |
Modifier and Type | Method and Description |
---|---|
void |
fetch(int numExamples)
Fetches the next dataset.
|
createInputMatrix, createOutputMatrix, createOutputVector, cursor, getLabelName, hasMore, initializeCurrFromList, inputColumns, next, reset, setLabelNames, totalExamples, totalOutcomes
public MovingWindowDataSetFetcher(org.nd4j.linalg.dataset.DataSet data, int windowRows, int windowColumns)
public void fetch(int numExamples)
BaseDataFetcher.next()
just returns the last data applyTransformToDestination fetchnumExamples
- the number of examples to fetch