Class IDXDataSource<T extends Output<T>>

java.lang.Object
org.tribuo.datasource.IDXDataSource<T>
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<DataSourceProvenance>, Iterable<Example<T>>, ConfigurableDataSource<T>, DataSource<T>

public final class IDXDataSource<T extends Output<T>> extends Object implements ConfigurableDataSource<T>
A DataSource which can read IDX formatted data (i.e., MNIST).

Transparently reads GZipped files.

The file format is defined here.