Uses of Enum
org.tribuo.datasource.AggregateDataSource.IterationOrder
Packages that use AggregateDataSource.IterationOrder
-
Uses of AggregateDataSource.IterationOrder in org.tribuo.datasource
Subclasses with type arguments of type AggregateDataSource.IterationOrder in org.tribuo.datasourceModifier and TypeClassDescriptionstatic enum
Specifies the iteration order of the inner sources.Methods in org.tribuo.datasource that return AggregateDataSource.IterationOrderModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AggregateDataSource.IterationOrder[]
AggregateDataSource.IterationOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tribuo.datasource with parameters of type AggregateDataSource.IterationOrderModifierConstructorDescriptionAggregateConfigurableDataSource
(List<ConfigurableDataSource<T>> sources, AggregateDataSource.IterationOrder order) Creates an aggregate data source using the supplied sources and iteration order.AggregateDataSource
(List<DataSource<T>> sources, AggregateDataSource.IterationOrder order) Creates an aggregate data source using the supplied sources and iteration order.