Description Usage Arguments Details Value
View source: R/exportedFunctions.R
S3 function to convert into a data.frame the SDEFSR dataset
This function converts a SDEFSR_Dataset object into a data.frame
1 2 | ## S3 method for class 'SDEFSR_Dataset'
as.data.frame(x, ...)
|
x |
The |
... |
Additional arguments passed to the as.data.frame function |
Internally, a SDEFSR_Dataset
object has a list of of examples
and this examples are coded numerically. This function decode these examples and convert the list into a data.frame
a data.frame with the dataset uncoded. Numeric attributes are "numeric" class, while categorical attributes are "factor"
@examples
as.data.frame(habermanTra)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.