DSD_mlbenchGenerator: mlbench Data Stream Generator
Description
A data stream generator class that interfaces data generators found in
mlbench.
Usage
DSD_mlbenchGenerator(method, ...)
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:
description
The name of the class of the DSD object.
method
The name of the mlbench data generator.
variables
The
variables for the mlbench data generator.
Arguments
method
The name of the mlbench data generator.
...
Parameters for the mlbench data generator.
Author
John Forrest
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.