Returns a DSD_mlbenchData object which is also of class
DSD_Memory.
Arguments
data
The name of the dataset from mlbench. If missing then a list of
all available data sets is shown and returned.
loop
A flag that tells the stream to loop or not to loop over the
data frame.
random
A flag that determines if the data should be in a random
order.
scale
A flag that determines if the data should be scaled.
Author
Michael Hahsler and Matthew Bolanos
Details
The DSD_mlbenchData class is designed to be a wrapper class for data
that is held in memory in either a data frame or matrix form. It is a
subclass of DSD_Memory.
Call DSD_mlbenchData with a missing value for data to get a list of
all available data sets.