Description Usage Arguments Examples
Simulate data from the Friedman benchmark problem 1.
1 2 3 4 5 6 7 | genFriedman(
noFeatures = 10,
noSamples = 100,
sigma = 1,
bins = NULL,
seed = NULL
)
|
noFeatures |
Integer specifying the number of features/variables to generate. Default is 10. |
noSamples |
Integer specifying the number of samples to generate. Default is 100 |
sigma |
Numreic specifying standard deviation of the noise. |
bins |
Integer specifiying the number of bins to split responce variable into. Setting a value greater than 1 turns this into a classification problem where bins determines the number of classes. |
seed |
Integer specifying the random seed. |
1 | genFriedman(noFeatures = 10, noSamples = 100, sigma = 1, seed = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.