public class LFWDataFetcher extends BaseDataFetcher
Modifier and Type | Field and Description |
---|---|
static int |
NUM_IMAGES |
curr, cursor, inputColumns, log, numOutcomes, totalExamples
Constructor and Description |
---|
LFWDataFetcher() |
LFWDataFetcher(int imageWidth,
int imageHeight) |
Modifier and Type | Method and Description |
---|---|
void |
fetch(int numExamples)
Fetches the next dataset.
|
org.nd4j.linalg.dataset.DataSet |
next()
Returns the next data applyTransformToDestination
|
createInputMatrix, createOutputMatrix, createOutputVector, cursor, hasMore, initializeCurrFromList, inputColumns, reset, totalExamples, totalOutcomes
public static final int NUM_IMAGES
public LFWDataFetcher(int imageWidth, int imageHeight)
public LFWDataFetcher()
public void fetch(int numExamples)
DataSetFetcher
DataSetFetcher.next()
just returns the last data applyTransformToDestination fetchnumExamples
- the number of examples to fetchpublic org.nd4j.linalg.dataset.DataSet next()
DataSetFetcher
next
in interface DataSetFetcher
next
in class BaseDataFetcher
Copyright © 2014. All rights reserved.