public interface SequenceDataSource<T extends Output<T>> extends com.oracle.labs.mlrg.olcut.provenance.Provenancable<DataSourceProvenance>, Iterable<SequenceExample<T>>
DataSources are used to do inbound ETL of data on disk or held externally.
Modifier and Type | Method and Description |
---|---|
OutputFactory<T> |
getOutputFactory()
Gets the OutputFactory which was used to generate the Outputs in this SequenceDataSource.
|
forEach, iterator, spliterator
OutputFactory<T> getOutputFactory()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.