public class CurvesDataFetcher extends BaseDataFetcher
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CURVES_FILE_NAME |
static java.lang.String |
CURVES_URL |
static java.lang.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()
Whether the dataset has more to load
|
createInputMatrix, createOutputMatrix, createOutputVector, cursor, getLabelName, initializeCurrFromList, inputColumns, next, reset, setLabelNames, totalExamples, totalOutcomes
public static final java.lang.String CURVES_URL
public static final java.lang.String LOCAL_DIR_NAME
public static final java.lang.String CURVES_FILE_NAME
public CurvesDataFetcher() throws java.io.IOException
java.io.IOException
public boolean hasMore()
DataSetFetcher
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 fetch