S3 function to convert into a data.frame the SDEFSR dataset
This function converts a SDEFSR_Dataset object into a data.frame
# S3 method for SDEFSR_Dataset
as.data.frame(x, ...)
The SDEFSR_Dataset
object to view
Additional arguments passed to the as.data.frame function
a data.frame with the dataset uncoded. Numeric attributes are "numeric" class, while categorical attributes are "factor"
@examples
as.data.frame(habermanTra)
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