MLBatchProvider
An interface that represents a collection of feature providers.
Declaration
protocol MLBatchProviderOverview
Similar to the MLFeatureProvider, this interface allows you to define your own batch provider. If you collect your data asynchronously or it is memory intensive, implement this protocol on your data structure to optimize performance with batch processing.