public class CurvesDataFetcher extends BaseDataFetcher
Modifier and Type | Field and Description |
---|---|
static String |
CURVES_FILE_NAME |
static String |
CURVES_URL |
static String |
LOCAL_DIR_NAME |
curr, cursor, inputColumns, log, numOutcomes, totalExamples
Constructor and Description |
---|
CurvesDataFetcher() |
Modifier and Type | Method and Description |
---|---|
void |
fetch(int numExamples)
Fetches the next dataset.
|
boolean |
hasMore() |
createInputMatrix, createOutputMatrix, createOutputVector, cursor, getLabelName, initializeCurrFromList, inputColumns, next, reset, setLabelNames, totalExamples, totalOutcomes
public static final String CURVES_URL
public static final String LOCAL_DIR_NAME
public static final String CURVES_FILE_NAME
public CurvesDataFetcher() throws IOException
IOException
public boolean hasMore()
hasMore
in interface DataSetFetcher
hasMore
in class BaseDataFetcher
public void fetch(int numExamples)
BaseDataFetcher.next()
just returns the last data applyTransformToDestination fetchnumExamples
- the number of examples to fetchCopyright © 2016. All Rights Reserved.