print.SDEFSR_Dataset {SDEFSR} | R Documentation |
S3 function to print in console the contents of the dataset This function shows the matrix of data uncoded.
Description
S3 function to print in console the contents of the dataset
This function shows the matrix of data uncoded.
Usage
## S3 method for class 'SDEFSR_Dataset'
print(x, ...)
Arguments
x |
The |
... |
Additional arguments passed to the print function |
Details
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.
Value
a matrix with the dataset uncoded.
@examples
print(habermanTra)
[Package SDEFSR version 0.7.22 Index]