DEERDatastore.m
Infinite datastore of DEER data for spin-1/2 electrons. Generates a new minibatch of data on-the-fly at every read request.
Syntax
dstore=DEERDatastore(parameters)
Arguments
parameters - training database option array required by deer_lib_gen.m
Outputs
dstore - Matlab datastore object expected by the neural network training function
Notes
Using asynchronous prefetch is recommended during network training.
See also
Version 2.8, authors: Jake Keeley