print.SDEFSR_Dataset: S3 function to print in console the contents of the dataset...

Description Usage Arguments Details Value

Description

S3 function to print in console the contents of the dataset

This function shows the matrix of data uncoded.

Usage

1
2
## S3 method for class 'SDEFSR_Dataset'
print(x, ...)

Arguments

x

The SDEFSR_Dataset object to view

...

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.


aklxao2/SDEFSR documentation built on May 12, 2019, 5:36 a.m.