print.keel: S3 function to print in console the contents of the dataset
Description
This function shows the matrix of data uncoded.
Usage
"print"(x, ...)
Arguments
x
The keel object to view
...
Additional arguments passed to the print function
Value
a matrix with the dataset uncoded.
Details
This function show the matix of data. Internally, a keel 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.