Package | Description |
---|---|
org.tribuo.datasource |
Simple data sources for ingesting or aggregating data.
|
Modifier and Type | Method and Description |
---|---|
static AggregateDataSource.IterationOrder |
AggregateDataSource.IterationOrder.valueOf(String name)
Returns 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.
|
Constructor and Description |
---|
AggregateConfigurableDataSource(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.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.