Package org.tribuo.datasource
package org.tribuo.datasource
Simple data sources for ingesting or aggregating data.
-
ClassDescriptionAggregateConfigurableDataSource<T extends Output<T>>Aggregates multiple
ConfigurableDataSources, usesAggregateDataSource.IterationOrderto control the iteration order.Provenance for theAggregateConfigurableDataSource.AggregateDataSource<T extends Output<T>>Aggregates multipleDataSources, usesAggregateDataSource.IterationOrderto control the iteration order.Provenance for theAggregateDataSource.Specifies the iteration order of the inner sources.IDXDataSource<T extends Output<T>>A DataSource which can read IDX formatted data (i.e., MNIST).Java side representation for an IDX file.Provenance class forIDXDataSource.The possible IDX input formats.LibSVMDataSource<T extends Output<T>>A DataSource which can read LibSVM formatted data.The provenance for aLibSVMDataSource.ListDataSource<T extends Output<T>>A data source which wraps up a list ofExamples along with theirDataSourceProvenanceand anOutputFactory.