DSD_mlbenchGenerator: mlbench Data Stream Generator
Description
A data stream generator class that wraps data generators found in mlbench.
Usage
DSD_mlbenchGenerator(method, ...)
Arguments
method
The name of the mlbench datagen.
...
Parameters for the mlbench datagen.
Value
Returns a DSD_mlbenchGenerator object (subclass of DSD_R, DSD)
which is a list of the defined parameters. The parameters are either passed
in from the function or created internally. They include:
descriptionThe name of the class of the DSD object.
methodThe name of the mlbench data generator.
variablesThe variables for the mlbench data generator.
Details
The DSD_mlbenchGenerator class is designed to be a wrapper class for data created
by data generators in the mlbench library.
Call DSD_mlbenchGenerator with missing method to get a list of available
methods.