View source: R/getFunctionalFeatures.R
getFunctionalFeatures | R Documentation |
The parameters “subset”, “features”, and “recode.target” are ignored for the data.frame method.
getFunctionalFeatures(object, subset = NULL, features, recode.target = "no")
## S3 method for class 'Task'
getFunctionalFeatures(object, subset = NULL, features, recode.target = "no")
## S3 method for class 'data.frame'
getFunctionalFeatures(object, subset = NULL, features, recode.target = "no")
object |
(Task/data.frame) |
subset |
(integer | logical | |
features |
(character | integer | logical) |
recode.target |
( |
Returns a data.frame
containing only the functional features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.