View source: R/DSD_mlbenchGenerator.R
DSD_mlbenchGenerator | R Documentation |
A data stream generator class that interfaces data generators found in
package mlbench
.
DSD_mlbenchGenerator(method, ...)
method |
The name of the mlbench data generator. If missing then a list of all available generators is shown and returned. |
... |
Parameters for the mlbench data generator. |
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.
Returns a DSD_mlbenchGenerator
object (subclass of
DSD_R, DSD)
John Forrest
Other DSD:
DSD()
,
DSD_BarsAndGaussians()
,
DSD_Benchmark()
,
DSD_Cubes()
,
DSD_Gaussians()
,
DSD_MG()
,
DSD_Memory()
,
DSD_Mixture()
,
DSD_NULL()
,
DSD_ReadDB()
,
DSD_ReadStream()
,
DSD_Target()
,
DSD_UniformNoise()
,
DSD_mlbenchData()
,
DSF()
,
animate_data()
,
close_stream()
,
get_points()
,
plot.DSD()
,
reset_stream()
DSD_mlbenchGenerator()
stream <- DSD_mlbenchGenerator(method = "cassini")
stream
get_points(stream, n = 5)
plot(stream, n = 500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.