@Deprecated
public interface DataSetFetcher
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
cursor()
Deprecated.
Direct access to a number represenative of iterating through a dataset
|
void |
fetch(int numExamples)
Deprecated.
Fetches the next dataset.
|
boolean |
hasMore()
Deprecated.
Whether the dataset has more to load
|
int |
inputColumns()
Deprecated.
The length of a feature vector for an individual example
|
org.nd4j.linalg.dataset.DataSet |
next()
Deprecated.
Returns the next data applyTransformToDestination
|
void |
reset()
Deprecated.
Returns the fetcher back to the beginning of the dataset
|
int |
totalExamples()
Deprecated.
The total number of examples
|
int |
totalOutcomes()
Deprecated.
The number of labels for a dataset
|
boolean hasMore()
org.nd4j.linalg.dataset.DataSet next()
void fetch(int numExamples)
next()
just returns the last data applyTransformToDestination fetchnumExamples
- the number of examples to fetchint totalOutcomes()
int inputColumns()
int totalExamples()
void reset()
int cursor()