S3 function to print in console the contents of the dataset
This function shows the matrix of data uncoded.
# S3 method for SDEFSR_Dataset
print(x, ...)
The SDEFSR_Dataset
object to view
Additional arguments passed to the print function
a matrix with the dataset uncoded.
@examples
print(habermanTra)
This function show the matix of data. 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 matrix.