Description Usage Arguments Value Examples
Provides anextensive description of a data set based on the extraction of meta-features
| 1 | getMetaFeatures(ds, form, numCores = 1)
 | 
| ds | A data set | 
| form | A model formula | 
| numCores | number of cores for parallel computing | 
A vector of meta-features describing the data set
| 1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run: 
library(mlbench)
data(PimaIndiansDiabetes)
form <- diabetes ~ .
getMetaFeatures(PimaIndiansDiabetes,form)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.