public interface DataSource<T extends Output<T>> extends com.oracle.labs.mlrg.olcut.provenance.Provenancable<DataSourceProvenance>, Iterable<Example<T>>
Has a provenance method and a method to get the appropriate OutputFactory
for the Output
subclass in these examples.
DataSources are used to do inbound ETL of data on disk or held externally.
Modifier and Type | Method and Description |
---|---|
OutputFactory<T> |
getOutputFactory()
Returns the OutputFactory associated with this Output subclass.
|
forEach, iterator, spliterator
OutputFactory<T> getOutputFactory()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.