Description Usage Format Examples
V1 to V8 are the extra random features (in the range 0-1) V9 and V10 are the original input features, normalized to 0-1 V11 is the output (TRUE / FALSE)
1 |
An object of class data.frame
with 10000 rows and 11 columns.
1 2 | data(doughnutRand)
plot(doughnutRand$V9, doughnutRand$V10, col=doughnutRand$V11)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.