Uses of Interface
org.tribuo.ConfigurableDataSource
Packages that use ConfigurableDataSource
-
Uses of ConfigurableDataSource in org.tribuo.datasource
Classes in org.tribuo.datasource that implement ConfigurableDataSourceModifier and TypeClassDescriptionclassAggregateConfigurableDataSource<T extends Output<T>>Aggregates multipleConfigurableDataSources, usesAggregateDataSource.IterationOrderto control the iteration order.final classIDXDataSource<T extends Output<T>>A DataSource which can read IDX formatted data (i.e., MNIST).final classLibSVMDataSource<T extends Output<T>>A DataSource which can read LibSVM formatted data.Constructor parameters in org.tribuo.datasource with type arguments of type ConfigurableDataSourceModifierConstructorDescriptionCreates an aggregate data source which will iterate the provided sources in the order of the list (i.e., usingAggregateDataSource.IterationOrder.SEQUENTIAL.AggregateConfigurableDataSource(List<ConfigurableDataSource<T>> sources, AggregateDataSource.IterationOrder order) Creates an aggregate data source using the supplied sources and iteration order.